Skip to content

Commit 576f022

Browse files
committed
[CSS2] get rid of explicit link text where possible
1 parent 7a91758 commit 576f022

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

css2/Overview.bs

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ for how this definition is used.
533533

534534
<h4 id="shorthand">Shorthand properties</h4>
535535

536-
<p>Some properties are <dfn data-lt="shorthand property"><dfn>shorthand properties</dfn></dfn>, meaning that they allow
536+
<p>Some properties are <dfn><dfn>shorthand properties</dfn></dfn>, meaning that they allow
537537
authors to specify the values of several properties with a single
538538
property.
539539

@@ -1867,7 +1867,7 @@ recognize such properties and may ignore them according to the <a href="#parsing
18671867
case-sensitive in XML.
18681868
</li>
18691869

1870-
<li> In CSS, <dfn data-lt="identifier|identifier"><dfn id="value-def-identifier" data-dfn-type="type" data-lt="&lt;identifier&gt;"><dfn>identifiers</dfn></dfn></dfn>
1870+
<li> In CSS, <dfn><dfn id="value-def-identifier" data-dfn-type="type" data-lt="&lt;identifier&gt;"><dfn>identifiers</dfn></dfn></dfn>
18711871
(including element names, classes, and IDs in <a href="selector.html">selectors</a>) can contain only the
18721872
characters [a-zA-Z0-9] and ISO 10646 characters U+00A0 and higher,
18731873
plus the hyphen (-) and the underscore (_); they cannot start with
@@ -1952,7 +1952,7 @@ sets.</em></span> There may be <a href="#whitespace">white space</a>
19521952
around the statements.
19531953
</p>
19541954

1955-
<h4 id="at-rules"><dfn data-lt="at-rule">
1955+
<h4 id="at-rules"><dfn>
19561956
At-rules</dfn></h4>
19571957

19581958
<p> At-rules start with an <dfn>at-keyword</dfn>, an '@' character
@@ -2139,7 +2139,7 @@ pairs, and semicolons not in strings must be <a href="#escaped-characters">escap
21392139
braces may be nested. Inside the quotes, characters are parsed as a
21402140
string.
21412141
</p>
2142-
<p>The syntax of <dfn data-lt="value">values</dfn>
2142+
<p>The syntax of <dfn>values</dfn>
21432143
is specified separately for each property, but in any case, values are
21442144
built from identifiers, strings, numbers, lengths, percentages, URIs,
21452145
colors, etc.
@@ -3188,7 +3188,7 @@ refers to a smaller part of a selector in CSS3 than in CSS&nbsp;2.
31883188
See the CSS3 Selectors module [[-SELECTORS-3]].
31893189

31903190
<p>A <dfn><dfn>selector</dfn></dfn> is a chain of one or more
3191-
simple selectors separated by combinators. <dfn data-lt="combinator"><span id="combinator"><dfn>Combinators</dfn></span></dfn> are: white space,
3191+
simple selectors separated by combinators. <dfn><span id="combinator"><dfn>Combinators</dfn></span></dfn> are: white space,
31923192
"&gt;", and "+". White space may appear between a combinator and the
31933193
simple selectors around it.
31943194

