[Bug 24349] [imports]: Import documents should always be in no-quirks mode

https://www.w3.org/Bugs/Public/show_bug.cgi?id=24349

--- Comment #26 from Simon Pieters <simonp@opera.com> ---
(In reply to Morrita Hajime from comment #24)
> How about this: HTML Imports doesn't work with master documents in quirks
> mode.

That's not a good idea. That would in itself be a new quirk, and as Anne said
we try to minimize the number of quirks.

Inheriting the quirkiness is unprecedented which means it's a risk for new
bugs, so I don't think that's a good idea either.

As such I see two reasonable options:

(a) Always use standards mode for imported docs. (Like iframe srcdoc.)
(b) Use the mode resulting from the parser. (Like iframe src.)

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 17 April 2014 11:01:26 UTC