Skip to content

Commit 5b7ad8c

Browse files
committed
[css-transforms] fixed last linking problems
1 parent dc84529 commit 5b7ad8c

2 files changed

Lines changed: 26 additions & 26 deletions

File tree

css-transforms/Overview.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -773,9 +773,9 @@ <h2 class="heading settled heading" data-level=8 id=transform-origin-property><s
773773

774774
<p>The values of the <a class=property data-link-type=propdesc href=#propdef-transform title=transform>transform</a> and <a class=property data-link-type=propdesc href=#propdef-transform-origin title=transform-origin>transform-origin</a> properties are used to compute the <a data-link-type=dfn href=#transformation-matrix title="transformation matrix">transformation matrix</a>, as described above.
775775

776-
<p>If only one value is specified, the second value is assumed to be <a class=css data-link-type=maybe href=#valuedef-center0 title=center>center</a>. If one or two values are specified, the third value is assumed to be <span class=css data-link-type=maybe title=0px>0px</span>.
776+
<p>If only one value is specified, the second value is assumed to be <a class=css-code data-link-for=transform-origin data-link-type=value href=#valuedef-center0 title=center>center</a>. If one or two values are specified, the third value is assumed to be <span class=css data-link-type=maybe title=0px>0px</span>.
777777

778-
<p>If two or more values are defined and either no value is a keyword, or the only used keyword is <a class=css data-link-type=maybe href=#valuedef-center0 title=center>center</a>, then the first value represents the horizontal position (or offset) and the second represents the vertical position (or offset). A third value always represents the Z position (or offset) and must be of type <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-values-3/#length-value title="<length>">&lt;length&gt;</a>.
778+
<p>If two or more values are defined and either no value is a keyword, or the only used keyword is <a class=css-code data-link-for=transform-origin data-link-type=value href=#valuedef-center0 title=center>center</a>, then the first value represents the horizontal position (or offset) and the second represents the vertical position (or offset). A third value always represents the Z position (or offset) and must be of type <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-values-3/#length-value title="<length>">&lt;length&gt;</a>.
779779

