|
75 | 75 |
|
76 | 76 |
|
77 | 77 |
|
| 78 | + |
| 79 | + |
78 | 80 | <style>/* http://prismjs.com/download.html?themes=prism&languages=clike */
|
79 | 81 | /**
|
80 | 82 | * prism.js default theme for JavaScript, CSS and HTML
|
@@ -1273,7 +1275,7 @@ <h3 class="heading settled" data-level="4.4" id="outline-color"><span class="sec
|
1273 | 1275 |
|
1274 | 1276 |
|
1275 | 1277 | <p>The parts of the outline are not required to be rectangular.
|
1276 |
| -To the extent that the outline follows the border edge, |
| 1278 | +To the extent that the outline follows the <a data-link-type="dfn" href="http://www.w3.org/TR/CSS21/box.html#border-edgeborder-edge">border edge</a>, |
1277 | 1279 | it should follow the <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css-backgrounds-3/#border-radius">border-radius</a> curve.</p>
|
1278 | 1280 |
|
1279 | 1281 |
|
@@ -1394,8 +1396,8 @@ <h3 class="heading settled" data-level="4.4" id="outline-color"><span class="sec
|
1394 | 1396 | <h3 class="heading settled" data-level="4.5" id="outline-offset"><span class="secno">4.5. </span><span class="content"><a class="property" data-link-type="propdesc" href="#propdef-outline-offset">outline-offset</a> property</span><a class="self-link" href="#outline-offset"></a></h3>
|
1395 | 1397 |
|
1396 | 1398 |
|
1397 |
| - <p>By default, the outline is drawn starting just outside the border edge. |
1398 |
| -However, it is possible to offset the outline and draw it beyond the border edge.</p> |
| 1399 | + <p>By default, the outline is drawn starting just outside the <a data-link-type="dfn" href="http://www.w3.org/TR/CSS21/box.html#border-edgeborder-edge">border edge</a>. |
| 1400 | +However, it is possible to offset the outline and draw it beyond the <a data-link-type="dfn" href="http://www.w3.org/TR/CSS21/box.html#border-edgeborder-edge">border edge</a>.</p> |
1399 | 1401 |
|
1400 | 1402 |
|
1401 | 1403 | <table class="propdef">
|
@@ -1450,7 +1452,7 @@ <h3 class="heading settled" data-level="4.5" id="outline-offset"><span class="se
|
1450 | 1452 |
|
1451 | 1453 | <p>If the computed value of <a class="property" data-link-type="propdesc" href="#propdef-outline-offset">outline-offset</a>
|
1452 | 1454 | is anything other than 0,
|
1453 |
| -then the outline is outset from the border edge by that amount.</p> |
| 1455 | +then the outline is outset from the <a data-link-type="dfn" href="http://www.w3.org/TR/CSS21/box.html#border-edgeborder-edge">border edge</a> by that amount.</p> |
1454 | 1456 |
|
1455 | 1457 |
|
1456 | 1458 | <div class="example" id="example-8c7e0106"><a class="self-link" href="#example-8c7e0106"></a>
|
@@ -2183,8 +2185,11 @@ <h4 class="heading settled" data-level="6.1.1" id="cursor"><span class="secno">6
|
2183 | 2185 | </table>
|
2184 | 2186 |
|
2185 | 2187 |
|
2186 |
| -This property specifies the type of cursor to be displayed for the pointing device |
2187 |
| -when within the element’s border-box. |
| 2188 | + <p>This property specifies the type of cursor to be displayed for the pointing device |
| 2189 | +when within the element’s <a data-link-type="dfn" href="http://www.w3.org/TR/CSS21/box.html#border-edgeborder-edge">border edge</a>.</p> |
| 2190 | + |
| 2191 | + |
| 2192 | + <p class="note" role="note">Note: As per <a data-link-type="biblio" href="#biblio-css3-background">[CSS3-BACKGROUND]</a>, the <a data-link-type="dfn" href="http://www.w3.org/TR/CSS21/box.html#border-edgeborder-edge">border edge</a> is affected by <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css-backgrounds-3/#border-radius">border-radius</a>.</p> |
2188 | 2193 |
|
2189 | 2194 |
|
2190 | 2195 | <p>User agents may ignore the cursor property over native user-agent controls such as scrollbars, resizers, or other native UI widgets e.g. those that may be used inside some user agent specific implementations of form elements.</p>
|
@@ -3900,6 +3905,10 @@ <h3 class="no-num heading settled" id="index-defined-here"><span class="content"
|
3900 | 3905 | </ul>
|
3901 | 3906 | <h3 class="no-num heading settled" id="index-defined-elsewhere"><span class="content">Terms defined by reference</span><a class="self-link" href="#index-defined-elsewhere"></a></h3>
|
3902 | 3907 | <ul class="indexlist">
|
| 3908 | + <li><a data-link-type="biblio" href="#biblio-css21">[CSS21]</a> defines the following terms: |
| 3909 | + <ul> |
| 3910 | + <li><a href="http://www.w3.org/TR/CSS21/box.html#border-edgeborder-edge">border edge</a> |
| 3911 | + </ul> |
3903 | 3912 | <li><a data-link-type="biblio" href="#biblio-css-backgrounds-3">[css-backgrounds-3]</a> defines the following terms:
|
3904 | 3913 | <ul>
|
3905 | 3914 | <li><a href="http://dev.w3.org/csswg/css-backgrounds-3/#background-image">background-image</a>
|
@@ -4030,6 +4039,8 @@ <h3 class="no-num heading settled" id="informative"><span class="content">Inform
|
4030 | 4039 | <dd>Tantek Çelik; et al. <a href="http://www.w3.org/TR/css3-selectors/">Selectors Level 3</a>. 29 September 2011. REC. URL: <a href="http://www.w3.org/TR/css3-selectors/">http://www.w3.org/TR/css3-selectors/</a>
|
4031 | 4040 | <dt id="biblio-svg10"><a class="self-link" href="#biblio-svg10"></a>[SVG10]
|
4032 | 4041 | <dd>Jon Ferraiolo. <a href="http://www.w3.org/TR/SVG/">Scalable Vector Graphics (SVG) 1.0 Specification</a>. 4 September 2001. REC. URL: <a href="http://www.w3.org/TR/SVG/">http://www.w3.org/TR/SVG/</a>
|
| 4042 | + <dt id="biblio-css3-background"><a class="self-link" href="#biblio-css3-background"></a>[CSS3-BACKGROUND] |
| 4043 | + <dd>Bert Bos; Elika Etemad; Brad Kemper. <a href="http://www.w3.org/TR/css3-background/">CSS Backgrounds and Borders Module Level 3</a>. 9 September 2014. CR. URL: <a href="http://www.w3.org/TR/css3-background/">http://www.w3.org/TR/css3-background/</a> |
4033 | 4044 | <dt id="biblio-html5"><a class="self-link" href="#biblio-html5"></a>[HTML5]
|
4034 | 4045 | <dd>Ian Hickson; et al. <a href="http://www.w3.org/TR/html5/">HTML5</a>. 28 October 2014. REC. URL: <a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a>
|
4035 | 4046 | </dl>
|
|
0 commit comments