Tuesday, 27 October 2009
- hixie: Update W3C copy boilerplate. poot
- hixie: websocket sync poot
- hixie: Say that things that aren't inserted by the parser aren't parser-inserted, since apparently that's not obvious. (whatwg r4372) poot
- hixie: validation fix (whatwg r4371) poot
- hixie: Allow encodings to be given case-insensitively. (whatwg r4370) poot
- hixie: Explain what 'a script resource of the given type' means. (whatwg r4369) poot
- hixie: Make the ABNF more valid. (whatwg r4368) poot
- hixie: Allow duplicate class names to be specified. (whatwg r4357) poot
- hixie: over-eager search/replace error (whatwg r4360) poot
- hixie: remove more namespace mentions relating to event (whatwg r4364) poot
- hixie: xref error in previous checkin (whatwg r4358) poot
- hixie: rfc2119 misuse (whatwg r4363) poot
- hixie: rfc2119 misuse (whatwg r4361) poot
- hixie: rfc2119 misuse (whatwg r4355) poot
- hixie: remove conflict regarding what class='' can be (whatwg r4359) poot
- hixie: Allow <progress value='0.20'></progress>, which previously required a max='' for no good reason. (whatwg r4350) poot
- hixie: Nothing particular about it, it could indeed apply to other things... (whatwg r4366) poot
- hixie: Clarify that not trying to obtain a resource doesn't delay the load event. (whatwg r4362) poot
- hixie: Include example of meta refresh with URL. (whatwg r4365) poot
- hixie: Blacklist another encoding. Couldn't find a reference for it though. (whatwg r4367) poot
- hixie: Make itemid='' accept relative URLs. (whatwg r4351) poot
- hixie: Clarify that other specs don't override DOM requirements. (whatwg r4356) poot
- hixie: Disallow lastModified to return year 0002009. (whatwg r4349) poot
- hixie: Redefine how to parse floats so that they are always narrowed to 32bit floats. (whatwg r4348) poot
- hixie: Rephrase how <form> in <table> is to be hidden for compatibility. (whatwg r4347) poot
- hixie: Make the index a bit clearer and 'error' events and 'onerror' (whatwg r4346) poot
- hixie: Prepare W3C Web Apps drafts for WD publication. poot
- hixie: Sync with latest FileAPI spec. (whatwg r4342) poot
- hixie: Change the definition of 'source node' so that it's always a text node if a selection is being dragged. (whatwg r4341) poot
- hixie: Restrict the contents of <style> for compat with IE/Opera/WebKit. Loosen the restrictions on <script> where they would be impossible to violate in text/html. (whatwg r4340) poot
- hixie: Some clarifications about events and event handler attributes. (whatwg r4339) poot
- hixie: copypasta makes the parser requirements bogus (whatwg r4338) poot
- hixie: Say how to handle multiple languages at the HTTP level. (whatwg r4337) poot
Sunday, 25 October 2009
- hixie: <map name> must be unique even case-insensitively. (whatwg r4335) poot
- hixie: IDL for DOMStringMap was invalid: creator needs two arguments. (whatwg r4334) poot
- hixie: HTMLPropertyCollection -> HTMLPropertiesCollection for consistency. (whatwg r4333) poot
- hixie: Mention DOMSettableTokenList one more time. (whatwg r4332) poot
- hixie: Try to be more explicit about what happens with parsing strings into floats for out-of-range or over-precise values. (whatwg r4331) poot
- hixie: Change 'positive' to 'non-negative' in a few more cases. (whatwg r4330) poot
- hixie: Drop #fragments from Referer headers. (whatwg r4329) poot
- hixie: Make the 'find a number' algorithm interact correctly with the parent algorithm. (whatwg r4328) poot
- hixie: typo (whatwg r4327) poot
- hixie: Mention what the algorithm can return. (whatwg r4326) poot
- hixie: Alphabetise. (whatwg r4325) poot
- hixie: Confusing terminology (whatwg r4324) poot
- hixie: Make collections inherit from HTMLCollection (whatwg r4323) poot
- hixie: Make the text vaguer while we wait for Web DOM Core to be updated. (whatwg r4322) poot
- hixie: grammar (whatwg r4321) poot
- hixie: Make the 'parse a time-zone offset component' rules handle errors. (whatwg r4320) poot
- hixie: time zones are signed. (whatwg r4319) poot
Saturday, 24 October 2009
- hixie: Define whether the sign for UTC should be +00:00 or -00:00. (whatwg r4318) poot
- hixie: year zero isn't allowed, so it should talk about year one (whatwg r4317) poot
- hixie: west coast of north america doesn't use the same timezone everywhere, so let's change the text here a bit... (whatwg r4316) poot
- hixie: copypasta and validation fix for earlier checkin (whatwg r4315) poot
- hixie: grammar fix (whatwg r4314) poot
- hixie: Correct the 'rules for parsing dimension values' to handle end-of-string properly in the fraction bit. (whatwg r4313) poot
- hixie: Correct the rules for parsing dimension values to actually say whether they're lengths or percentages. (whatwg r4312) poot
- hixie: Make <!DOCTYPE html PUBLICa> one parse error, not two. (whatwg r4311) poot
- hixie: Rewrite this algorithm to make Philip` happier (and be more consistent with the other algorithms.) (whatwg r4310) poot
- hixie: Handle <title>´<div></title> property. (whatwg r4309) poot
Friday, 23 October 2009
- hixie: sets are strings, not sets... (whatwg r4308) poot
- hixie: Reword the stuff about authors not using encodings to make more sense. (whatwg r4307) poot
- hixie: typo (whatwg r4306) poot
- hixie: Stability update (whatwg r4305) poot
- hixie: Refer to these encodings by their IANA names only to avoid confusing them with character sets. (whatwg r4304) poot
- hixie: Changed the more-or-less meaningless 'examined' to 'collected'. (whatwg r4303) poot
- hixie: Fix an error in the way <meter> and <progress> handle '0.' in the input. (whatwg r4302) poot
- hixie: Simplify the algorithms for parsing signed and unsigned integers to use subalgorithms that have since been defined. (whatwg r4301) poot
- hixie: Handle the way ToString is not fully defined on Number in JS. (whatwg r4300) poot
- hixie: Make the 'best representation of a floating point number' stuff actually make a modicum of sense. (whatwg r4299) poot
- hixie: Make a bunch of parsing terminology more consistent. (whatwg r4298) poot
- hixie: Correct the parsing rules for integers. (whatwg r4297) poot
- hixie: Add a comment about how the + is ignored. (whatwg r4296) poot
- hixie: Clarify that the '+xml' thing only applies to subtypes, not parameters. (whatwg r4293) poot
- hixie: terminology fix (whatwg r4294) poot
- hixie: Remove mention of old WebAPI WG. (whatwg r4295) poot
- hixie: Mention that unquoted attributes can't contain spaces. (whatwg r4292) poot
- hixie: Update the structure of this specification section to match recent edits again. (whatwg r4291) poot
- hixie: Change the 'reset the insertion mode appropriately' algorithm to handle tables in foreign content inside tables. (whatwg r4290) poot
- hixie: Change for <form> is parsed in <table>. (whatwg r4288) poot
- hixie: more internal notes to explain things (whatwg r4283) poot
- hixie: discourage use of HZ-GB-2312; explain why. (whatwg r4282) poot
- hixie: drag-and-drop: handle drags to text fields properly (whatwg r4280) poot
- hixie: Restrict <keygen keytype=rsa> to md5WithRSAEncryption. (whatwg r4281) poot
- hixie: Encourage better error messages from validators for ARIA issues. (whatwg r4279) poot
- hixie: Make <dt> optional in <details>. (whatwg r4278) poot
- hixie: typo (whatwg r4277) poot
- hixie: Tentatively drop HTMLCollection.tags() (e.g. document.images.tags()). (whatwg r4276) poot
Thursday, 22 October 2009
- hixie: Clarify that type='' on <link> should prevent a style sheet from being applied. (whatwg r4275) poot
- hixie: Make a note more precise. (whatwg r4274) poot
- hixie: Change <itemref> to itemref='', to simplify processing. (whatwg r4273) poot
- hixie: fix example that was missed in the earlier fixes. (whatwg r4272) poot
- hixie: <embed>, <object>, and <applet> only work when their document is fully active. (whatwg r4271) poot
- hixie: Yes, you _do_ have to follow other specs. (whatwg r4270) poot
Wednesday, 21 October 2009
- hixie: add itemref interface to index (whatwg r4267) poot
- hixie: make nextid, spacer, and rb non-elements for the purposes of the DOM. (whatwg r4266) poot
- hixie: Transition <spacer> to the dustbin of history. (whatwg r4265) poot
- hixie: Simplify the load() algorithm a bunch. (whatwg r4264) poot
- hixie: typo (whatwg r4263) poot
- hixie: fix nonsensical english (whatwg r4262) poot
- hixie: A general editorial cleanup, primarily around how Unicode characters are presented. (whatwg r4261) poot
- hixie: Mention what the special characters are. (whatwg r4260) poot
- hixie: Clarify whether application/octet-stream with parameters is a type that the user agent knows it cannot render (whatwg r4259) poot
- hixie: Shift the definition of 'document base URL' back into HTML5. (whatwg r4258) poot
- hixie: xref (whatwg r4257) poot
- hixie: xref (whatwg r4256) poot
- hixie: xref (whatwg r4254) poot
- hixie: xref issue (whatwg r4253) poot
- hixie: typo (whatwg r4251) poot
- hixie: xref (whatwg r4250) poot
- hixie: Make the example self-consistent. (whatwg r4249) poot
- hixie: Mention that sniffing the encoding violates HTTP. (whatwg r4248) poot
- hixie: Wrong reference in note. (whatwg r4247) poot
- hixie: s/global scope/global object/ (whatwg r4245) poot
- hixie: I had marked the wrong event as a ProgressEvent. (whatwg r4244) poot
- hixie: Remove unnecessary emphasis. (whatwg r4243) poot
- hixie: Misplaced loop label in 'li' processing. (whatwg r4242) poot
- hixie: Make document.close() more evil. (whatwg r4241) poot
- hixie: Add <itemref> to the index. (whatwg r4240) poot
- hixie: 'properties' is an object, not an array. (Also, add a note regarding a possible extension to hte previous checkin.) (whatwg r4239) poot
- hixie: Support <meta name=author> in Atom generation. (whatwg r4238) poot
- hixie: Introduce <meta name=author>; specify that name=application-name and name=description can't be duplicated; minor editorial tweaks. (whatwg r4237) poot
- hixie: remove no-num class from IANA section (whatwg r4236) poot
- hixie: copy pasta affected toc (whatwg r4235) poot
- hixie: Correct text in a domintro that still referred to an 'item' attribute. (whatwg r4234) poot
- hixie: Include more obsolete features. (whatwg r4233) poot
- hixie: Exclude legacy attributes from <embed>'s 'any attribute' policy. (whatwg r4232) poot
- hixie: Add pageshow and pagehide events. (whatwg r4231) poot
- hixie: Allow UAs to use the URL to sniff encoding. (whatwg r4230) poot
- hixie: duplicate id attributes (whatwg r4229) poot
- hixie: typo (whatwg r4228) poot
- hixie: grammar (whatwg r4227) poot
- hixie: Add audio, video, and canvas interfaces, which I somehow missed before. (whatwg r4226) poot
- hixie: Incorrect summary for <kbd>. (whatwg r4225) poot
- hixie: Oops, didn't mean to include obsolete elements. (whatwg r4224) poot
- hixie: typo (whatwg r4223) poot
- hixie: typo (whatwg r4222) poot
- hixie: Hide the event summary from the complete spec since it's only listing HTML5 events. (whatwg r4221) poot
- hixie: Had wrong interface name. (whatwg r4220) poot
- hixie: Had wrong interface name. (whatwg r4219) poot
- hixie: Had wrong interface name. (whatwg r4218) poot
- hixie: Had wrong interface name. (whatwg r4217) poot
- hixie: grammar typo (whatwg r4216) poot
Tuesday, 20 October 2009
- hixie: Clarify that weeks start on Mondays for the purpose of type=week. (whatwg r4215) poot
- hixie: Examples for type=datetime and type=datetime-local. (whatwg r4214) poot
- hixie: Allow UAs to avoid starting the caching algorithm until the network is up. (whatwg r4213) poot
- hixie: Make 'abort' and 'emptied' events in load() fire asynchronously. (whatwg r4212) poot
- hixie: ack for recent microdata example addition (whatwg r4211) poot
- hixie: Oops, missed four global event handler content attributes. (whatwg r4210) poot
- hixie: Fix the joint session history -- the current entries of other frames shouldn't be shown. (whatwg r4209) poot
- hixie: Be explicit about spinning an event loop in showModalDialog(). (whatwg r4208) poot
- hixie: Define createHTMLDocument(). (whatwg r4207) poot
- hixie: Make <canvas> fallback in the rendering correctly. (whatwg r4206) poot
- hixie: Drop init*EventNS(), since DOM Events is dropping namespaced events. (whatwg r4204) poot
- hixie: Make <script for> block script execution. (whatwg r4203) poot
- hixie: location.search and .pathname do nothing for data: URLs. (Before, the spec required nonsensical behaviour. Oops.) (whatwg r4202) poot
- hixie: Make <source> being inserted trigger load() even if the <video> isn't in the document. (whatwg r4201) poot
- hixie: typo (whatwg r4200) poot
- hixie: Update the attribute index with global attributes. (whatwg r4199) poot
- hixie: xref 'boolean attribute' (whatwg r4198) poot
- hixie: fix xrefs (whatwg r4197) poot
- hixie: Require that <map name=''> names be unique in the document. (whatwg r4196) poot
- hixie: Define which document element constructors get. (whatwg r4195) poot
- hixie: Change 'pointer' (part of the resource selection algorithm) to operate only on nodes, not elements. (whatwg r4194) poot
- hixie: Allow <h1>-<h6> in <hgroup>, since otherwise, what's the point of <hgroup>... (whatwg r4193) poot
- hixie: Oops, emphasised too much. (whatwg r4192) poot
- hixie: Explain the 'why' of WindowProxy. (whatwg r4191) poot
- hixie: typo (codec/codecs) (whatwg r4190) poot
- hixie: Example validation error. (whatwg r4189) poot
- hixie: stray colon in author view (whatwg r4188) poot
- hixie: Make more consistent use of '..' vs 'to' for ranges of Unicode characters and bytes. (whatwg r4187) poot
- hixie: Remove the word 'new' in 'new master entry' throughout the spec. (whatwg r4186) poot
- hixie: Clarify that the article id should be stable. (whatwg r4185) poot
- hixie: validation error (whatwg r4184) poot
- hixie: Fix the definition of the title.text IDL attribute to be more consistent with script.text and with some implementations. (whatwg r4183) poot
- hixie: RDF processing: be consistent about what <title> the document has. (whatwg r4182) poot
- hixie: xref (whatwg r4181) poot
- hixie: Try to make this less ambiguous. (whatwg r4180) poot
- hixie: Change how <script>'s content restrictions are written to make it more clear what is allowed and what isn't, since with prose rules in ABNF it can be a bit ambiguous. (whatwg r4179) poot
- hixie: Redefine how to parse RCDATA and RAWTEXT elements, and introduce a whole new way to parse <script> blocks, along with new rules for authors. This should improve compatibility with <script> parsing on the Web, but it might need a few more tweaks. (whatwg r4178) poot
Monday, 19 October 2009
- hixie: Remove the 'content model flag' and expand it into separate states instead. This edit *should* have no effect on black-box conformance requirements. Please report any changes you find. (whatwg r4177) poot
- hixie: Rename an insertion mode to prepare for more tokenizer modes. (whatwg r4176) poot
- hixie: Move 'Additional character encoding aliases' to http://wiki.whatwg.org/wiki/Web_Encodings#Spec_notes (whatwg r4175) poot
Sunday, 18 October 2009
- hixie: Correct case of various microdata attributes. (whatwg r4174) poot
- hixie: Clarify the issue regarding appcaches and cookie UI. (whatwg r4173) poot
- hixie: Get rid of a potential race condition in the cache update process. (whatwg r4172) poot
- hixie: cache manifests should not have overlapping online whitelist namespaces (whatwg r4171) poot
- hixie: Define the task source for appcache and online/offline events. (whatwg r4170) poot
- hixie: Rename the 'application cache update process' to the 'application cache download process' (whatwg r4169) poot
- hixie: Correct the interface for 'stalled' events in the media event summary; Add the interface name to the appcache event summary; Add references to [PROGRESS] where appropriate. (whatwg r4168) poot
- hixie: Move the definition of Matching a fallback namespace, which was in the middle of nowhere, into the earlier definitions section. (whatwg r4167) poot
- hixie: call the script's character encoding the URL character encoding. (whatwg r4166) poot
- hixie: ref error (whatwg r4165) poot
- hixie: Mention display:none in more places where it has no effect. (whatwg r4164) poot
- hixie: Update the requirements on <meter> and <progress> contents to fix reported problems. (whatwg r4163) poot
- hixie: ack for last checkin (whatwg r4162) poot
- hixie: Clarify that separators are in fact not pointless... (whatwg r4160) poot
- hixie: Add examples of <command>. (whatwg r4159) poot
- hixie: Clarify that everything in canvas happens with infinite bitmaps. (whatwg r4158) poot
Saturday, 17 October 2009
- hixie: Make <details> and <fieldset> into sectioning root elements. (whatwg r4156) poot
- hixie: resync (whatwg r4155) poot
- hixie: WebSocket: Try to improve clarity. (whatwg r4154) poot
Friday, 16 October 2009
- hixie: update sample markup in comment (whatwg r4153) poot
- hixie: Remove reversed DNS label support from microdata. (whatwg r4152) poot
- hixie: update comment based on new information (whatwg r4151) poot
- hixie: Mention that display:none doesn't affect plugins. (whatwg r4150) poot
- hixie: Prevent <object> from sniffing text/plain as text/html if there's a text/html plugin (not that that should ever happen, but...). (whatwg r4149) poot
- hixie: Prevent <object type=text/plain data> from triggering text-v-binary sniffing when the UA has a text/plain plugin, unless the server also says text/plain. (whatwg r4148) poot
- hixie: Add an example for Microdata based on http://gavin.carothers.name/2009/08/13/trying-to-understand-microdata-rdfa/comment-page-1/#comment-18 (whatwg r4147) poot
- hixie: xref (whatwg r4146) poot
- hixie: Make the NETWORK: section override the FALLBACK: section. Comment out a comment regarding <cite> not being applicable for ships. (whatwg r4145) poot
Thursday, 15 October 2009
- hixie: xref typo (whatwg r4144) poot
- hixie: Fix markup error in example DOM tree. (whatwg r4143) poot
Wednesday, 14 October 2009
- hixie: Remove 'loadend' event from media elements. (whatwg r4142) poot
- hixie: Fix scripted examples for microdata (whatwg r4141) poot
- hixie: Microdata: Rename .content to .itemValue and make it more useful. (whatwg r4140) poot
- hixie: Make the microdata DOM API more consistent with other APIs. (camelCase) (whatwg r4139) poot
- hixie: Make media elements not fire progress events, just regular events, since we don't know what to put in their 'loaded' attributes. (whatwg r4133) poot
- hixie: <video> and <audio> never fire 'load' anymore. (whatwg r4132) poot
- hixie: Make changing src='' call load(). (whatwg r4131) poot
- hixie: Say what the locale codes are. (whatwg r4130) poot
Tuesday, 13 October 2009
- hixie: Apparently 'uk' is the language code, 'ua' is the country code. So it was right after al and I'm a doofus. (whatwg r4128) poot
- hixie: Looks like a mistake in the source material. (whatwg r4127) poot
- hixie: List the default encodings by locale. (whatwg r4126) poot
- hixie: Try to explain 'transparent' with an example. (whatwg r4125) poot
- hixie: Default <header> to no ARIA role, but allow it to be set to 'banner'. (whatwg r4124) poot
- hixie: Ack for last checkin, and note for feature in future versions. (whatwg r4123) poot
- hixie: Update complete spec to have a separate section for Web Storage and Web Database. (whatwg r4121) poot
Monday, 12 October 2009
- hixie: Oops, these got pasted too high beore. (whatwg r4117) poot
- hixie: Clarify <aside>; change 'demographics' to 'locales'. (whatwg r4116) poot
- hixie: Make <legend> optional. (whatwg r4115) poot
- hixie: Allow non-IETF HTTP headers to be registered as pragmas also. (whatwg r4114) poot
- hixie: typo (whatwg r4113) poot
- hixie: Say 'resource' instead of 'file' where it has confused people. (whatwg r4112) poot
- hixie: Remove <link rel=feed> in favour of rel=alternate with specific types. (whatwg r4111) poot
- hixie: Make sure the history is updated before scripts run. (whatwg r4110) poot
- hixie: Looks like I'd only half made javascript: async. (whatwg r4109) poot
- hixie: Call beforeunload earlier in the process. (whatwg r4108) poot
- hixie: <input type=hidden>.value was classified incorrectly. (whatwg r4107) poot
- hixie: Make stepUp() and stepDown() arguments optional. (whatwg r4106) poot
- hixie: Prevent onunload hijacks. (whatwg r4105) poot
Sunday, 11 October 2009
- hixie: Add references for UTF-8 detection. (whatwg r4104) poot
- hixie: Define how <script> gets blocked while <style>@import</style>, and a general rewrite of how <script>s are executed and interact with the parsers. (whatwg r4103) poot
Friday, 9 October 2009
- hixie: resync poot
- hixie: The diff only applies to the HTML5 version of the draft. (whatwg r4102) poot
- hixie: typo (whatwg r4101) poot
- hixie: Make a 'complete' spec of all the bits that WHATWG has worked on. (whatwg r4099) poot
- hixie: Dramatically simplify <script defer> and <script async> handling. (whatwg r4098) poot
- hixie: <applet> fallback (whatwg r4097) poot
- hixie: Fix an error caused during the WF2 credits merge of April 2009. (whatwg r4096) poot
- hixie: Remove the reflecting IDL attribute index; correct a use of 'active document'; some xref fixes; add tables for events and interfaces; clear out the remaining XXXs; other editorial fixes. (whatwg r4095) poot
Thursday, 8 October 2009
Wednesday, 7 October 2009
- hixie: fix toc; add 'interface' column to event index table (whatwg r4093) poot
- hixie: Index of elements. Thanks to Ms2ger for the help with this. (whatwg r4092) poot
Tuesday, 6 October 2009
- hixie: Add IANA considerations sections for HTTP headers. (whatwg r4091) poot
- hixie: typo (whatwg r4090) poot
- hixie: oops, LTR-specific styles (whatwg r4089) poot
- hixie: Terminology consistency fix. (whatwg r4088) poot
- hixie: More <meter> examples. (whatwg r4087) poot
- hixie: Try to clarify WindowProxy. (whatwg r4086) poot
Monday, 5 October 2009
- hixie: Clarify that 'authors must' and 'documents must' are to be considered equivalent. (whatwg r4085) poot
- hixie: Clarify how pushState() and transfering nodes between documents affects Referer: computation in the fetch algorithm. (whatwg r4084) poot
- hixie: Hide <audio> irrespective of CSS. (whatwg r4083) poot
- hixie: Add document.head. (whatwg r4082) poot
- hixie: Register about:legacy-compat. (whatwg r4078) poot
- hixie: Make spec consistent in its use of ASCII and Unicode character references and it's references to bytes sequences. (whatwg r4077) poot
- hixie: Disallow ` in unquoted attribute values. (whatwg r4076) poot
- hixie: Elaborate on how foreign elements are to be written in the HTML syntax. (whatwg r4075) poot
Sunday, 4 October 2009
- hixie: Typo (whatwg r4074) poot
- hixie: Remove obsolete note. (whatwg r4073) poot
- hixie: changed 'fire [an event] called /event/' to 'fire [an event] named /event/'. (whatwg r4072) poot
- hixie: Elaborate on 'non-legacy'; fix misuse of 'recommended'. (whatwg r4071) poot
- hixie: Split out the microdata vocabularies into their own specs (whatwg r4070) poot
- hixie: Restructure how microdata vocabularies are defined; fix microdata to address some issues found while doing that; clean up the RDF conversion. (whatwg r4069) poot
- hixie: Update the RDF conversion to be unambiguous in all cases. (whatwg r4068) poot
Saturday, 3 October 2009
Friday, 2 October 2009
Last message date: Tuesday, 27 October 2009 22:33:46 UTC