Skip to content

Commit e5e70b1

Browse files
committed
[css-cascade] ordered lists should use <ol>!
1 parent 42b489e commit e5e70b1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css-cascade-3/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ Value Processing</h2>
249249
The final value of a CSS property for a given element or box
250250
is the result of a multi-step calculation:
251251

252-
<ul>
252+
<ol>
253253
<li>
254254
First, all the <a>declared values</a> applied to an element are collected,
255255
for each property on each element.
@@ -277,7 +277,7 @@ Value Processing</h2>
277277
based on constraints of the display environment.
278278
As with the <a>used value</a>, there may or may not be an <a>actual value</a>
279279
for a given property on an element.
280-
</ul>
280+
</ol>
281281

282282
<h3 id="declared">
283283
Declared Values</h3>

css-cascade/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ Value Processing</h2>
352352
The final value of a CSS property for a given element or box
353353
is the result of a multi-step calculation:
354354

355-
<ul>
355+
<ol>
356356
<li>
357357
First, all the <a>declared values</a> applied to an element are collected,
358358
for each property on each element.
@@ -380,7 +380,7 @@ Value Processing</h2>
380380
based on constraints of the display environment.
381381
As with the <a>used value</a>, there may or may not be an <a>actual value</a>
382382
for a given property on an element.
383-
</ul>
383+
</ol>
384384

385385
<h3 id="declared">
386386
Declared Values</h3>

0 commit comments

Comments
 (0)