(X)HTML5 Tracking

Filter

Affects:

Stability:

Revision

(omit for the latest revision)


RCommentTime (UTC)
1932[Authors] [Conformance Checkers] Define <area alt> authoring conformance criteria.2008-07-24 08:53
1931copy/paste error (credit: avk)2008-07-24 08:11
1930copy/paste error (credit: avk)2008-07-24 08:10
1929[Conformance Checkers] Support <embed> with no src=''.2008-07-24 08:08
1928make notes about craziness of <embed>2008-07-24 06:19
1927Make content-sniffing 'better': make the text/binary case actually work out what the binary data might be; make the unknown type case determine the text/plain cases as a first-class citizen instead of falling back on the text/binary algorithm; fix minor grammatical things.2008-07-24 03:06
1926make <embed> do extension sniffing, for compatibility with servers that send flash as text/plain, sigh. See Mozilla bug 347736. (credit: cb)2008-07-24 02:28
1925Resolve the issue markers in the <embed> section.2008-07-24 02:02
1924Define window.parent. (credit: cm, mjs)2008-07-24 01:32
1923oops, wrong heading level2008-07-23 23:50
1922tweaks to the typographical conventions section2008-07-23 23:47
1921more typos2008-07-23 23:40
1920fix markup errors, add images that had been forgotten2008-07-23 23:39
1919Add a typographic conventions section; move the terminology section up and split it into subsections.2008-07-23 23:31
1918note case-sensitivity issues2008-07-23 23:15
1917fix the definition of img.width/height for the case where the image isn't being rendered but is available (bug 5856) (credit: avk)2008-07-23 22:30
1916Fix the spec to use the [Constructor] syntax from WebIDL to define constructors.2008-07-23 22:24
1915make some notes about window.location near about:blank2008-07-23 22:06
1914window.open('') needs to be like window.open()2008-07-23 21:52
1913Spec out the behaviour we see in IE for navigating to about:blank or javascript: URLs vs other URLs.2008-07-23 21:49
1912tidy up the messes that #whatwg found overnight -- thanks2008-07-23 21:08
1911clarify that it's capital letters of hex...2008-07-23 08:58
1910Make the coercions section not invent a new syntax. (Bug 5808) (credit: hs)2008-07-23 08:40
1909[Conformance Checkers] [Gecko] [Internet Explorer] [Opera] [Webkit] [Tools] Change how elements are treated in the after after frameset insertion mode. (Bug 5858) (credit: as)2008-07-23 07:41
1908typos (credit: ms)2008-07-23 02:28
1907[Tools] Provide a way to mutate the DOM into an infoset. (Bug 5808) (credit: hs)2008-07-23 02:02
1906Make the tokeniser states into sections for easier navigation. (Bug 5881) (credit: as)2008-07-23 01:04
1905Clarify the bogus comment state. (Bug 5863) (credit: as)2008-07-23 00:56
1904Terminology cleanup near the term 'CDATA'2008-07-23 00:51
1903[Gecko] [Opera] [Webkit] Revamp of the intrinsic dimensions and pixel ratio definitions. (Re: HTMLMediaElement: more issues and ambiguities) (credit: pj)2008-07-22 21:57
1902[Gecko] [Opera] [Webkit] Make addCueRange() have an identifier so that people don't have to use currying. (Re: re-thinking 'cue ranges') (credit: ds)2008-07-22 09:26
1901Note how confirmation could take place. (credit: roc)2008-07-22 02:57
1900minor fixes for <bb>2008-07-22 02:50
1899Make <bb> define a command.2008-07-22 02:39
1898add a space to make it not empty2008-07-22 02:25
1897oops, misnamed the interface2008-07-22 02:19
1896Make the handling of websocket-origin stricter2008-07-22 01:21
1895Stop using <em> for things other than emphasis. Remove title='' from <em> elements.2008-07-22 01:12
1894First draft (very experimental) of <bb>. Not sure if we'll want to keep this.2008-07-22 01:00
1893Make :enabled and :disabled available on <menu><li> elements.2008-07-21 19:38
1892oops, didn't define the menu DOM attributes2008-07-21 18:02
1891typo2008-07-21 07:13
1890add issue markers for sending structured data over postMessage2008-07-18 10:24
1889Move some APIs to Window so they are accessible in Workers.2008-07-18 09:47
1888typos, xref errors (credit: gs)2008-07-18 09:20
1887typo (credit: gs)2008-07-18 09:14
1886xref fixes2008-07-17 23:44
1884Making garbage collection fire an event was a stupid idea. Let's only make an explicit .close() cause unload to be fired.2008-07-17 00:11
1883Fire 'unload' on a message port if it is .close()d or if its other end is garbage collected.2008-07-16 21:11
1882Add 'load' and 'error' events to message ports.2008-07-16 20:02
1881Now that we've split Window in two, there are some places where we need to refer to the other interface.2008-07-15 20:42
1880bring more of the interfaces that AbstractView needs to implement into one place2008-07-15 11:25
1879Split Window into two (editorial-level) definitions. Clean up some timeout stuff.2008-07-15 11:17
1878xref typo2008-07-15 10:53
1877typo2008-07-15 10:47
1876Correct example for postMessage(). (credit: avk)2008-07-15 10:45
1875Define what happens when you call the postMessage() method with a null port.2008-07-15 10:40
1874Define the three-argument form of postMessage().2008-07-15 10:36
1873Define Message Channels and Ports. Also, factor out the XXXDISCARD stuff into its own section.2008-07-15 10:06
1872More work on Pipes.2008-07-13 00:50
1871typo (credit: avk)2008-07-12 12:30
1870Split the pipe section up2008-07-12 11:06
1869typo2008-07-12 11:03
1868typo fix (credit: pt)2008-07-12 10:51
1867Define the Pipe constructor; do other maintenance work around constructors.2008-07-12 10:50
1866[Tools] Content-sniffing for the unknown case had a test backwards. (Re: content type sniffing - stream length) (credit: rk)2008-07-12 02:50
1865Content-sniffing in the unknown type case used the wrong index to check the pattern. (Re: content type sniffing - unknown type) (credit: rk)2008-07-12 02:48
1864Fix spelling of tokenisation to be american. Sigh. (Re: 8.2.1: tokenisation) (credit: db)2008-07-11 19:32
1863[Opera] Rename <event-source> to <eventsource> for consistency, while we sill can2008-07-11 09:40
1862wrong header level2008-07-11 09:35
1861Messaging: introduce placeholders for pipes; make all the messaging systems use 'message' and MessageEvent; rename 'server sent dom events' to 'server sent events'.2008-07-11 09:33
1860more typos (credit: gs)2008-07-10 19:54
1859oops, defined CanvasPattern twice.2008-07-10 18:52
1858xref error (duplicate term definition)2008-07-10 17:37
1856typo2008-07-09 00:06
1855[Gecko] [Opera] [Webkit] loadstart is also synchronous (Re: HTMLMediaElement: more issues and ambiguities) (credit: pj)2008-07-09 00:01
1854[Gecko] [Opera] [Webkit] Clarify that 'pixelratio' doesn't affect later <source> elements; clarify that load() doesn't wait for earlier invocations to abort. (Re: HTMLMediaElement: more issues and ambiguities) (credit: pj)2008-07-08 23:59
1853Try to clean up the 'pixelratio' stuff.2008-07-08 23:22
1852notes on fetching2008-07-08 23:09
1851[Gecko] [Opera] [Webkit] Make <video> and <audio> have a default volume of 1.0 instead of 0.5. (Re: Consider changing the default volume for <audio> and <video> to be 1.0 instead of 0.5) (credit: ap, pj, cd)2008-07-08 23:01
1850[Gecko] [Opera] [Webkit] Define handling of poster frame on <video> in more detail.2008-07-08 22:58
1849Make the Web Socket Protocol handshake more unique. (Re: websocket HTTP response parsing) (credit: pt, jr)2008-07-07 09:17
1848Make HTML5 agnostic regarding Cookie and Cookie2. (Re: Web Sockets) (credit: ns)2008-07-06 00:08
1847Oops, I'm just bad at maths. Also, define how UAs must fail in the face of large data. (credit: pt)2008-07-03 20:51
1846Make the length encoding big-endian to be compatible with Perl. (credit: pt)2008-07-03 19:49
1845Be clearer about what should be echoed as part of the handshake.2008-07-03 09:13
1844Oops, got my maths wrong.2008-07-03 09:09
1843Handle TLS errors in the Web Socket Protocol. (and minor editorial fixes)2008-07-03 09:05
1842onclose: Event name was inconsistent with event attribute handler name.2008-07-03 09:03
1841xref typos2008-07-03 09:01
1840Web Socket specification - replaces TCPConnection and related interfaces. Also split 'serialisation of an origin' into two algorithms, one for unicode and one for ascii. And some minor editorial things.2008-07-03 08:36
1839Allow the origin to include extra data, such as the host's certificate. (credit: el)2008-07-01 23:09
1838Comment out the parts of the previous checking that don't apply yet since SVG parsing is disabled.2008-07-01 00:24
1837[Conformance Checkers] [Gecko] [Internet Explorer] [Opera] [Webkit] [Tools] Make <svg:foreignObject> scoping. (bug 5815) (credit: hs)2008-07-01 00:19
1836[Conformance Checkers] Take all the fun out of <embed> and data-*. (bug 5809) (credit: hs)2008-07-01 00:08
1835[Conformance Checkers] [Tools] Don't escape '%' when doing URL resolution. (bug 5802) (credit: hs)2008-06-30 23:52
1834[Conformance Checkers] Allow xmlns='...' anywhere in HTML. (bug: 5801) (blame: hs)2008-06-30 23:44
1833tokens aren't elements...2008-06-30 23:18
1832Make the language around parse errors and ignoring tokens more consistent. (bug 5792) (credit: hs)2008-06-30 22:47
1831[Conformance Checkers] [Tools] Now that <p> is dealt with after looking for an <li> element, make sure we don't stop at <p>. (bug: 5796) (credit: hs)2008-06-30 21:58