Skip to content

Commit 552b1d3

Browse files
authored
[css-typed-om] Followups to support for perspective(none), fixing case handling and linking of 'none'. (#1054)
1 parent bcb660f commit 552b1d3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

css-typed-om/Overview.bs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2754,7 +2754,9 @@ This list is the object's [=values to iterate over=].
27542754
1. [=Rectify a keywordish value=] from |length|,
27552755
then set |length| to the result's value.
27562756

2757-
2. If |length| does not repreent the identifier 'none',
2757+
2. If |length| does not represent a value
2758+
that is [=ASCII case-insensitive=] match
2759+
for the identifier ''perspective()/none'',
27582760
[=throw=] a {{TypeError}}.
27592761

27602762
3. Return a new {{CSSPerspective}} object
@@ -5418,7 +5420,7 @@ while CSS <<transform-function>> values become {{CSSTransformComponent}}s.
54185420
whose {{CSSPerspective/length}} internal slot
54195421
is set to the reification of the specified length
54205422
(see [=reify a numeric value=] if it is a length, and
5421-
[=reify an identifier=] if it is the keyword 'none')
5423+
[=reify an identifier=] if it is the keyword ''perspective()/none'')
54225424
and whose {{CSSTransformComponent/is2D}} internal slot
54235425
is `false`.
54245426
</dl>

0 commit comments

Comments
 (0)