Editorial: add missing article before "hexadecimal number" · whatwg/url@91c807f
shannonbooth
·
2026-04-18
·
via Recent Commits to url:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -418,7 +418,7 @@ bytes that are not <a>ASCII bytes</a> might be insecure and is not recommended.
|
418 | 418 | |
419 | 419 | <ol> |
420 | 420 | <li><p>Let <var>bytePoint</var> be the two bytes after <var>byte</var> in <var>input</var>, |
421 | | -<a lt="isomorphic decode">decoded</a>, and then interpreted as hexadecimal number. |
| 421 | +<a lt="isomorphic decode">decoded</a>, and then interpreted as a hexadecimal number. |
422 | 422 | <!-- We should have a better definition for this. --> |
423 | 423 | |
424 | 424 | <li><p>Append a byte whose value is <var>bytePoint</var> to |
@@ -1280,7 +1280,7 @@ actually doing that with the editors of this document first.
|
1280 | 1280 | <li><p>Let <var>value</var> and <var>length</var> be 0. |
1281 | 1281 | |
1282 | 1282 | <li><p>While <var>length</var> is less than 4 and <a>c</a> is an <a>ASCII hex digit</a>, set |
1283 | | -<var>value</var> to <var>value</var> × 0x10 + <a>c</a> interpreted as hexadecimal number, |
| 1283 | +<var>value</var> to <var>value</var> × 0x10 + <a>c</a> interpreted as a hexadecimal number, |
1284 | 1284 | and increase <var>pointer</var> and <var>length</var> by 1. |
1285 | 1285 | |
1286 | 1286 | <li> |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。