File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments