Skip to content

Commit 1f4ad2c

Browse files
committed
[css-color] More syntax highlighting.
1 parent e2b3360 commit 1f4ad2c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-color/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2467,7 +2467,7 @@ APIs for Parsing and Manipulating Colors</h2>
24672467

24682468
This section defines a number of APIs for creating and manipulating colors in script:
24692469

2470-
<ul>
2470+
<ul class="lang-javascript">
24712471
<li>
24722472
It allows CSS colors to be parsed into JS objects--
24732473
use the <code>CSSColor.parse("rebeccapurple")</code> method to get a corresponding color object,

css-color/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3238,7 +3238,7 @@ <h2 class="heading settled" data-level=15 id=apis><span class=secno>15. </span><
32383238

32393239
<p>This section defines a number of APIs for creating and manipulating colors in script:</p>
32403240

3241-
<ul>
3241+
<ul class=lang-javascript>
32423242
<li>
32433243
It allows CSS colors to be parsed into JS objects—<wbr>use the <code>CSSColor.parse("rebeccapurple")</code> method to get a corresponding color object,
32443244
or one of the specific color constructors,

0 commit comments

Comments
 (0)