Closed
Description
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