The Wayback Machine - https://web.archive.org/web/20140211063639/http://html5.org:80/tools/web-apps-tracker

HTML Standard Tracker

SVNBugCommentTime (UTC)
8476Avoid misuse of 'must' in note (parser section)2014-02-09 00:45
847523693Make the EventSource processing model a mite more generic to allow other user agent types to implement this spec.2014-02-08 00:31
847420418Remove now-redundant paragraph.2014-02-07 17:51
8473note to self regarding datalist content model2014-02-06 23:12
847219619[Conformance Checkers] [Gecko] [Internet Explorer] [Opera] [Webkit] Drop <source media> since nobody uses it and it is mostly useless anyway.2014-02-06 23:06
8471Mention another fingerprinting vector.2014-02-06 23:02
847019505[Gecko] [Internet Explorer] [Opera] [Webkit] Handle visual hebrew2014-02-06 20:37
846922118[Gecko] [Internet Explorer] [Opera] [Webkit] Remove some parts of document.all that data shows have virtually no usage.2014-02-06 19:35
846824544typo in the worker section2014-02-06 00:30
846724518Remove the text made redundant by [Exposed]2014-02-05 19:34
846624520Make this note about the settings object more accurate.2014-02-05 19:31
846524526[Authors] [Conformance Checkers] Allow HTML content in certain places in MathML2014-02-05 19:25
8464Remove a paragraph of meaningless fluff in the SVG section. I've no idea why I would have put that in in the first place.2014-02-05 18:49
846322296[Gecko] [Internet Explorer] [Opera] [Webkit] First attempt at speccing the generic microtask queue idea.2014-02-05 01:00
846223517[Conformance Checkers] [Gecko] [Internet Explorer] [Opera] [Webkit] Change navigator.getLanguages() to navigator.languages2014-02-04 23:17
846124487[Gecko] [Internet Explorer] [Opera] [Webkit] Reword the track processing model to be sane.2014-02-04 21:10
846024484Fix one case where we provide a stable state but describe it oddly.2014-02-04 20:01
845924488Typo in history section2014-02-04 19:56
845823517[Conformance Checkers] [Gecko] [Internet Explorer] [Opera] [Webkit] Add navigator.getLanguages() and <body onlanguagechange=''>2014-02-04 19:37
845720418[Gecko] [Internet Explorer] [Opera] [Webkit] Make non-modal dialogs not center automatically.2014-02-04 17:04
8456[Gecko] [Internet Explorer] [Opera] [Webkit] By request, an input mode for Japanese human name fields.2014-02-03 23:39
8455[Gecko] [Internet Explorer] [Opera] [Webkit] Make WebSocket binary data ArrayBuffers mutable, for consistency with XHR.2014-02-03 23:17
8454First hack attempt at converting from referring to the old TypedArray spec to referring to the JS spec's version. I couldn't work out how to actually do a good job of referring to all the JS algorithms, so please file bugs with proposed replacement text for anything that's poorly done.2014-02-03 23:16
845324480Move activation stuff from the part of the spec that talks about elements to the part of the spec that talks about user interaction2014-02-03 21:39
8452[Gecko] [Internet Explorer] [Opera] [Webkit] Remove support for receiving an error message when a port's other side is destroyed by the OS, due to lack of implementation interest.2014-02-03 20:29
845124459Change this text to be more like how normal people think, rather than using the wacked way I think.2014-02-03 19:55
8450[Gecko] [Internet Explorer] [Opera] [Webkit] Oops, forgot to make BroadcastChannel inherit from EventTarget2014-01-31 21:26
844924452[Gecko] [Internet Explorer] [Opera] [Webkit] Forgot to expose some canvas interfaces to workers.2014-01-31 18:24
844820418[Gecko] [Internet Explorer] [Opera] [Webkit] Make non-modal <dialog>s use the regular containing block, since they're not on the top layer.2014-01-30 22:45
844724350[Gecko] [Internet Explorer] [Opera] [Webkit] Make the automatic pausing when you take a <video> out of a Document happen regardless of whether it's still loading or not.2014-01-30 22:17
844624352[Gecko] [Internet Explorer] [Opera] [Webkit] Turns out browsers reset the form owner not just when a node is taken from a document, but also when it's taken from a subtree. which makes sense.2014-01-30 21:51
844524442Add some colour to the algorithm for getting an application-name.2014-01-30 20:05
844422646Ok, go back to exposing MessageEvent.source in one form everywhere, relying on WebIDL for the rest of the logic here2014-01-30 02:41
844324424[Conformance Checkers] [Gecko] [Internet Explorer] [Opera] [Webkit] [Tools] Update the parser to support new SVG camelCase name 'feDropShadow'2014-01-30 02:38
844224435typo in the media section2014-01-30 02:36
844124437another typo to ommmmmit2014-01-30 02:35
844024443some minor typos2014-01-30 02:31
843913154Clean up some vague parts of the spec relating to form controls' numeric values to use the right algorithms2014-01-30 02:16
843813154Be more sensible with the emphasis on the 's' in 'values' for concept-fe-values2014-01-30 02:04
843713154New <input type=range multiple> example2014-01-30 02:01
843613154Move <input type=range> examples2014-01-30 00:14
843513154[Authors] [Conformance Checkers] [Gecko] [Internet Explorer] [Opera] [Webkit] <input type=range multiple min=0 value='25,75' max=100> for two-valued range controls2014-01-29 20:40
843424353[Gecko] [Internet Explorer] [Opera] [Webkit] Try to reduce race conditions involving media elements and the 'load' event.2014-01-28 23:50
8433[Conformance Checkers] [Tools] Make </caption> optional, since that seems to be interoperably supported already anyway2014-01-28 23:24
8432Add a note to the tag omission section about docs having to be conforming for this to work2014-01-28 23:10
843124358Add a bunch of examples to the tag omission section.2014-01-28 23:02
843022646Try doing this a different way (MessageEvent.source exposure)2014-01-28 20:34
842924325Improve wording of Audio constructor further.2014-01-28 20:29
842824382Add some best practices notes regarding how to use metadata cues.2014-01-28 20:17
842724429Be more explicit about the ImageData constructor2014-01-28 18:49
842624363Audit use of 'required'.2014-01-27 23:55
842522646[Gecko] [Internet Explorer] [Opera] [Webkit] Update the spec to say what's exposed to workers: take 12014-01-27 23:08
842424390Clean up the event loop algorithm2014-01-27 20:20
842324372[Authors] [Conformance Checkers] Allow <h1> (and company) inside <summary>, so that you can give a <details> element a heading.2014-01-27 20:01
842224325[Gecko] [Internet Explorer] [Opera] [Webkit] Make sure newly created <video> and <audio> elements with a src='' attribute actually load the media.2014-01-27 19:31
842124404[Gecko] [Internet Explorer] [Opera] [Webkit] Make sure .click() doesn't fire on disabled form controls.2014-01-27 19:04
842024324[Gecko] [Internet Explorer] [Opera] [Webkit] Allow browsers to entirely ignore arguments to captureEvents() and releaseEvents(), rather than requiring at least one (Window version)2014-01-27 18:14
8419Move the addHitRegion() call in this sample code, since I pasted it in the wrong place!2014-01-25 00:24
841824360make ms2ger and gsnedders happier (minor editorial stuff in parser and elsewhere)2014-01-24 23:49
8417[Authors] Try to clarify <output> and <samp> based on discussions on the WHATWG list2014-01-22 00:28
8416Clarify <output name>2014-01-22 00:11
8415More minor improvements to non-normative canvas text to make things clearer for authors.2014-01-21 23:41
8414Change a non-normative confusing note to a normative less confusing (hopefully) description, in the canvas section on focus rings2014-01-21 23:34
8413[Gecko] [Internet Explorer] [Opera] [Webkit] The parser should always refer to parent nodes, not parent elements2014-01-21 22:53
8412[Gecko] [Internet Explorer] [Opera] [Webkit] Some ARIA role additions for authoring flexibility2014-01-21 22:51
841124324[Gecko] [Internet Explorer] [Opera] [Webkit] Allow browsers to entirely ignored arguments to captureEvents() and releaseEvents(), rather than requiring at least one2014-01-21 21:54
841024327[Gecko] [Internet Explorer] [Opera] [Webkit] Fix a accidental (?) change in r7614 that undefined <img width> and <img height>; not sure what I was doing there.2014-01-21 21:49
8409[Gecko] [Internet Explorer] [Opera] [Webkit] Update ARIA restrictions for fieldset, ol, ul to include 'group' role2014-01-18 01:12
840823090update internal comment on encoding to be more accurate, per henri2014-01-18 00:46
840724214[Gecko] [Internet Explorer] [Opera] [Webkit] Make nested browsing contexts delay the load event of their parent while they're loading2014-01-17 22:44
8406Rearrange how Document objects are initialized and created to make things a little clearer2014-01-17 18:05
8405Various editorial tweaks.2014-01-17 08:12
840424224[Gecko] [Internet Explorer] [Opera] [Webkit] Update document.title to work like textContent (also defines how things work with mutation observers)2014-01-16 22:52
840324233[Gecko] [Internet Explorer] [Opera] [Webkit] Fix a regression added in r8001 where </br foo> would act like <br foo> instead of like <br>.2014-01-16 19:14
840224147Clarify how 'document's address' links to DOM2014-01-16 18:50
840124243[Gecko] [Internet Explorer] [Opera] [Webkit] Define that text fields fire 'select' events when selection changes2014-01-16 18:40
840024303[Gecko] [Internet Explorer] [Opera] [Webkit] Turns out location.reload() does work even when you have a fragment identifier...2014-01-16 17:51
839923917Move stroking requirements into the stroking algorithm2014-01-15 23:17
839824295Remove redundant requirements for <link rel=stylesheet> handling2014-01-15 22:47
839724301[Gecko] [Internet Explorer] [Opera] [Webkit] Add a couple of ImageData() constructors, and (in order to make that feasible) drop all the HD stuff on <canvas>.2014-01-15 22:06
839613524[Gecko] [Internet Explorer] [Opera] [Webkit] Make some dragleave and dragenter events have a relatedTarget.2014-01-14 00:43
839524261Remove some last traces of XBL.2014-01-14 00:12
839424263[Gecko] [Internet Explorer] [Opera] [Webkit] Fix errors in table.caption, table.tHead, table.tFoot2014-01-14 00:05
839324277Vaguely try to clarify 'status bar' and 'toolbar' for the mostly obsolete BarProp APIs.2014-01-13 23:42
8392[Gecko] [Internet Explorer] [Opera] [Webkit] Minor fixes for recent style loading checkin2014-01-13 23:30
839123684[Gecko] [Internet Explorer] [Opera] [Webkit] Define how <link charset> works.2014-01-13 23:12
839014703[Gecko] [Internet Explorer] [Opera] [Webkit] Update how the interaction with CSS style sheets and CSSOM is defined.2014-01-13 22:45
838924205Mention that the content-language pragma intentionally ignores words after the first (hopefully browsers end up matching this... they vary in their behaviour today)2014-01-09 19:19
838824249Typo in word 'connnect' in event index2014-01-09 18:47
838724256[Authors] Add 'computer program' to the non-normative sample list of types of works that <cite> can be used to name.2014-01-09 18:43
8386Turns out CSSOM already specifies resize and scroll events. Sweet.2014-01-09 07:29
8385Add an event index which acts as the definition of the event names, for editorial purposes (event names are really just strings, so they don't have, or need, a normative definition per se).2014-01-08 23:55
838423782[Conformance Checkers] Define some authoring conformance criteria that e.g. prevent autocomplete='shipping tel' being set on an <input type=date>2014-01-08 00:24
838323890[Gecko] [Internet Explorer] [Opera] [Webkit] Make the spec consistent on whether <select> takes autocomplete='' (it now unambiguously does; this is, I believe, a new feature that browsers don't yet support).2014-01-07 23:36
8382Minor clean-up of concept-fe-value vs <select>.2014-01-07 22:18
838123005Defer to URL spec for IDNA stuff.2014-01-07 21:12
838023952[Gecko] [Internet Explorer] [Opera] [Webkit] Update <frame> requirements to match legacy better2014-01-06 23:46
8379Remove redundant requirement in <object> section.2014-01-06 23:20
8378[Gecko] [Internet Explorer] [Opera] [Webkit] Make <embed> fire load events. (This is not complete. See bug 24214 for more that needs doing here.)2014-01-06 23:19
8377[Gecko] [Internet Explorer] [Opera] [Webkit] Clean up how <object> fires load events. (This is not complete. See bug 24214 for more that needs doing here.)2014-01-06 23:06