| R | Comment | Time (UTC) |
| 1932 | Define <area alt> authoring conformance criteria. | 2008-07-24 08:53 |
| 1931 | copy/paste error (credit: avk) | 2008-07-24 08:11 |
| 1930 | copy/paste error (credit: avk) | 2008-07-24 08:10 |
| 1929 | Support <embed> with no src=''. | 2008-07-24 08:08 |
| 1928 | make notes about craziness of <embed> | 2008-07-24 06:19 |
| 1927 | Make 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 |
| 1926 | make <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 |
| 1925 | Resolve the issue markers in the <embed> section. | 2008-07-24 02:02 |
| 1924 | Define window.parent. (credit: cm, mjs) | 2008-07-24 01:32 |
| 1923 | oops, wrong heading level | 2008-07-23 23:50 |
| 1922 | tweaks to the typographical conventions section | 2008-07-23 23:47 |
| 1921 | more typos | 2008-07-23 23:40 |
| 1920 | fix markup errors, add images that had been forgotten | 2008-07-23 23:39 |
| 1919 | Add a typographic conventions section; move the terminology section up and split it into subsections. | 2008-07-23 23:31 |
| 1918 | note case-sensitivity issues | 2008-07-23 23:15 |
| 1917 | fix 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 |
| 1916 | Fix the spec to use the [Constructor] syntax from WebIDL to define constructors. | 2008-07-23 22:24 |
| 1915 | make some notes about window.location near about:blank | 2008-07-23 22:06 |
| 1914 | window.open('') needs to be like window.open() | 2008-07-23 21:52 |
| 1913 | Spec out the behaviour we see in IE for navigating to about:blank or javascript: URLs vs other URLs. | 2008-07-23 21:49 |
| 1912 | tidy up the messes that #whatwg found overnight -- thanks | 2008-07-23 21:08 |
| 1911 | clarify that it's capital letters of hex... | 2008-07-23 08:58 |
| 1910 | Make the coercions section not invent a new syntax. (Bug 5808) (credit: hs) | 2008-07-23 08:40 |
| 1909 | Change how elements are treated in the after after frameset insertion mode. (Bug 5858) (credit: as) | 2008-07-23 07:41 |
| 1908 | typos (credit: ms) | 2008-07-23 02:28 |
| 1907 | Provide a way to mutate the DOM into an infoset. (Bug 5808) (credit: hs) | 2008-07-23 02:02 |
| 1906 | Make the tokeniser states into sections for easier navigation. (Bug 5881) (credit: as) | 2008-07-23 01:04 |
| 1905 | Clarify the bogus comment state. (Bug 5863) (credit: as) | 2008-07-23 00:56 |
| 1904 | Terminology cleanup near the term 'CDATA' | 2008-07-23 00:51 |
| 1903 | Revamp of the intrinsic dimensions and pixel ratio definitions. (Re: HTMLMediaElement: more issues and ambiguities) (credit: pj) | 2008-07-22 21:57 |
| 1902 | 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 |
| 1901 | Note how confirmation could take place. (credit: roc) | 2008-07-22 02:57 |
| 1900 | minor fixes for <bb> | 2008-07-22 02:50 |
| 1899 | Make <bb> define a command. | 2008-07-22 02:39 |
| 1898 | add a space to make it not empty | 2008-07-22 02:25 |
| 1897 | oops, misnamed the interface | 2008-07-22 02:19 |
| 1896 | Make the handling of websocket-origin stricter | 2008-07-22 01:21 |
| 1895 | Stop using <em> for things other than emphasis. Remove title='' from <em> elements. | 2008-07-22 01:12 |
| 1894 | First draft (very experimental) of <bb>. Not sure if we'll want to keep this. | 2008-07-22 01:00 |
| 1893 | Make :enabled and :disabled available on <menu><li> elements. | 2008-07-21 19:38 |
| 1892 | oops, didn't define the menu DOM attributes | 2008-07-21 18:02 |
| 1891 | typo | 2008-07-21 07:13 |
| 1890 | add issue markers for sending structured data over postMessage | 2008-07-18 10:24 |
| 1889 | Move some APIs to Window so they are accessible in Workers. | 2008-07-18 09:47 |
| 1888 | typos, xref errors (credit: gs) | 2008-07-18 09:20 |
| 1887 | typo (credit: gs) | 2008-07-18 09:14 |
| 1886 | xref fixes | 2008-07-17 23:44 |
| 1884 | Making 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 |
| 1883 | Fire 'unload' on a message port if it is .close()d or if its other end is garbage collected. | 2008-07-16 21:11 |
| 1882 | Add 'load' and 'error' events to message ports. | 2008-07-16 20:02 |
| 1881 | Now 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 |
| 1880 | bring more of the interfaces that AbstractView needs to implement into one place | 2008-07-15 11:25 |
| 1879 | Split Window into two (editorial-level) definitions. Clean up some timeout stuff. | 2008-07-15 11:17 |
| 1878 | xref typo | 2008-07-15 10:53 |
| 1877 | typo | 2008-07-15 10:47 |
| 1876 | Correct example for postMessage(). (credit: avk) | 2008-07-15 10:45 |
| 1875 | Define what happens when you call the postMessage() method with a null port. | 2008-07-15 10:40 |
| 1874 | Define the three-argument form of postMessage(). | 2008-07-15 10:36 |
| 1873 | Define Message Channels and Ports. Also, factor out the XXXDISCARD stuff into its own section. | 2008-07-15 10:06 |
| 1872 | More work on Pipes. | 2008-07-13 00:50 |
| 1871 | typo (credit: avk) | 2008-07-12 12:30 |
| 1870 | Split the pipe section up | 2008-07-12 11:06 |
| 1869 | typo | 2008-07-12 11:03 |
| 1868 | typo fix (credit: pt) | 2008-07-12 10:51 |
| 1867 | Define the Pipe constructor; do other maintenance work around constructors. | 2008-07-12 10:50 |
| 1866 | Content-sniffing for the unknown case had a test backwards. (Re: content type sniffing - stream length) (credit: rk) | 2008-07-12 02:50 |
| 1865 | Content-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 |
| 1864 | Fix spelling of tokenisation to be american. Sigh. (Re: 8.2.1: tokenisation) (credit: db) | 2008-07-11 19:32 |
| 1863 | Rename <event-source> to <eventsource> for consistency, while we sill can | 2008-07-11 09:40 |
| 1862 | wrong header level | 2008-07-11 09:35 |
| 1861 | Messaging: 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 |
| 1860 | more typos (credit: gs) | 2008-07-10 19:54 |
| 1859 | oops, defined CanvasPattern twice. | 2008-07-10 18:52 |
| 1858 | xref error (duplicate term definition) | 2008-07-10 17:37 |
| 1856 | typo | 2008-07-09 00:06 |
| 1855 | loadstart is also synchronous (Re: HTMLMediaElement: more issues and ambiguities) (credit: pj) | 2008-07-09 00:01 |
| 1854 | 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 |
| 1853 | Try to clean up the 'pixelratio' stuff. | 2008-07-08 23:22 |
| 1852 | notes on fetching | 2008-07-08 23:09 |
| 1851 | 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 | Define handling of poster frame on <video> in more detail. | 2008-07-08 22:58 |
| 1849 | Make the Web Socket Protocol handshake more unique. (Re: websocket HTTP response parsing) (credit: pt, jr) | 2008-07-07 09:17 |
| 1848 | Make HTML5 agnostic regarding Cookie and Cookie2. (Re: Web Sockets) (credit: ns) | 2008-07-06 00:08 |
| 1847 | Oops, 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 |
| 1846 | Make the length encoding big-endian to be compatible with Perl. (credit: pt) | 2008-07-03 19:49 |
| 1845 | Be clearer about what should be echoed as part of the handshake. | 2008-07-03 09:13 |
| 1844 | Oops, got my maths wrong. | 2008-07-03 09:09 |
| 1843 | Handle TLS errors in the Web Socket Protocol. (and minor editorial fixes) | 2008-07-03 09:05 |
| 1842 | onclose: Event name was inconsistent with event attribute handler name. | 2008-07-03 09:03 |
| 1841 | xref typos | 2008-07-03 09:01 |
| 1840 | Web 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 |
| 1839 | Allow the origin to include extra data, such as the host's certificate. (credit: el) | 2008-07-01 23:09 |
| 1838 | Comment out the parts of the previous checking that don't apply yet since SVG parsing is disabled. | 2008-07-01 00:24 |
| 1837 | Make <svg:foreignObject> scoping. (bug 5815) (credit: hs) | 2008-07-01 00:19 |
| 1836 | Take all the fun out of <embed> and data-*. (bug 5809) (credit: hs) | 2008-07-01 00:08 |
| 1835 | Don't escape '%' when doing URL resolution. (bug 5802) (credit: hs) | 2008-06-30 23:52 |
| 1834 | Allow xmlns='...' anywhere in HTML. (bug: 5801) (blame: hs) | 2008-06-30 23:44 |
| 1833 | tokens aren't elements... | 2008-06-30 23:18 |
| 1832 | Make the language around parse errors and ignoring tokens more consistent. (bug 5792) (credit: hs) | 2008-06-30 22:47 |
| 1831 | 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 |