[css3-syntax] Remove the todo talking about the previous commit's work.

Tue, 29 Jan 2013 18:47:29 -0800

author
Tab Atkins Jr. <jackalmage@gmail.com>
date
Tue, 29 Jan 2013 18:47:29 -0800
changeset 7234
bf9503b2b6d3
parent 7233
d24b45d439d2
child 7235
0c791d8345c7

[css3-syntax] Remove the todo talking about the previous commit's work.

css3-syntax/Overview.html file | annotate | diff | comparison | revisions
css3-syntax/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-syntax/Overview.html	Tue Jan 29 18:46:09 2013 -0800
     1.2 +++ b/css3-syntax/Overview.html	Tue Jan 29 18:47:29 2013 -0800
     1.3 @@ -2765,11 +2765,6 @@
     1.4     <p> TODO:
     1.5  
     1.6     <ul>
     1.7 -    <li> Make sure that I properly handle the case where the top element in
     1.8 -     the stack isn't a stylesheet, such as when parsing the
     1.9 -     <code>style</code> attribute (there, the top element is a style rule,
    1.10 -     and we start by entering the declaration-block mode).
    1.11 -
    1.12      <li> Handle the an+b production somehow. Maybe just define it in property
    1.13       grammar terms?
    1.14     </ul>
     2.1 --- a/css3-syntax/Overview.src.html	Tue Jan 29 18:46:09 2013 -0800
     2.2 +++ b/css3-syntax/Overview.src.html	Tue Jan 29 18:47:29 2013 -0800
     2.3 @@ -2244,13 +2244,6 @@
     2.4  		<p>
     2.5  			TODO:
     2.6  
     2.7 -		<ul>
     2.8 -			<li>
     2.9 -				Make sure that I properly handle the case where the top element in the stack isn't a stylesheet,
    2.10 -				such as when parsing the <code>style</code> attribute
    2.11 -				(there, the top element is a style rule,
    2.12 -				and we start by entering the declaration-block mode).
    2.13 -
    2.14  			<li>
    2.15  				Handle the an+b production somehow.
    2.16  				Maybe just define it in property grammar terms?

mercurial