[Bug 7539] Since @summary is an official part of the table element, it is no longer obsolete. Suffienct warning language exists in it's definition that this entry should be removed
[Bug 8095] link's "type" attribute could be used to advertise available representations if it were linked to the Accept: header per Mike Kelly's thread(s)
[Bug 8096] <link>'s "type" attribute should be allowed to appear multiple times and/or should allow for a space separated list of advertised types, such that clients can request them via the Accept: header.
[Bug 8147] The suggested size limit is absurd considering the multi-GB space available on even the cheapest netbooks these days. We need a clear "I want this much, how much did the user and his agent allow me to have?" API. Otherwise, online media apps like photo al
[Bug 8188] Has any thought been put into changing "Fetching an external script must delay the load event..." for async scripts? It seems reasonable to at least provide a way for scripts to not block window.onload.
[Bug 8211] HTML 4 defined these as entities &name; where the ";" wasn't part of the entity name, and there wasn't a variation that some names don't have ";". If this is an example of error recovery, valid HTML should require the ;.
[Bug 8235] Given that Gecko and Webkit don't support them in XML, I think that named properties in HTMLDocument objects should be restricted to HTML documents, given that this feature is only included for backward compatibility and is horribly designed.
[Bug 8236] 1) why a query is stored in the `search' attribute and a URL fragment is stored in the `fragment' attribute? The naming is a bit confusing. 2) Why the is no restrictions for the `port' attribute: an integer in a range [0-65535]; 3) The getter condition fo
[Bug 8252] HTTP caching rules are _ignored_? What the hell? What's wrong with extending Cache-Control to support user-agent caching instead of coming up with an entirely new mechanism?
[Bug 8256] [gs] Is form.submit() async or sync? I don't see where this is defined. From my reading it should be sync, as it should just run the steps to completion.