Skip to content

Commit e5a64f2

Browse files
committed
[typed-om] bugs
1 parent 339595c commit e5a64f2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

css-typed-om/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2624,7 +2624,7 @@ The {{CSSPositionValue/x}} attribute expresses the offset from the left edge of
26242624

26252625
<div class='example'>
26262626
<<position>> values accept a complicated combination of keywords and values,
2627-
but Typed OM always simplifies to just two offsets as per the [[#positionvalue-reification]] algorithm.
2627+
but Typed OM always simplifies to just two offsets as per the [[#reify-position]] algorithm.
26282628
For example, the following style sheet:
26292629

26302630
<pre class='lang-css'>
@@ -2888,7 +2888,7 @@ CSS <<number>>, <<percentage>>, and <<dimension>> values become {{CSSNumericValu
28882888
</div>
28892889

28902890
<div algorithm>
2891-
To <dfnexport>reify a math expression</dfn> |num|:
2891+
To <dfn export>reify a math expression</dfn> |num|:
28922892

28932893
1. If |num| is a ''min()'' or ''max()'' expression:
28942894
1. Let |values| be the result of [=reify a math expression|reifying=]
@@ -3106,8 +3106,8 @@ while CSS <<transform-function>> values become {{CSSTransformComponent}}s.
31063106
</dl>
31073107
</div>
31083108

3109-
{{CSSPositionValue}} Reification {#reify-positionvalue}
3110-
-----------------------------------------------------------------
3109+
<<position>> Values {#reify-position}
3110+
-----------------------------------------------
31113111

31123112
CSS <<position>> values become {{CSSPositionValue}}s in the Typed OM, with <var>x</var> and <var>y</var>
31133113
components determined via the following process. If this process, or any sub-process referenced by this
@@ -3180,7 +3180,7 @@ The following process sets a value for either <var>x</var> or<var>y</var>, depen
31803180
1. Amend <var>x</var> (if <var>bias</var> is horizontal) or <var>y</var> (if <var>bias</var> is vertical) by
31813181
adding <var>adjustment</var> to it.
31823182

3183-
{{CSSResourceValue}} Reification {#reify-resourcevalue}
3183+
<<url>> (and subtype) Values {#reify-url}
31843184
--------------------------------------------------------------
31853185

31863186
Resource references are reified by determining whether the reference is invalid

0 commit comments

Comments
 (0)