Skip to content

Commit cb7d3d7

Browse files
committed
Hyperlink all instances of "bounding box"
1 parent 4aa18f6 commit cb7d3d7

3 files changed

Lines changed: 21 additions & 10 deletions

File tree

css3-transforms/ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2012-03-12 ayg@aryeh.name
2+
Hyperlink all instances of "bounding box"
3+
14
2012-03-12 ayg@aryeh.name
25
Define rotate[XYZ] in terms of rotate3d
36
Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=15612.

css3-transforms/Overview.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,8 @@ <h2 id=transform-property><span class=secno>6. </span> The &lsquo;<a
10001000
<tr>
10011001
<td> <em>Percentages:</em>
10021002

1003-
<td> refer to the size of the element's bounding box
1003+
<td> refer to the size of the element's <a
1004+
href="#TermBoundingBox">bounding box</a>
10041005

10051006
<tr>
10061007
<td> <em>Media:</em>
@@ -1543,7 +1544,8 @@ <h2 id=transform-origin-property><span class=secno>8. </span> The &lsquo;<a
15431544
<tr>
15441545
<td> <em>Percentages:</em>
15451546

1546-
<td> refer to the size of the element's bounding box
1547+
<td> refer to the size of the element's <a
1548+
href="#TermBoundingBox">bounding box</a>
15471549

15481550
<tr>
15491551
<td> <em>Media:</em>
@@ -1575,7 +1577,7 @@ <h2 id=transform-origin-property><span class=secno>8. </span> The &lsquo;<a
15751577

15761578
<p><var>&lt;percentage&gt;</var> and <var>&lt;length&gt;</var> for the
15771579
first two values represent an offset of the transform origin from the top
1578-
left corner of the element's bounding box.
1580+
left corner of the element's <a href="#TermBoundingBox">bounding box</a>.
15791581

15801582
<p>For SVG elements without an associated CSS layout box the
15811583
<var>&lt;length&gt;</var> values represent an offset from the point of
@@ -1792,7 +1794,8 @@ <h2 id=perspective-origin-property><span class=secno>11. </span> The
17921794
<tr>
17931795
<td> <em>Percentages:</em>
17941796

1795-
<td> refer to the size of the element's bounding box
1797+
<td> refer to the size of the element's <a
1798+
href="#TermBoundingBox">bounding box</a>
17961799

17971800
<tr>
17981801
<td> <em>Media:</em>
@@ -1821,7 +1824,7 @@ <h2 id=perspective-origin-property><span class=secno>11. </span> The
18211824

18221825
<p><var>&lt;percentage&gt;</var> and <var>&lt;length&gt;</var> values
18231826
represent an offset of the perspective origin from the top left corner of
1824-
the element's bounding box.
1827+
the element's <a href="#TermBoundingBox">bounding box</a>.
18251828

18261829
<p> The <a
18271830
href="http://dvcs.w3.org/hg/cssom/raw-file/tip/Overview.html/#resolved-value">resolved

css3-transforms/Transforms.src.html

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,8 @@ <h2 id="transform-property">
681681
<em>Percentages:</em>
682682
</td>
683683
<td>
684-
refer to the size of the element's bounding box
684+
refer to the size of the element's
685+
<a href="#TermBoundingBox">bounding box</a>
685686
</td>
686687
</tr>
687688
<tr>
@@ -1091,7 +1092,8 @@ <h2 id="transform-origin-property">
10911092
<em>Percentages:</em>
10921093
</td>
10931094
<td>
1094-
refer to the size of the element's bounding box
1095+
refer to the size of the element's
1096+
<a href="#TermBoundingBox">bounding box</a>
10951097
</td>
10961098
</tr>
10971099
<tr>
@@ -1132,7 +1134,8 @@ <h2 id="transform-origin-property">
11321134

11331135
<p><var>&lt;percentage&gt;</var> and <var>&lt;length&gt;</var>
11341136
for the first two values represent an offset of the transform
1135-
origin from the top left corner of the element's bounding box.
1137+
origin from the top left corner of the element's
1138+
<a href="#TermBoundingBox">bounding box</a>.
11361139
</p>
11371140

11381141
<p>For SVG elements without an associated CSS layout box the <var>&lt;length&gt;</var>
@@ -1397,7 +1400,8 @@ <h2 id="perspective-origin-property">
13971400
<em>Percentages:</em>
13981401
</td>
13991402
<td>
1400-
refer to the size of the element's bounding box
1403+
refer to the size of the element's
1404+
<a href="#TermBoundingBox">bounding box</a>
14011405
</td>
14021406
</tr>
14031407
<tr>
@@ -1435,7 +1439,8 @@ <h2 id="perspective-origin-property">
14351439

14361440
<p><var>&lt;percentage&gt;</var> and <var>&lt;length&gt;</var>
14371441
values represent an offset of the perspective origin from the top
1438-
left corner of the element's bounding box.
1442+
left corner of the element's
1443+
<a href="#TermBoundingBox">bounding box</a>.
14391444
</p>
14401445

14411446
<p>

0 commit comments

Comments
 (0)