Skip to content

Commit 2818b07

Browse files
nainartabatkins
authored andcommitted
CSSPositionValue normalization should not imply parsing (#606)
Fixes #601
1 parent 667afbf commit 2818b07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-typed-om/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -2789,9 +2789,9 @@ while CSS <<transform-function>> values become {{CSSTransformComponent}}s.
27892789
{{CSSPositionValue}} normalization {#positionvalue-normalization}
27902790
-----------------------------------------------------------------
27912791

2792-
If the provided value matches the <<position>> production, then a {{CSSPositionValue}} is constructed
2793-
with <var>x</var> and <var>y</var> components determined via the following process. If this process, or
2794-
any sub-process referenced by this process fails, then normalization as a whole fails.
2792+
CSS <<position>> values become {{CSSPositionValue}}s in the Typed OM, with <var>x</var> and <var>y</var>
2793+
components determined via the following process. If this process, or any sub-process referenced by this
2794+
process fails, then normalization as a whole fails.
27952795

27962796
1. Initialize both <var>x</var> and <var>y</var> to a {{CSSNumericValue}} value representing 50%.
27972797
1. If the provided value is a single keyword, length, percentage, or calc expression, then follow

0 commit comments

Comments
 (0)