Skip to content

Commit c8d99e3

Browse files
committed
[css-syntax] Add to the changes list.
1 parent 38f8ef4 commit c8d99e3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css-syntax/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3417,8 +3417,8 @@ Changes Since the 20 Feb 2014 CR Publication</h2>
34173417
where it didn't consume the quote character starting a string before attempting to consume the string.
34183418

34193419
<li>
3420-
Fixed a bug in the "Parse a component value" algorithm,
3421-
where it failed to trim whitespace from the end of the value.
3420+
Fixed a bug in several of the parser algorithms
3421+
related to the current/next input token and things getting consumed early/late.
34223422
</ul>
34233423

34243424
The following editorial changes were made:

css-syntax/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4897,8 +4897,8 @@ <h2 class="no-num heading settled heading" id=changes><span class=content>
48974897
where it didn’t consume the quote character starting a string before attempting to consume the string.
48984898

48994899
<li>
4900-
Fixed a bug in the "Parse a component value" algorithm,
4901-
where it failed to trim whitespace from the end of the value.
4900+
Fixed a bug in several of the parser algorithms
4901+
related to the current/next input token and things getting consumed early/late.
49024902
</ul>
49034903

49044904
<p> The following editorial changes were made:

0 commit comments

Comments
 (0)