Skip to content

Commit 3814803

Browse files
committed
[css-syntax] Unnecessary intro to an algo.
1 parent 810ca97 commit 3814803

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

css-syntax/Overview.bs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,8 +1285,6 @@ Consume a url token</h4>
12851285

12861286
Note: This algorithm assumes that the initial "url(" has already been consumed.
12871287

1288-
Execute the following steps in order:
1289-
12901288
<ol>
12911289
<li>
12921290
Initially create a <<url-token>> with its value set to the empty string.

css-syntax/Overview.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2377,8 +2377,6 @@ <h4 class="heading settled heading" data-level=4.3.6 id=consume-a-url-token><spa
23772377

23782378
<p class=note>Note: This algorithm assumes that the initial "url(" has already been consumed.</p>
23792379

2380-
<p>Execute the following steps in order:</p>
2381-
23822380
<ol>
23832381
<li>
23842382
Initially create a <a class="production css-code" data-link-type=type href=#typedef-url-token title="<url-token>">&lt;url-token&gt;</a> with its value set to the empty string.

0 commit comments

Comments
 (0)