@@ -4479,7 +4479,7 @@ value if necessary (the "used value"), and finally transformed
44794479
according to the limitations of the local environment (the "actual
44804480
value").
44814481

4482-
<h4 id="specified-value"><dfn data-lt="specified value">
4482+
<h4 id="specified-value"><dfn>
44834483
Specified values</dfn></h4>
44844484

44854485
<p>User agents must first assign a specified value to each property based
@@ -4492,7 +4492,7 @@ on the following mechanisms (in order of precedence):</p>
44924492
</ol>
44934493

44944494

4495-
<h4 id="computed-value"><dfn data-lt="computed value">
4495+
<h4 id="computed-value"><dfn>
44964496
Computed values</dfn></h4>
44974497

44984498
<p>Specified values are resolved to computed values during the cascade;
@@ -4517,7 +4517,7 @@ properties may define the computed value of a property for an element
45174517
to depend on whether the property applies to that element.
45184518

45194519

4520-
<h4 id="used-value"><dfn data-lt="used value">
4520+
<h4 id="used-value"><dfn>
45214521
Used values</dfn></h4>
45224522

45234523
<p>Computed values are processed as far as possible without formatting
@@ -4529,7 +4529,7 @@ determined. The <dfn id="usedValue">used value</dfn> is the result of
45294529
taking the computed value and resolving any remaining dependencies
45304530
into an absolute value.
45314531

4532-
<h4 id="actual-value"><dfn data-lt="actual value">
4532+
<h4 id="actual-value"><dfn>
45334533
Actual values</dfn></h4>
45344534

45354535
<p>A used value is in principle the value used for rendering, but a
@@ -5144,7 +5144,7 @@ by a CSS specification.
51445144
<p>Each CSS property definition specifies which media types the
51455145
property applies to. Since properties generally apply to several media
51465146
types, the "Applies to media" section of each property definition
5147-
lists <dfn data-lt="media group">media groups</dfn>
5147+
lists <dfn>media groups</dfn>
51485148
rather than individual media types. Each property applies to all media
51495149
types in the media groups listed in its definition.
51505150

@@ -6143,7 +6143,7 @@ agents may render to more than one canvas (i.e., provide different
61436143
views of the same document).
61446144
</p>
61456145

6146-
<h4 id="containing-block"><dfn data-lt="containing block">
6146+
<h4 id="containing-block"><dfn>
61476147
Containing blocks</dfn>
61486148
</h4>
61496149

@@ -6173,12 +6173,12 @@ specifies a box's type.
61736173

61746174
<h4 id="block-boxes">Block-level elements and block boxes</h4>
61756175

6176-
<p><dfn data-lt="block-level element"><span id="block-level"><dfn>Block-level elements</dfn></span></dfn> are those elements of the source document that are formatted visually as
6176+
<p><dfn><span id="block-level"><dfn>Block-level elements</dfn></span></dfn> are those elements of the source document that are formatted visually as
61776177
blocks (e.g., paragraphs). The following values of the <span class="propinst-display">'display'</span> property make an element
61786178
block-level: 'block', 'list-item', and 'table'.
61796179
</p>
61806180

6181-
<p><dfn data-lt="block-level box"><dfn>Block-level
6181+
<p><dfn><dfn>Block-level
61826182
boxes</dfn></dfn> are boxes that participate in
61836183
a <a href="#block-formatting">block formatting context.</a> Each
61846184
block-level element generates a <dfn><span id="principal-box"><dfn>principal block-level
@@ -6199,7 +6199,7 @@ context and thus contains only inline-level boxes. Not all block
61996199
container boxes are block-level boxes: non-replaced inline blocks
62006200
and non-replaced table cells are block containers but not block-level
62016201
boxes. Block-level boxes that are also block containers are
6202-
called <dfn data-lt="block box"><dfn>block
6202+
called <dfn><dfn>block
62036203
boxes</dfn></dfn>.
62046204

62056205
<p>The three terms "block-level box," "block container box," and
@@ -6309,7 +6309,7 @@ containing block formed by the DIV, not of the anonymous block box.
63096309

63106310
<h4 id="inline-boxes">Inline-level elements and inline boxes</h4>
63116311

6312-
<p><dfn data-lt="inline-level element">
6312+
<p><dfn>
63136313
<span id="inline-level"><dfn>Inline-level
63146314
elements</dfn></span></dfn> are those elements of the source document that
63156315
do not form new blocks of content; the content is distributed in lines
@@ -6318,7 +6318,7 @@ within a paragraph, inline images,
63186318
etc.). The following values of the <span class="propinst-display">'display'</span> property make an element
63196319
inline-level: 'inline', 'inline-table', and 'inline-block'.
63206320

6321-
Inline-level elements generate <dfn data-lt="inline-level box"><dfn>inline-level
6321+
Inline-level elements generate <dfn><dfn>inline-level
63226322
boxes</dfn></dfn>, which are boxes that participate in an inline
63236323
formatting context.
63246324

@@ -6329,7 +6329,7 @@ non-replaced element with a 'display' value of 'inline' generates an
63296329
inline box.
63306330
Inline-level boxes that are not inline boxes (such as replaced
63316331
inline-level elements, inline-block elements, and inline-table
6332-
elements) are called <dfn data-lt="atomic inline-level box"><dfn>atomic inline-level boxes</dfn></dfn> because
6332+
elements) are called <dfn><dfn>atomic inline-level boxes</dfn></dfn> because
63336333
they participate in their inline formatting context as a single opaque
63346334
box.
63356335

@@ -11403,7 +11403,7 @@ pages. To handle pages, CSS&nbsp;2 describes how page margins are set
1140311403
on <a href="#page-box">page boxes</a>, and how <a href="#page-breaks">page breaks</a> are declared.
1140411404

1140511405
<p>The user agent is responsible for transferring the page boxes of a
11406-
document onto the real <dfn data-lt="sheet"><dfn>sheets</dfn></dfn> where the document will
11406+
document onto the real <dfn><dfn>sheets</dfn></dfn> where the document will
1140711407
ultimately be rendered (paper, transparency, screen, etc.). There is
1140811408
often a 1-to-1 relationship between a page box and a sheet, but this
1140911409
is not always the case. Transfer possibilities include:</p>
@@ -13817,7 +13817,7 @@ algorithm, is not fully defined by this specification.
1381713817
<p>For the automatic table layout algorithm, some widely deployed
1381813818
implementations have achieved relatively close interoperability.
1381913819

13820-
<p><dfn data-lt="tables">Table</dfn> layout can be
13820+
<p><dfn>Table</dfn> layout can be
1382113821
used to represent tabular relationships between data. Authors specify
1382213822
these relationships in the <a href="conform.html#doclanguage">document
1382313823
language</a> and can specify their <em>presentation</em> using

0 commit comments

Comments
 (0)