Skip to content

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

@lurch

Description

@lurch

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions