Wed, 27 Sep 2017 18:15:36 -0400 Related to #1821, the change to "check if two code points are a valid escape" makes part of "consume an escaped code point" unreachable. file | diff | annotate
Wed, 27 Sep 2017 13:54:45 -0700 [css-syntax] Related to #1821, note the change in the Changes section. file | diff | annotate
Wed, 27 Sep 2017 13:34:30 -0700 [css-syntax] Fix #1821. file | diff | annotate
Fri, 09 Jun 2017 15:33:53 -0700 [css-syntax] Update Changes list. file | diff | annotate
Fri, 09 Jun 2017 15:12:12 -0700 [css-syntax] Drop the digit when serializating an+b with A=1 or -1. Fixes #1504. Also update the link-defaults. file | diff | annotate
Fri, 09 Jun 2017 11:59:51 -0700 [css-syntax] Remove 'code point' and 'surrogate code point' in favor of the identical Infra definitions. Fixes #736. file | diff | annotate
Fri, 09 Jun 2017 11:29:32 -0700 [css-syntax] Remove lingering (now incorrect) guidance about how to serialize delim tokens that look like the Selectors attr ops. Also kill the ? column in the table, which did nothing. file | diff | annotate
Fri, 09 Jun 2017 11:21:14 -0700 [css-syntax] Use a variable to make it more explicit what the referents are later in the algorithm. Fixes #685. file | diff | annotate
Fri, 09 Jun 2017 11:13:14 -0700 [css-syntax] Add space. Fixes #684. file | diff | annotate
Fri, 02 Jun 2017 12:57:10 -0700 Remove the redundant parse error declaration. Fixes #1494. file | diff | annotate
Tue, 11 Apr 2017 12:45:19 -0700 [css-syntax] Rewrite representation to be the literal text consumed by the tokenizing algo, allowing it to isntead be offsets into the input stream. Make the appropriate corrections to match this. file | diff | annotate
Mon, 10 Apr 2017 14:20:22 -0700 [css-syntax] tpoy file | diff | annotate
Thu, 23 Feb 2017 11:05:04 -0800 [css-syntax] Markup fix. file | diff | annotate
Fri, 10 Feb 2017 10:15:45 +0100 Fix markup error file | diff | annotate
Thu, 15 Dec 2016 14:26:40 -0800 [css-syntax] Remove now-irrelevant note about Selectors syntax. file | diff | annotate
Thu, 15 Dec 2016 14:14:21 -0800 Remove the Selectors-specific tokens, per WG resolution. file | diff | annotate
Tue, 15 Nov 2016 16:48:34 -0800 [css-syntax] Update the Changes list. file | diff | annotate
Fri, 30 Sep 2016 11:17:56 -0700 [css-syntax] Give a shorter linking text to the parse-according-to-a-grammar term. file | diff | annotate
Tue, 13 Sep 2016 16:57:05 -0700 typo file | diff | annotate
Tue, 12 Jul 2016 17:45:00 -0700 [css-syntax] markup error file | diff | annotate
Wed, 22 Jun 2016 13:51:21 -0700 [css-syntax] Now that selectors have a CSS grammar, ref that properly. Also switch the remaining <i>s to <a>. file | diff | annotate
Tue, 24 May 2016 12:57:20 -0700 Mark all unexpected EOFs as parse errors. Fixes #132. file | diff | annotate
Wed, 27 Apr 2016 15:32:17 -0700 Whoops, literal comments aren't good. file | diff | annotate
Sun, 31 Jan 2016 16:19:13 -0800 change w3.org/TR/ urls to https file | diff | annotate
Sun, 31 Jan 2016 15:42:31 -0800 change //dev.w3.org/csswg/ urls to //drafts.csswg.org/ file | diff | annotate
Mon, 25 Jan 2016 12:05:58 -0800 [css-syntax] Fix up some markup and add definitions for 'invalid' and 'ignore' file | diff | annotate
Wed, 13 Jan 2016 10:31:01 -0800 [css-syntax] Add Privacy/Security section. file | diff | annotate
Fri, 09 Oct 2015 16:30:02 -0700 [css-syntax] Add some Ignored Vars declarations. file | diff | annotate
Thu, 17 Sep 2015 14:35:28 +0200 [css-syntax] Typo fix file | diff | annotate
Wed, 09 Sep 2015 16:14:00 +0200 [css-syntax] Two dash <delim-token>s must be serialized as `-/**/-` file | diff | annotate
Thu, 03 Sep 2015 13:58:51 -0400 Update some spec statuses file | diff | annotate
Thu, 16 Jul 2015 10:53:59 -0700 markup typo file | diff | annotate
Fri, 29 May 2015 16:46:19 -0700 Add 'Work Status' metadata to all Bikeshed source files. Some files also accidentally got whitespace fixes, whoops. file | diff | annotate
Fri, 15 May 2015 16:11:00 -0700 [css-syntax] Define <any-value> and <declaration-value>. file | diff | annotate
Wed, 06 May 2015 14:25:08 -0700 [css-syntax] DOM has a better definition of 'case-sensitive', so I can delete ours. file | diff | annotate
Wed, 08 Apr 2015 15:02:13 -0700 [css-syntax] Undefine @charset as a rule. Explicitly drop the first @charset rule when parsing a stylesheet, before grammar-checking. file | diff | annotate
Tue, 24 Feb 2015 17:48:21 -0800 [css-syntax] Add a dfn for serializaing An+B. file | diff | annotate
Thu, 29 Jan 2015 14:01:47 -0800 Switch everything over to using lt= rather than title=. file | diff | annotate
Mon, 12 Jan 2015 15:42:01 -0800 [css-syntax] bikeshed fixes file | diff | annotate
Fri, 09 Jan 2015 19:01:40 +0000 [css-syntax] Fix a typo in tokenization algorithm of <column-token>. file | diff | annotate
Thu, 20 Nov 2014 11:54:32 -0800 [css-syntax] Mention the 6-digit maximum. file | diff | annotate
Mon, 17 Nov 2014 13:03:03 -0800 [css-syntax] Rewrite the <urange> production to be actually correct. file | diff | annotate
Fri, 14 Nov 2014 11:19:47 -0800 [css-syntax] Dont' do <urange> fixup, instead just make it invalid. file | diff | annotate
Thu, 13 Nov 2014 17:06:57 -0800 [css-syntax] Remove lingering references to the <unicode-range-token>. file | diff | annotate
Thu, 13 Nov 2014 17:01:06 -0800 [css-syntax] Add big heading to source file. file | diff | annotate
Thu, 13 Nov 2014 17:00:39 -0800 [css-syntax] Consolidate the definition of what the <urange> represents, so I can do error-checking in one spot. file | diff | annotate
Thu, 13 Nov 2014 16:51:02 -0800 [css-syntax] Remove the unicode-range-token tokenizing. file | diff | annotate
Thu, 13 Nov 2014 16:48:31 -0800 [css-syntax] Define <urange> in terms of tokens. The definition is looser than it originally was, which vastly simplifies the specification and recognition of the token, without harming use. file | diff | annotate
Wed, 05 Nov 2014 13:02:55 -0800 [css-syntax] Remove accidental double-nesting of links. file | diff | annotate
Fri, 24 Oct 2014 17:27:41 -0700 [css-syntax] Add big text. Start the <urange> syntax section. file | diff | annotate
Tue, 14 Oct 2014 14:02:00 -0700 [css-syntax] Dedup ids. file | diff | annotate
Tue, 14 Oct 2014 11:52:13 -0700 [css-syntax] Merged two changes sections both talking about the Feb2014 CR. file | diff | annotate
Tue, 14 Oct 2014 11:42:32 -0700 [css-syntax] Revert previous change, as it's not actually redundant. file | diff | annotate
Mon, 13 Oct 2014 17:29:24 -0700 [css-syntax] Remove the now-extraneous opening steps of 'consume a url token', as they were subsumed by the rest of the algo returning bad-url less. file | diff | annotate
Fri, 05 Sep 2014 14:24:25 -0700 [css-syntax] Add a hook for parsing something according to a CSS grammar. file | diff | annotate
Fri, 25 Jul 2014 13:23:15 -0700 [css-syntax] typo file | diff | annotate
Fri, 25 Jul 2014 11:01:49 -0700 [css-syntax] Fix bug in ident-like token when there's no space between url( and string. file | diff | annotate
Wed, 23 Jul 2014 18:20:05 -0700 [css-syntax] typo file | diff | annotate
Wed, 23 Jul 2014 18:06:24 -0700 [css-syntax] Unnecessary intro to an algo. file | diff | annotate
Wed, 23 Jul 2014 17:36:00 -0700 [css-syntax] Never mind, I'm dumb, now I know what I was doing. file | diff | annotate
(0)-60tip

mercurial