Skip to content

Commit 77fc687

Browse files
committed
Fix variables.
1 parent 7669657 commit 77fc687

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css-typed-om/Overview.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,8 @@ and are accessed by calling the {{Element/computedStyleMap()}} method.
510510
whose [=StylePropertyMap/map entries=] are the name and [=computed value=] of
511511
every longhand CSS property supported by the User Agent,
512512
every registered [=custom property=],
513-
and every non-registered [=custom property=] which is not set to its initial value,
513+
and every non-registered [=custom property=] which is not set to its initial value
514+
on |this|,
514515
ordered by putting CSS-defined properties before custom properties,
515516
then sorting by code-point order of property name within those two categories.
516517
</div>
@@ -2444,7 +2445,7 @@ The <dfn for=CSSTransformValue>indexed getter</dfn> retrieves the transform comp
24442445

24452446
2. If |options| was passed,
24462447
set |this|’s {{CSSTransformValue/is2D}} internal slot
2447-
to the |option|'s {{CSSMatrixComponentOptions/is2D}} member.
2448+
to the |options|'s {{CSSMatrixComponentOptions/is2D}} member.
24482449

24492450
3. Otherwise,
24502451
set |this|’s {{CSSTransformValue/is2D}} internal slot

0 commit comments

Comments
 (0)