[Bug 10627] New: Where this says "Number object" and "String object", it should say "number" and "string". Normal strings and numbers are not objects. A "String object" is actually a different kind of thing (rarely used).
[Bug 10628] New: Where this says "Number object" and "String object", it should say "number" and "string". Normal strings and numbers are not objects. A "String object" is actually a different kind of thing (rarely used).
[Bug 10630] New: Potential spec bug: the spec doesn't match IE for <div><body><frameset>. IE sets frameset-ok to "not ok" for <body> in "in body". See http://software.hixie.ch/utilities/js/live-dom-viewer/saved/631 vs http://software.hixie.ch/utilities/js/live-dom-viewer/
[Bug 10631] New: Named access on the Window object doesn't work for XHTML documents in WebKit, Firefox, or (trivially) IE. Dumping objects in the global scope is sad face. Can we restrict this behavior to HTML documents? (The bug for implementing this in XHTML was rece
[Bug 10635] New: I could be reading the spec wrong, but are the default flow behaviors for these elements undefined? Will an article be rendered as a block-level element, or have no effect on flow at all? I've found several top-teir web-dev ref sites which all have differ
[Bug 10636] New: I could be reading the spec wrong, but are the default flow behaviors for these elements undefined? Will an article be rendered as a block-level element, or have no effect on flow at all? I've found several top-teir web-dev ref sites which all have differ
[Bug 10648] New: "When the relevant content attributes are absent, the IDL attributes must return zero." Surely this is redundant with the rules for reflecting doubles?
[Bug 10665] New: These tables should include obsolete elements somewhere, for the benefit of implementers. Or at least some such index should be provided. It's annoying to have no easily-used index like this when writing tests.
[Bug 10666] New: textarea.cols should default to 20, and textarea.rows should default to 2. IE8 and WebKit do this; Opera defaults to 0 and Gecko defaults to -1. Of the three behaviors, IE/WebKit makes the most sense, and I'm submitting a patch to get Gecko to line up w