Wed, 13 Feb 2013 18:35:14 -0800 [css3-syntax] Rewrite the charset determining step to be a little clearer, and closer to my normal language. file | diff | annotate
Wed, 13 Feb 2013 18:26:41 -0800 [css3-syntax] Remove issue about lowercasing languaged-defined stuff. It'll be handled by serialization, per chatter at the last f2f. file | diff | annotate
Wed, 13 Feb 2013 18:24:48 -0800 [css3-syntax] Remove mention of agnosticism from the individual entry points, move it up to the section intro. file | diff | annotate
Wed, 13 Feb 2013 18:23:11 -0800 [css3-syntax] Make the parser algorithms token/component-value agnostic. file | diff | annotate
Tue, 12 Feb 2013 20:52:01 -0800 [css3-syntax] Make junk after a property name a parse error. file | diff | annotate
Tue, 12 Feb 2013 12:33:48 -0800 [css3-syntax] Remove redundant issue paragraphs. file | diff | annotate
Tue, 12 Feb 2013 12:31:40 -0800 [css3-syntax] Switch the Changes section to talking about the *-match tokens properly. file | diff | annotate
Tue, 12 Feb 2013 12:29:10 -0800 [css3-syntax] Add comma token, because specs (including this one) seem to accidentally require it a lot. file | diff | annotate
Tue, 12 Feb 2013 12:26:08 -0800 [css3-syntax] Finish rewriting the parser into recursive-descent style, rearrange the parser section, and clean up lots of little bits. file | diff | annotate
Mon, 11 Feb 2013 17:03:42 -0800 [css3-syntax] Committed incomplete work to turn parser into recursive-descent, commented out for now. file | diff | annotate
Thu, 07 Feb 2013 11:58:14 -0800 [css3-syntax] Remove trailing whitespace file | diff | annotate
Wed, 06 Feb 2013 11:37:19 -0800 [css3-syntax] Add the *-match tokens, from Selectors, per WG resolution. file | diff | annotate
Tue, 05 Feb 2013 11:12:44 -0800 [css3-syntax] Make sure all the error mode entry points reconsume the current input token. file | diff | annotate
Tue, 05 Feb 2013 11:06:20 -0800 [css3-syntax] Handle EOF in the declaration-end state. file | diff | annotate
Tue, 05 Feb 2013 09:57:09 -0800 [css3-syntax] Allow tokens like U+???, per CSS3 Fonts. file | diff | annotate
Mon, 04 Feb 2013 12:43:11 -0800 [css3-syntax] Don't reconsume % in number-fraction. file | diff | annotate
Sat, 02 Feb 2013 08:15:07 +0100 [css3-syntax] Typo fix file | diff | annotate
Fri, 01 Feb 2013 16:19:50 -0800 [css3-syntax] Add notes that some algorithms can be called with either a token stream or a component-value list. file | diff | annotate
Fri, 01 Feb 2013 16:01:05 -0800 [css3-syntax] Make the an+b parser preserve spaces when reparsing. file | diff | annotate
Fri, 01 Feb 2013 11:15:24 -0800 [css3-syntax] contains => is file | diff | annotate
Fri, 01 Feb 2013 11:14:11 -0800 [css3-syntax] Add the correct field of the various tokens in an+b parsing. file | diff | annotate
Thu, 31 Jan 2013 18:26:24 -0800 [css3-syntax] Specify that an+b only uses integers. file | diff | annotate
Thu, 31 Jan 2013 18:07:15 -0800 [css3-syntax] Add algo for parsing an+b notation. file | diff | annotate
Thu, 31 Jan 2013 17:15:36 -0800 [css3-syntax] Fiddle with the intro fluff text. file | diff | annotate
Thu, 31 Jan 2013 17:11:49 -0800 [css3-syntax] Add intro. Remove replaceme styling. file | diff | annotate
Thu, 31 Jan 2013 16:55:33 -0800 Add favicon to several specs. file | diff | annotate
Fri, 01 Feb 2013 01:20:57 +0100 [css3-syntax] Editorial: tiny punctuation fix. file | diff | annotate
Thu, 31 Jan 2013 16:10:38 -0800 [css3-syntax] Whoops, accidentally left in a remnant of a failed edit. file | diff | annotate
Thu, 31 Jan 2013 14:08:36 -0800 [css3-syntax] For consistency, use 'append' for list operations, not 'push' (I use 'push' for stacks). file | diff | annotate
Thu, 31 Jan 2013 13:47:49 -0800 [css3-syntax] Handle the last component in the comma-separated list. file | diff | annotate
Thu, 31 Jan 2013 13:47:10 -0800 [css3-syntax] Add error-handling to the 'parse a list' algos. file | diff | annotate
Thu, 31 Jan 2013 13:44:42 -0800 [css3-syntax] Add more error handling to the 'parse a component value' algo. file | diff | annotate
Thu, 31 Jan 2013 13:42:18 -0800 [css3-syntax] Rename 'primitive' to 'component value', sync up the parser entry points. file | diff | annotate
Thu, 31 Jan 2013 13:41:17 -0800 [css3-syntax] Have the 'consume a rule' function return a *syntax* error, not a parse error, to avoid confusion. file | diff | annotate
Thu, 31 Jan 2013 13:27:15 -0800 [css3-syntax] Make sure a bad token is flagged as a parse error. file | diff | annotate
Thu, 31 Jan 2013 13:25:42 -0800 [css3-syntax] Updated the 'differences from 2.1' section to match my recent changes. file | diff | annotate
Thu, 31 Jan 2013 13:24:35 -0800 [css3-syntax] Turns out it's even easier to handle a selector-less style block. file | diff | annotate
Thu, 31 Jan 2013 13:23:55 -0800 [css3-syntax] Allowed the 'consume a primitive' subalgo to return nothing when it finds a non-preserved token. file | diff | annotate
Wed, 30 Jan 2013 11:15:38 -0800 [css3-syntax] Make it possible to have a style rule with an empty selector. file | diff | annotate
Wed, 30 Jan 2013 11:13:52 -0800 [css3-syntax] Per WG resolution, 'non-ascii character' now 0x80 and above. file | diff | annotate
Tue, 29 Jan 2013 20:54:44 -0800 [css3-syntax] Expand the list of 2.1 core grammar changes. file | diff | annotate
Tue, 29 Jan 2013 20:48:01 -0800 [css3-syntax] Remove the 'can be made important' notion. It's simpler to just push that into the validity checking step. file | diff | annotate
Tue, 29 Jan 2013 20:42:34 -0800 [css3-syntax] Specify that whether an at-rule is rule-filled or declaration-filled is known ahead of time, and determined by the at-rule's name. file | diff | annotate
Tue, 29 Jan 2013 20:33:33 -0800 [css3-syntax] Add issue about bad-url and bad-string showing up in the tree. file | diff | annotate
Tue, 29 Jan 2013 20:27:13 -0800 [css3-syntax] Make EOF better match up with } behavior in selector and at-rule preludes. file | diff | annotate
Tue, 29 Jan 2013 20:13:54 -0800 [css3-syntax] Fix a } showing up in a selector or at-rule prelude. file | diff | annotate
Tue, 29 Jan 2013 18:47:29 -0800 [css3-syntax] Remove the todo talking about the previous commit's work. file | diff | annotate
Tue, 29 Jan 2013 18:46:09 -0800 [css3-syntax] Add parser entry points to the spec. file | diff | annotate
Mon, 28 Jan 2013 15:17:56 -0800 [css3-syntax] Actually fix the behavior of the preceding commit's case, since just deleting the weird stuff still left a weird error in the reaminaing text. file | diff | annotate
Mon, 28 Jan 2013 15:15:05 -0800 [css3-syntax] Cant' figure out what I was trying to do with the special treatment of } in a selector. Killing it. file | diff | annotate
Mon, 28 Jan 2013 15:13:30 -0800 [css3-syntax] Rejigger the heading structure to make the ToC easier to read. file | diff | annotate
Mon, 28 Jan 2013 07:43:49 -0800 [css3-syntax] More delim token fixup in the comment insertion algo. file | diff | annotate
Mon, 28 Jan 2013 07:33:02 -0800 [css3-syntax] Remove lingering references to comment tokens. file | diff | annotate
Sun, 27 Jan 2013 23:52:06 -0800 [css3-syntax] Add/correct the token pairs that need comments inserted. file | diff | annotate
Sun, 27 Jan 2013 23:31:56 -0800 [css3-syntax] Specify serialization rules for comments, since they're not preserved as tokens. file | diff | annotate
Sat, 26 Jan 2013 17:22:25 -0800 [css3-syntax] Specify that the quirk stuff is case-insensitive. file | diff | annotate
Thu, 24 Jan 2013 10:36:22 -0800 [css3-syntax] Add an issue about possibly eagerly lowercasing some types of tokens. file | diff | annotate
Tue, 22 Jan 2013 18:04:14 -0800 [css3-syntax] Move the quirks mode flag to a new 'Parser Flags' section, as it only affects the parser, not the tokenizer. file | diff | annotate
Tue, 22 Jan 2013 18:01:47 -0800 [css3-syntax] Remove the redundant . clause in the number-fraction state. file | diff | annotate
Tue, 22 Jan 2013 18:00:24 -0800 [css3-syntax] Make an unexpected ; in an at-rule prelude a syntax error. file | diff | annotate
(0)-100-60tip

mercurial