780780
<dl data-dfn-for=transform-origin data-dfn-type=value>
781781
<dt><a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-values-3/#percentage-value title="<percentage>">&lt;percentage&gt;</a></dt>
@@ -792,15 +792,15 @@ <h2 class="heading settled heading" data-level=8 id=transform-origin-property><s
792792
For SVG elements without an associated CSS layout box the horizontal and vertical offset represent an offset from the point of origin of the element’s local coordinate space.
793793
</p>
794794
</dd>
795-
<dt><dfn class=css-code data-dfn-for=transform-origin data-dfn-type=value data-export="" id=valuedef-top0><a class=css data-link-type=maybe href=#valuedef-top0 title=top>top</a><a class=self-link href=#valuedef-top0></a></dfn>
795+
<dt><dfn class=css-code data-dfn-for=transform-origin data-dfn-type=value data-export="" id=valuedef-top0>top<a class=self-link href=#valuedef-top0></a></dfn>
796796
<dd>Computes to <span class=css data-link-type=maybe title=0%>0%</span> for the vertical position.
797-
<dt><dfn class=css-code data-dfn-for=transform-origin data-dfn-type=value data-export="" id=valuedef-right0><a class=css data-link-type=maybe href=#valuedef-right0 title=right>right</a><a class=self-link href=#valuedef-right0></a></dfn>
797+
<dt><dfn class=css-code data-dfn-for=transform-origin data-dfn-type=value data-export="" id=valuedef-right0>right<a class=self-link href=#valuedef-right0></a></dfn>
798798
<dd>Computes to <span class=css data-link-type=maybe title=100%>100%</span> for the horizontal position.
799-
<dt><dfn class=css-code data-dfn-for=transform-origin data-dfn-type=value data-export="" id=valuedef-bottom0><a class=css data-link-type=maybe href=#valuedef-bottom0 title=bottom>bottom</a><a class=self-link href=#valuedef-bottom0></a></dfn>
799+
<dt><dfn class=css-code data-dfn-for=transform-origin data-dfn-type=value data-export="" id=valuedef-bottom0>bottom<a class=self-link href=#valuedef-bottom0></a></dfn>
800800
<dd>Computes to <span class=css data-link-type=maybe title=100%>100%</span> for the vertical position.
801-
<dt><dfn class=css-code data-dfn-for=transform-origin data-dfn-type=value data-export="" id=valuedef-left0><a class=css data-link-type=maybe href=#valuedef-left0 title=left>left</a><a class=self-link href=#valuedef-left0></a></dfn>
801+
<dt><dfn class=css-code data-dfn-for=transform-origin data-dfn-type=value data-export="" id=valuedef-left0>left<a class=self-link href=#valuedef-left0></a></dfn>
802802
<dd>Computes to <span class=css data-link-type=maybe title=0%>0%</span> for the horizontal position.
803-
<dt><dfn class=css-code data-dfn-for=transform-origin data-dfn-type=value data-export="" id=valuedef-center0><a class=css data-link-type=maybe href=#valuedef-center0 title=center>center</a><a class=self-link href=#valuedef-center0></a></dfn>
803+
<dt><dfn class=css-code data-dfn-for=transform-origin data-dfn-type=value data-export="" id=valuedef-center0>center<a class=self-link href=#valuedef-center0></a></dfn>
804804
<dd>
805805
Computes to <span class=css data-link-type=maybe title=50%>50%</span> (<span class=css data-link-type=maybe title="left 50%">left 50%</span>) for the horizontal position if the horizontal position is not otherwise specified, or <span class=css data-link-type=maybe title=50%>50%</span> (<span class=css data-link-type=maybe title="top 50%">top 50%</span>) for the vertical position if it is.
806806
</dl>
@@ -920,7 +920,7 @@ <h2 class="heading settled heading" data-level=11 id=perspective-origin-property
920920
<table class=propdef><tr><th>Name:<td><dfn class=css-code data-dfn-type=property data-export="" id=propdef-perspective-origin>perspective-origin<a class=self-link href=#propdef-perspective-origin></a></dfn><tr><th>Value:<td>  [ left | center | right | top | bottom | <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-values-3/#percentage-value title="<percentage>">&lt;percentage&gt;</a> | <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-values-3/#length-value title="<length>">&lt;length&gt;</a> ]<br> |<br>   [ left | center | right | <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-values-3/#percentage-value title="<percentage>">&lt;percentage&gt;</a> | <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-values-3/#length-value title="<length>">&lt;length&gt;</a> ]<br>   [ top | center | bottom | <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-values-3/#percentage-value title="<percentage>">&lt;percentage&gt;</a> | <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-values-3/#length-value title="<length>">&lt;length&gt;</a> ]<br> |<br>   [ center | [ left | right ] ] &amp;&amp; [ center | [ top | bottom ] ]<tr><th>Initial:<td>50% 50%<tr><th>Applies to:<td><a data-link-type=dfn href=#transformable-element title="transformable elements">transformable elements</a><tr><th>Inherited:<td>no<tr><th>Media:<td>visual<tr><th>Computed value:<td>For <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-values-3/#length-value title="<length>">&lt;length&gt;</a> the absolute value, otherwise a percentage.<tr><th>Percentages:<td>refer to the size of the <a data-link-type=dfn href=#bounding-box title="bounding box">bounding box</a><tr><th>Animatable:<td>as <a href=http://dev.w3.org/csswg/css3-transitions/#animtype-simple-list>simple list</a> of <a href=http://dev.w3.org/csswg/css3-transitions/#animtype-lpcalc>length, percentage, or calc</a></table>
921921
<p>The values of the <a class=property data-link-type=propdesc href=#propdef-perspective title=perspective>perspective</a> and <a class=property data-link-type=propdesc href=#propdef-perspective-origin title=perspective-origin>perspective-origin</a> properties are used to compute the <a data-link-type=dfn href=#perspective-matrix title="perspective matrix">perspective matrix</a>, as described above.
922922

923-
<p>If only one value is specified, the second value is assumed to be <a class=css data-link-type=maybe href=#valuedef-center0 title=center>center</a>.
923+
<p>If only one value is specified, the second value is assumed to be <a class=css-code data-link-for=perspective-origin data-link-type=value href=#valuedef-center title=center>center</a>.
924924

