Skip to content

Commit f8dad74

Browse files
committed
[css3-syntax] typo
1 parent 27566ea commit f8dad74

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

css3-syntax/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2599,9 +2599,9 @@ <h4 id=consume-a-primitive-with-the-hashless-co><span class=secno>3.6.13.
25992599
href="#current-input-token"><i>current input token</i></a> is an
26002600
identifier token, let <var>value</var> be the token's value.
26012601

2602-
<p> If <var>value has a length of 3 or 6 and is composed solely of <a
2602+
<p> If <var>value</var> has a length of 3 or 6 and is composed solely of <a
26032603
href="#hex-digit"><i>hex digits</i></a>, create a hash token with its
2604-
value set to the <var>value</var> and return it. </var>
2604+
value set to the <var>value</var> and return it.
26052605

26062606
<p> Otherwise, <a href="#consume-a-primitive0"><i>consume a
26072607
primitive</i></a> and return the returned value.

css3-syntax/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2624,7 +2624,7 @@ <h4>
26242624
let <var>value</var> be the token's value.
26252625

26262626
<p>
2627-
If <var>value</value> has a length of 3 or 6 and is composed solely of <i>hex digits</i>,
2627+
If <var>value</var> has a length of 3 or 6 and is composed solely of <i>hex digits</i>,
26282628
create a hash token with its value set to the <var>value</var>
26292629
and return it.
26302630

0 commit comments

Comments
 (0)