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

Created on 6 Mar 2018  路  2Comments  路  Source: w3c/csswg-drafts

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:

    <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.

    <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
Closed Accepted as Obvious Bugfix css-color-3

All 2 comments

Well spotted! Yes, this is an inadvertent typo. I will fix it when the document is republished.

Fixed in ED and REC

Was this page helpful?
0 / 5 - 0 ratings