2015-08-10 15:37 GMT+02:00 Alex Brollo <alex.brollo@gmail.com>:
>
> First point is:
> is it a safe practice to validate a page without reviewing its raw code?

Probably yes.
Obviously, it's safer to check the raw code but it's unrealistic to expect the raw code to be review for all page. Anyway, the pages doesn't contain a lot of code (and most pages does'nt contain code at all), so it doesn't seems to be crucial to me.
Plus : when VisualEditor will be on WS, less and less people will actually see the raw wikicode.

> A second point: is it a safe practice to validate a page without carefully reviewing its transclusion into ns0?

Definitively yes.
When can a transclusion can go wrong? In all cases I can think of, the problem come from templates, css classes or general stuff like that. It should be fixed generally and it shouldn't block the page validation since it have nothing to do the the page itself (but maybe I'm missing an obvious example here).

> Alex

Cdlt, ~nicolas