Skip to content

Commit ca0e671

Browse files
committed
[W3C revision history] Replaced some explicit links with implicit cross-references. (date: 2003/08/11 13:32:31; author: bbos)
1 parent 641dbe8 commit ca0e671

1 file changed

Lines changed: 18 additions & 21 deletions

File tree

css3-syntax/Overview.src.html

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ <h3>Referring to characters not represented in a character encoding</h3>
237237

238238
<p>A style sheet may have to refer to characters that cannot be
239239
represented in the current character encoding. These characters must
240-
be written as <a href="#escaped-characters">escaped</a> references to
240+
be written as <span title="backslash escapes">escaped</span> references to
241241
ISO 10646 characters. These escapes serve the same purpose as numeric
242242
character references in HTML or XML documents (see [[!HTML40]],
243243
chapters 5 and 25).
@@ -321,8 +321,8 @@ <h3 id="characters">Characters and case</h3>
321321
particular that element names are case-insensitive in HTML, but
322322
case-sensitive in XML.</p></li>
323323

324-
<li><p>In CSS3, <span class="index-def"
325-
title="identifier|identifier, definition of"><dfn>identifiers</dfn></span>
324+
<li><p>In CSS3, <dfn title="identifier|identifier, definition
325+
of">identifiers</dfn>
326326
(including element names, classes, and IDs in
327327
selectors (see [[!SELECT]] <span class="issue">[or is this still
328328
true]</span>)) can contain only the
@@ -338,8 +338,7 @@ <h3 id="characters">Characters and case</h3>
338338
(See [[!UNICODE310]] and [[!ISO10646]].)</p></li>
339339

340340
<li><p>In CSS3, a backslash (\) character indicates three types of
341-
<span class="index-def" title="backslash escapes">
342-
character escapes</span>.</p>
341+
<dfn title="backslash escapes">character escapes</dfn>.</p>
343342

344343
<p>First, inside a string (see [[!CSS3VAL]]), a backslash
345344
followed by a newline is ignored (i.e., the string is deemed not
@@ -375,8 +374,8 @@ <h3 id="characters">Characters and case</h3>
375374
escaped or doubled.</p>
376375
</li>
377376

378-
<li><p>Backslash escapes are always considered to be part of an <a
379-
href="#value-def-identifier">identifier</a> or a string (i.e.,
377+
<li><p>Backslash escapes are always considered to be part of an
378+
<span>identifier</span> or a string (i.e.,
380379
"\7B" is not punctuation, even though "{" is, and "\32" is allowed
381380
at the start of a class name, even though "2" is not).</p></li>
382381
</ul>
@@ -623,8 +622,7 @@ <h3>Statements</h3>
623622
<h3 id="at-rules" class="index-def" title="at-rules">At-rules</h3>
624623

625624
<p> At-rules start with an <DFN>at-keyword</DFN>, an '@' character
626-
followed immediately by an <a
627-
href="#value-def-identifier">identifier</a> (for example, '@import',
625+
followed immediately by an <span>identifier</span> (for example, '@import',
628626
'@page').
629627

630628
<p> An at-rule consists of everything up to and including the next
@@ -686,8 +684,8 @@ <h3 id="index-def" class="index-def" title="block">Blocks</h3>
686684
<div class="illegal-example">
687685
<p> Here is an example of a block. Note that the right brace between
688686
the double quotes does not match the opening brace of the block, and that the
689-
second single quote is an <a href="#escaped-characters">escaped
690-
character</a>, and thus doesn't match the first single quote:
687+
second single quote is an <span title="backslash escapes">escaped
688+
character</span>, and thus doesn't match the first single quote:
691689

692690
<PRE>
693691
{ causta: "}" + ({7} * '\'') }
@@ -800,13 +798,12 @@ <h3 id="declarations">Declarations and properties</h3>
800798
</pre>
801799
</div>
802800

803-
<p>A property is an <a
804-
href="#value-def-identifier">identifier</a>. Any character may occur
801+
<p>A property is an <span>identifier</span>. Any character may occur
805802
in the value, but parentheses ("(&nbsp;)"), brackets ("[&nbsp;]"),
806803
braces ("{&nbsp;}"), single
807804
quotes (') and double quotes (") <!-- " --> must come in matching
808-
pairs, and semicolons not in strings must be <a
809-
href="#escaped-characters">escaped</a>. Parentheses, brackets, and
805+
pairs, and semicolons not in strings must be <span title="backslash
806+
escapes">escaped</span>. Parentheses, brackets, and
810807
braces may be nested. Inside the quotes, characters are parsed as a
811808
string.
812809

@@ -1516,7 +1513,7 @@ <h3>Definitions</h3>
15161513

15171514
<dd>The content of an element after the rendering that applies to it
15181515
according to the relevant style sheets has been applied. The rendered
1519-
content of a <a href="#replaced-element">replaced element</a> comes
1516+
content of a <span>replaced element</span> comes
15201517
from outside the source document. Rendered content may also be
15211518
alternate text for an element (e.g., the value of the XHTML "alt"
15221519
attribute), and may include items inserted implicitly or explicitly by
@@ -1644,7 +1641,7 @@ <h3 id="conf-UA">User agent conformance</h3>
16441641
backwards compatibility, see CSS1 for list of these properties),
16451642
i.e., the default style sheet value -IJ -->
16461643

1647-
<li>For each element in a <a href="#doctree">document tree</a>, it
1644+
<li>For each element in a <span>document tree</span>, it
16481645
must assign a value for every applicable property according to the
16491646
property's definition and the rules of <a
16501647
href="http://www.w3.org/TR/REC-CSS2/cascade.html">cascading and inheritance</a>.
@@ -1662,8 +1659,8 @@ <h3 id="conf-UA">User agent conformance</h3>
16621659
<li>An application that reads style sheets without rendering any
16631660
content (e.g., a CSS&nbsp;2.1 validator) must respect points 1-3.
16641661

1665-
<li>An authoring tool is only required to output <a
1666-
href="#valid-style-sheet">valid style sheets</a>
1662+
<li>An authoring tool is only required to output <span title="valid
1663+
style sheet">valid style sheets</span>
16671664

16681665
<li>A user agent that <em>renders</em> a document with associated style
16691666
sheets must respect points 1-5 and render the document
@@ -1855,8 +1852,8 @@ <h3 id="property-def-initial">Initial</h3>
18551852

18561853
<p>This part specifies the property's initial value. If the property
18571854
is <a href="#property-def-inherited">inherited</a>, this is the value
1858-
that is given to the root element of the <a
1859-
href="#doctree">document tree</a>. Please consult
1855+
that is given to the root element of the <span>document tree</span>.
1856+
Please consult
18601857
the the Cascading &amp; Inheritance module [[!CSS3CASCADE]] for information
18611858
about the interaction between style sheet-specified, inherited, and
18621859
initial values.

0 commit comments

Comments
 (0)