[csswg-drafts] [css-color-3] stray semicolon in darkolivegreen example color

lurch has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-color-3] stray semicolon in darkolivegreen example color ==
In the "Extended color keywords" section ( https://www.w3.org/TR/css-color-3/#svg-color ) the second cell in the `darkolivegreen` row of the table has a stray semicolon (which appears to be a typo).

In the view-source:
```html
    <tr>
     <td class=c style="background:darkolivegreen">

     <td class=c style="background:#556b2f"> ;

     <td><dfn id=darkolivegreen>darkolivegreen</dfn>

     <td class=c style="background:silver">#556b2f

     <td class=c style="background:silver">85,107,47
```

This semicolon isn't present for any other colors, e.g.
```html
    <tr>
     <td class=c style="background:darkorange">

     <td class=c style="background:#ff8c00">

     <td><dfn id=darkorange>darkorange</dfn>

     <td class=c style="background:silver">#ff8c00

     <td class=c style="background:silver">255,140,0
```

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2401 using your GitHub account

Received on Tuesday, 6 March 2018 01:12:41 UTC