File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3173,7 +3173,7 @@ The <<urange>> type</h3>
3173
3173
this is an invalid <<urange>> ,
3174
3174
and this algorithm must exit.
3175
3175
3176
- 3. Consume as many <a>hex digits</a> from <var> text</var> as possible.
3176
+ 3. Consume as many <a>hex digits</a> from <var> text</var> as possible,
3177
3177
then consume as many U+003F QUESTION MARK (?) <a>code points</a> as possible.
3178
3178
If zero <a>code points</a> were consumed,
3179
3179
or more than six <a>code points</a> were consumed,
@@ -3202,7 +3202,7 @@ The <<urange>> type</h3>
3202
3202
This is the <var> start value</var> .
3203
3203
3204
3204
4. If there are no <a>code points</a> left in <var> text</var> ,
3205
- The <var> end value</var> is the same as the <var> start value</var> .
3205
+ the <var> end value</var> is the same as the <var> start value</var> .
3206
3206
Exit this algorithm.
3207
3207
3208
3208
5. If the next <a>code point</a> in <var> text</var> is U+002D HYPHEN-MINUS (-),
You can’t perform that action at this time.
0 commit comments