Skip to content

Commit b97d64d

Browse files
committed
[css-images-3] Remove extraneous links, as Bikeshed already links them.
1 parent 6d7ca73 commit b97d64d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

css-images-3/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1369,7 +1369,7 @@ Examples of CSS Object Sizing {#object-sizing-examples}
13691369
correspond to concepts defined in this specification.
13701370

13711371
<dl>
1372-
<dt><a href="http://www.w3.org/TR/css3-background/#the-background-image">'background-image'</a>
1372+
<dt>'background-image'
13731373
<dd>
13741374
The rules for calculating the <a>concrete object size</a> of a background
13751375
are defined in <a href="http://www.w3.org/TR/CSS21/colors.html#background-properties">CSS2.1§14.2.1</a>
@@ -1382,15 +1382,15 @@ Examples of CSS Object Sizing {#object-sizing-examples}
13821382
or one of the <a title="contain constraint">contain</a> or <a title="cover constraint">cover</a> constraints.
13831383
The concrete object size is further adjusted in later steps if 'background-repeat' has a ''round'' value. [[CSS3BG]]
13841384

1385-
<dt><a href="http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-image">'list-style-image'</a>
1385+
<dt>'list-style-image'
13861386
<dd>
13871387
The rules for calculating the <a>concrete object size</a> of a list-style image
13881388
are defined in <a href="http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-image">CSS2.1§12.5.1</a>.
13891389
They use the <a>default sizing algorithm</a>
13901390
with no <a>specified size</a>
13911391
and a <a>default object size</a> of 1em square.
13921392

1393-
<dt><a href="http://www.w3.org/TR/css3-background/#border-images">'border-image'</a>
1393+
<dt>'border-image'
13941394
<dd>
13951395
Border images are sized twice:
13961396
first the entire image is sized to determine the slice points,
@@ -1407,14 +1407,14 @@ Examples of CSS Object Sizing {#object-sizing-examples}
14071407
and may also apply an additional rounding step. [[CSS3BG]]
14081408

14091409

1410-
<dt><a href="http://www.w3.org/TR/CSS21/ui.html#cursor-props">'cursor'</a>
1410+
<dt>'cursor'
14111411
<dd>
14121412
The rules for calculating the <a>concrete object size</a> of a cursor
14131413
are defined in <a href="http://www.w3.org/TR/CSS21/ui.html#cursor-props">CSS2.1 § 18.1: Cursors</a>.
14141414
The <a>default object size</a> is a UA-defined size
14151415
that should be based on the size of a typical cursor on the UA's operating system. [[!CSS21]]
14161416

1417-
<dt><a href="http://www.w3.org/TR/CSS21/generate.html#content">'content'</a>
1417+
<dt>'content'
14181418
<dd>
14191419
Objects inserted via the CSS2.1 'content' property
14201420
are anonymous <a href="http://www.w3.org/TR/CSS21/conform.html#replaced-element">replaced elements</a>,

css-images-3/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1338,7 +1338,7 @@ <h3 class="heading settled" data-level=4.4 id=object-sizing-examples><span class
13381338
correspond to concepts defined in this specification.
13391339

13401340
<dl>
1341-
<dt><a href=http://www.w3.org/TR/css3-background/#the-background-image><a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-backgrounds-3/#background-image title=background-image>background-image</a></a>
1341+
<dt><a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-backgrounds-3/#background-image title=background-image>background-image</a>
13421342
<dd>
13431343
The rules for calculating the <a data-link-type=dfn href=#concrete-object-size title="concrete object size">concrete object size</a> of a background
13441344
are defined in <a href=http://www.w3.org/TR/CSS21/colors.html#background-properties>CSS2.1§14.2.1</a>
@@ -1351,15 +1351,15 @@ <h3 class="heading settled" data-level=4.4 id=object-sizing-examples><span class
13511351
or one of the <a data-link-type=dfn href=#contain-constraint title="contain constraint">contain</a> or <a data-link-type=dfn href=#cover-constraint title="cover constraint">cover</a> constraints.
13521352
The concrete object size is further adjusted in later steps if <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-backgrounds-3/#background-repeat title=background-repeat>background-repeat</a> has a <span class=css>round</span> value. <a data-biblio-type=informative data-link-type=biblio href=#biblio-css3bg title=CSS3BG>[CSS3BG]</a>
13531353

1354-
<dt><a href=http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-image><a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-lists-3/#propdef-list-style-image title=list-style-image>list-style-image</a></a>
1354+
<dt><a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-lists-3/#propdef-list-style-image title=list-style-image>list-style-image</a>
13551355
<dd>
13561356
The rules for calculating the <a data-link-type=dfn href=#concrete-object-size title="concrete object size">concrete object size</a> of a list-style image
13571357
are defined in <a href=http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-image>CSS2.1§12.5.1</a>.
13581358
They use the <a data-link-type=dfn href=#default-sizing-algorithm title="default sizing algorithm">default sizing algorithm</a>
13591359
with no <a data-link-type=dfn href=#specified-size title="specified size">specified size</a>
13601360
and a <a data-link-type=dfn href=#default-object-size title="default object size">default object size</a> of 1em square.
13611361

1362-
<dt><a href=http://www.w3.org/TR/css3-background/#border-images><a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-backgrounds-3/#border-image title=border-image>border-image</a></a>
1362+
<dt><a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-backgrounds-3/#border-image title=border-image>border-image</a>
13631363
<dd>
13641364
Border images are sized twice:
13651365
first the entire image is sized to determine the slice points,
@@ -1376,14 +1376,14 @@ <h3 class="heading settled" data-level=4.4 id=object-sizing-examples><span class
13761376
and may also apply an additional rounding step. <a data-biblio-type=informative data-link-type=biblio href=#biblio-css3bg title=CSS3BG>[CSS3BG]</a>
13771377

13781378

1379-
<dt><a href=http://www.w3.org/TR/CSS21/ui.html#cursor-props><a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-ui-3/#cursor0 title=cursor>cursor</a></a>
1379+
<dt><a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-ui-3/#cursor0 title=cursor>cursor</a>
13801380
<dd>
13811381
The rules for calculating the <a data-link-type=dfn href=#concrete-object-size title="concrete object size">concrete object size</a> of a cursor
13821382
are defined in <a href=http://www.w3.org/TR/CSS21/ui.html#cursor-props>CSS2.1 § 18.1: Cursors</a>.
13831383
The <a data-link-type=dfn href=#default-object-size title="default object size">default object size</a> is a UA-defined size
13841384
that should be based on the size of a typical cursor on the UA’s operating system. <a data-biblio-type=normative data-link-type=biblio href=#biblio-css21 title=CSS21>[CSS21]</a>
13851385

1386-
<dt><a href=http://www.w3.org/TR/CSS21/generate.html#content><a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-content-3/#content title=content>content</a></a>
1386+
<dt><a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-content-3/#content title=content>content</a>
13871387
<dd>
13881388
Objects inserted via the CSS2.1 <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-content-3/#content title=content>content</a> property
13891389
are anonymous <a href=http://www.w3.org/TR/CSS21/conform.html#replaced-element>replaced elements</a>,

0 commit comments

Comments
 (0)