925925
<p>If at least one of the two values is not a keyword, then the first value represents the horizontal position (or offset) and the second represents the vertical position (or offset).
926926

@@ -943,15 +943,15 @@ <h2 class="heading settled heading" data-level=11 id=perspective-origin-property
943943
and vertical offset represent an offset from the top left corner of the
944944
<a data-link-type=dfn href=#bounding-box title="bounding box">bounding box</a>.
945945
</dd>
946-
<dt><dfn class=css-code data-dfn-for=perspective-origin data-dfn-type=value data-export="" id=valuedef-top><a class=css data-link-type=maybe href=#valuedef-top0 title=top>top</a><a class=self-link href=#valuedef-top></a></dfn></dt>
946+
<dt><dfn class=css-code data-dfn-for=perspective-origin data-dfn-type=value data-export="" id=valuedef-top>top<a class=self-link href=#valuedef-top></a></dfn></dt>
947947
<dd>Computes to <span class=css data-link-type=maybe title=0%>0%</span> for the vertical position.</dd>
948-
<dt><dfn class=css-code data-dfn-for=perspective-origin data-dfn-type=value data-export="" id=valuedef-right><a class=css data-link-type=maybe href=#valuedef-right0 title=right>right</a><a class=self-link href=#valuedef-right></a></dfn></dt>
948+
<dt><dfn class=css-code data-dfn-for=perspective-origin data-dfn-type=value data-export="" id=valuedef-right>right<a class=self-link href=#valuedef-right></a></dfn></dt>
949949
<dd>Computes to <span class=css data-link-type=maybe title=100%>100%</span> for the horizontal position.</dd>
950-
<dt><dfn class=css-code data-dfn-for=perspective-origin data-dfn-type=value data-export="" id=valuedef-bottom><a class=css data-link-type=maybe href=#valuedef-bottom0 title=bottom>bottom</a><a class=self-link href=#valuedef-bottom></a></dfn></dt>
950+
<dt><dfn class=css-code data-dfn-for=perspective-origin data-dfn-type=value data-export="" id=valuedef-bottom>bottom<a class=self-link href=#valuedef-bottom></a></dfn></dt>
951951
<dd>Computes to <span class=css data-link-type=maybe title=100%>100%</span> for the vertical position.</dd>
952-
<dt><dfn class=css-code data-dfn-for=perspective-origin data-dfn-type=value data-export="" id=valuedef-left><a class=css data-link-type=maybe href=#valuedef-left0 title=left>left</a><a class=self-link href=#valuedef-left></a></dfn></dt>
952+
<dt><dfn class=css-code data-dfn-for=perspective-origin data-dfn-type=value data-export="" id=valuedef-left>left<a class=self-link href=#valuedef-left></a></dfn></dt>
953953
<dd>Computes to <span class=css data-link-type=maybe title=0%>0%</span> for the horizontal position.</dd>
954-
<dt><dfn class=css-code data-dfn-for=perspective-origin data-dfn-type=value data-export="" id=valuedef-center><a class=css data-link-type=maybe href=#valuedef-center0 title=center>center</a><a class=self-link href=#valuedef-center></a></dfn></dt>
954+
<dt><dfn class=css-code data-dfn-for=perspective-origin data-dfn-type=value data-export="" id=valuedef-center>center<a class=self-link href=#valuedef-center></a></dfn></dt>
955955
<dd>
956956
Computes to <span class=css data-link-type=maybe title=50%>50%</span> (<span class=css data-link-type=maybe title="left 50%">left 50%</span>) for the horizontal position if the horizontal position is not otherwise specified, or <span class=css data-link-type=maybe title=50%>50%</span> (<span class=css data-link-type=maybe title="top 50%">top 50%</span>) for the vertical position if it is.
957957
</dd>

css-transforms/Overview.src.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -737,9 +737,9 @@ <h2 id="transform-origin-property">The 'transform-origin' Property</h2>
737737

738738
The values of the 'transform' and 'transform-origin' properties are used to compute the <i>transformation matrix</i>, as described above.
739739

