Open
Bug 747485
(quirks-mode-spec)
Opened 13 years ago
Updated 2 years ago
[meta] Align our quirks mode implementation with the quirks mode spec
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
NEW
People
(Reporter: dbaron, Unassigned)
References
(Depends on 2 open bugs, Blocks 1 open bug, )
Details
(Keywords: meta)
We should align our quirks mode implementation with the quirks mode spec at http://simon.html5.org/specs/quirks-mode . This means:
* removing quirks that aren't in the spec
* aligning the implementation of quirks that are in the spec with what the spec says
* providing feedback that the spec should change in cases where we have reasons not to do the above
This bug should track the tasks needed to be done, which should all be bugs that block this bug. Comments about individual tasks should not go in this bug.
Updated•13 years ago
|
Comment 1•12 years ago
|
||
Quirks Mode Standard say nothing about undetectable document.all quirks.
Depends on: 718923
Comment 2•12 years ago
|
||
That's because it's already covered by the HTML spec.
http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#dom-document-all (applies in all modes)
Updated•12 years ago
|
Updated•12 years ago
|
Reporter | ||
Comment 3•12 years ago
|
||
Some tests are available at http://w3c-test.org/quirks-mode/
Updated•6 years ago
|
Summary: Align our quirks mode implementation with the quirks mode spec → [meta] Align our quirks mode implementation with the quirks mode spec
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•