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

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

Morrita Hajime <morrita@google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #27 from Morrita Hajime <morrita@google.com> ---
OK, let's do always standard path.
https://github.com/w3c/webcomponents/commit/e5c1417f687843eafd38a894d9378f2287a9f793

As Anne mentioned, there are two case to use the mode, and even in Blink, these
two are distinguished relatively clearly: The resolution is done by main
document's StyleResolver, the parsing is par-document CSSParser.

I am still a bit concerning that there could be hacks to break this design
discipline, but they are hacks and I'm convinced that paying another complexity
for existing complexity is not good idea.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Thursday, 17 April 2014 17:59:33 UTC