Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[css-color-3] stray semicolon in darkolivegreen example color#2401

Closed
lurch opened this issue Mar 6, 2018 · 2 comments
Closed

[css-color-3] stray semicolon in darkolivegreen example color #2401

lurch opened this issue Mar 6, 2018 · 2 comments

Comments

@lurch
Copy link

lurch commented Mar 6, 2018

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
@svgeesus
Copy link
Contributor

svgeesus commented Mar 6, 2018

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

@svgeesus
Copy link
Contributor

Fixed in ED and REC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants