[css-typed-om-1] Correct a couple of typos (#1150) · w3c/css-houdini-drafts@8172261
AtkinsSJ
·
2025-08-16
·
via Recent Commits to css-houdini-drafts:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1518,7 +1518,7 @@ The following are the arithmetic operations you can perform on dimensions:
|
1518 | 1518 | set |result|[|baseType|] to |power|. |
1519 | 1519 | |
1520 | 1520 | 3. If the [=percent hint=] of |this| is not null, |
1521 | | - 1. Set {{CSSNumericType/percentHint}} to the [=percent hint=] of |this|. |
| 1521 | + 1. Set |result|[|percentHint|] to the [=percent hint=] of |this|. |
1522 | 1522 | |
1523 | 1523 | 4. Return |result|. |
1524 | 1524 | </div> |
@@ -5808,7 +5808,7 @@ length3.toString(); // "42px";
|
5808 | 5808 | <div algorithm> |
5809 | 5809 | To <dfn export>serialize a {{CSSVariableReferenceValue}}</dfn> |this|: |
5810 | 5810 | |
5811 | | - 1. Let |s| initally be "var(". |
| 5811 | + 1. Let |s| initially be "var(". |
5812 | 5812 | |
5813 | 5813 | 2. Append |this|’s {{CSSVariableReferenceValue/variable}} internal slot to |s|. |
5814 | 5814 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。