740-
If only one value is specified, the second value is assumed to be ''center''. If one or two values are specified, the third value is assumed to be ''0px''.
740+
If only one value is specified, the second value is assumed to be <a value for=transform-origin>center</a>. If one or two values are specified, the third value is assumed to be ''0px''.
741741

742-
If two or more values are defined and either no value is a keyword, or the only used keyword is ''center'', then the first value represents the horizontal position (or offset) and the second represents the vertical position (or offset). A third value always represents the Z position (or offset) and must be of type <<length>>.
742+
If two or more values are defined and either no value is a keyword, or the only used keyword is <a value for=transform-origin>center</a>, then the first value represents the horizontal position (or offset) and the second represents the vertical position (or offset). A third value always represents the Z position (or offset) and must be of type <<length>>.
743743

744744
<dl dfn-for="transform-origin" dfn-type="value">
745745
<dt><<percentage>></dt>
@@ -756,15 +756,15 @@ <h2 id="transform-origin-property">The 'transform-origin' Property</h2>
756756
For SVG elements without an associated CSS layout box the horizontal and vertical offset represent an offset from the point of origin of the element's local coordinate space.
757757
</p>
758758
</dd>
759-
<dt><dfn>''top''</dfn>
759+
<dt><dfn>top</dfn>
760760
<dd>Computes to ''0%'' for the vertical position.
761-
<dt><dfn>''right''</dfn>
761+
<dt><dfn>right</dfn>
762762
<dd>Computes to ''100%'' for the horizontal position.
763-
<dt><dfn>''bottom''</dfn>
763+
<dt><dfn>bottom</dfn>
764764
<dd>Computes to ''100%'' for the vertical position.
765-
<dt><dfn>''left''</dfn>
765+
<dt><dfn>left</dfn>
766766
<dd>Computes to ''0%'' for the horizontal position.
767-
<dt><dfn>''center''</dfn>
767+
<dt><dfn>center</dfn>
768768
<dd>
769769
Computes to ''50%'' (''left 50%'') for the horizontal position if the horizontal position is not otherwise specified, or ''50%'' (''top 50%'') for the vertical position if it is.
770770
</dl>
@@ -917,7 +917,7 @@ <h2 id="perspective-origin-property">The 'perspective-origin' Property</h2>
917917

918918
The values of the 'perspective' and 'perspective-origin' properties are used to compute the <i>perspective matrix</i>, as described above.
919919

920-
If only one value is specified, the second value is assumed to be ''center''.
920+
If only one value is specified, the second value is assumed to be <a value for=perspective-origin>center</a>.
921921

922922
If at least one of the two values is not a keyword, then the first value represents the horizontal position (or offset) and the second represents the vertical position (or offset).
923923

@@ -940,15 +940,15 @@ <h2 id="perspective-origin-property">The 'perspective-origin' Property</h2>
940940
and vertical offset represent an offset from the top left corner of the
941941
<i>bounding box</i>.
942942
</dd>
943-
<dt><dfn>''top''</dfn></dt>
943+
<dt><dfn>top</dfn></dt>
944944
<dd>Computes to ''0%'' for the vertical position.</dd>
945-
<dt><dfn>''right''</dfn></dt>
945+
<dt><dfn>right</dfn></dt>
946946
<dd>Computes to ''100%'' for the horizontal position.</dd>
947-
<dt><dfn>''bottom''</dfn></dt>
947+
<dt><dfn>bottom</dfn></dt>
948948
<dd>Computes to ''100%'' for the vertical position.</dd>
949-
<dt><dfn>''left''</dfn></dt>
949+
<dt><dfn>left</dfn></dt>
950950
<dd>Computes to ''0%'' for the horizontal position.</dd>
951-
<dt><dfn>''center''</dfn></dt>
951+
<dt><dfn>center</dfn></dt>
952952
<dd>
953953
Computes to ''50%'' (''left 50%'') for the horizontal position if the horizontal position is not otherwise specified, or ''50%'' (''top 50%'') for the vertical position if it is.
954954
</dd>

0 commit comments

Comments
 (0)