public-html-bugzilla@w3.org from March 2013 by subject
[Bug 10028] Adding informations about the bitrate of the video to the source element could allow user agent to select the right video in case the same format is available in different levels of quality.
[Bug 10206] A single manifest file pre page will be problematic for web authoring programmers like myself, and Lib developers like jQuery. It will cause all types of problems with mash-ups of various providers of web apps on a single page. Can U please consider addin
[Bug 11517] Since context.putImageData() does not handle compositing, another set of methods, maybe context.drawImageData(), should be created to allow ImageData objects to be drawn onto the canvas in the same fashion as Image objects.
[Bug 11592] Browsers use customizable dictionaries to correct spelling and tend to mark some names as wrong, that it shouldn't. Maybe each website can inform the browser of words/names it expects to be used and add it (in the scope of that page) to the exceptions. If
[Bug 11794] We should handle the case of a bunch of required controls all being hidden at once — the author shouldn't have to also go in an remove the 'required' attribute on each one. Maybe make hidden="" bar things from constraint validation?
[Bug 11930] It's very common for many application to require access to the number of video frames, as well as to have the ability to seek to a given frame. Think of a video editor. There is no notion of a video frame here. We should add fields, like "currentFrame", a
[Bug 14801] Unit of Measure (UOM) support; If HTML can make a tag with well know units of measure, like miles, pounds, grams, etc as first class attribute types. For example, if there a tag like <uom type="pounds">100</uom> where we want to show "100 lbs" on screen.
[Bug 15054] New Feature Suggestion: This is a completely new and unheard problem. Today I was developing a new page with a music player on it. However, when you click on a link and another page loads, the player resets and starts the song all over again. Is it possib
[Bug 15465] Please add a comment on THIS page, where the availability of the "web developer edition" is mentioned, that the "web developer edition" is for "Web authors and others who are not User Agent implementors(spelling?)" which I would expect to be the majority
[Bug 16813] I am hoping to be able to use the imageInfo object from .getImageInfo as a normal image in draw steps, like a png. this would allow someone to greatly speed up the drawing of paths by allowing them to store and reuse a path they've allready created withou
[Bug 18038] Grammatical issue: this is hard to for me to parse "Wait until any invocations of this algorithm started before this one whose timeout is equal to or less than this one's have completed."
[Bug 18140] maxlength should probably be complicated with minlength. Seeing maxlength applied to passwords made me think of this, and the added security of a minimum length could be promoted in the documentation.
[Bug 18205] Step 25 - we (Opera) would prefer to follow WebKit and not add a new history position when doing document.open. The utility of this to users is questionable since many cases where it is used the content of the document before document.open is not useful (
[Bug 18227] The methods here don't say how to handle Infinity and NaN arguments. Infinity should probably just be applied (though maybe not for rotate()...) but NaN in particular needs to be dealt with, either by defining what happens with a matrix with NaN values or
[Bug 18238] Please add a definition for "being in a forms collection". The intuitive meaning is that it is document.forms, hence covering all forms in the document. The expression "the forms collection that it is in, if any" is thus confusing.
[Bug 19853] The media element event task source should probably be ditched and the DOM manipulation task source be used instead. Having some media events have undefined order compared to other tasks is just asking for trouble. (http://www.whatwg.org/specs/web-apps/cu
[Bug 8278] why can't the frame number be requested? It's video, position is expressed in frames, not in seconds. a frames per second value could easily convert this to seconds
[Bug 9137] i'd like to encode a geographical position in the format like <span itemprop=geo itemvalue="lat;lon">HUMAN-FRIENDLY- and LOCALIZED-LAT, LON</span>, but current microdata syntax does not allow it. <meta itemprop=geo content=...> could be used, but contain
[Bug 9695] Maybe there could be a function to specify a cache manifest in the API so that instead of the application asking for offline storage when the page loads, some JavaScript can be used to request storage when the user clicks on a "Use Offline Mode" link.
[Bug 9785] Add a "filter" attribute. If set, the user agent will filter the datalist. If not, filter won't be filtered automatically (unless you do some sort of filtering by javascript or/and server-side)
Interaction of <blockquote> with the prohibition on nested <footer>s. "When the footer element contains entire sections, they represent appendices, indexes, long colophons, ve
Templates I've noticed that a lot of websites use similar-looking elements that could be better implemented using "templates" - reusable components that are transcluded into Web pages and take arguments that affect the way th