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