Skip to content

Commit 85ebab9

Browse files
committed
[css-backgrounds-3][editorial] Remove 'Glossary' redefining terms already defined in other specs.
1 parent 7dc439c commit 85ebab9

File tree

1 file changed

+4
-33
lines changed

1 file changed

+4
-33
lines changed

css-backgrounds-3/Overview.bs

Lines changed: 4 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -2513,43 +2513,14 @@ Layering, Layout, and Other Details</h4>
25132513
or an inner shadow on a rowspanning table cell that adjoins cells with different border thicknesses),
25142514
the exact position and rendering of its shadows are undefined
25152515

2516-
<h2 id="definitions">Definitions</h2>
2517-
2518-
2519-
<h3 id="glossary">Glossary</h3>
2520-
2521-
<p>The following terms and abbreviations are used in this
2522-
module.
2523-
2524-
<dl>
2525-
<dt><dfn>UA</dfn>
2526-
<dt><dfn id="user-agent">user agent</dfn>
2527-
<dd>
2528-
<p>A program that reads and/or writes CSS style sheets on behalf of a
2529-
user in either or both of these categories: programs whose purpose is
2530-
to render <span>documents</span> (e.g., browsers) and
2531-
programs whose purpose is to create style sheets (e.g., editors). A UA
2532-
may fall into both categories. (There are other programs that read or
2533-
write style sheets, but this module gives no rules for them.)
2534-
2535-
<dt><dfn title="document|documents">document</dfn>
2536-
<dd>
2537-
<p>A tree-structured document with elements and attributes, such as an
2538-
SGML or XML document [[XML11]].
2539-
2540-
<dt><dfn>style sheet</dfn>
2541-
<dd>
2542-
<p>A <a href="https://www.w3.org/TR/CSS2/conform.html#style-sheet">CSS style sheet</a>.
2543-
</dl>
2544-
2545-
<h3 id="levels">Levels</h3>
2516+
<h2 id="levels">Levels</h2>
25462517

25472518
<p><em>This section is informative.</em> CSS has different levels of
25482519
features, each a subset of the other.
25492520
(See [[CSS-2017]] for a full explanation.)
25502521
The lists below describe which features from this specification are in each level.
25512522

2552-
<h4 id="level-1">Level 1</h4>
2523+
<h3 id="level-1">Level 1</h3>
25532524
<ul>
25542525
<li>'background-color'
25552526
<li>'background-image' only one image (no layers)
@@ -2563,7 +2534,7 @@ The lists below describe which features from this specification are in each leve
25632534
<li>'border-top', 'border-bottom', 'border-right', 'border-left', and 'border' shorthands
25642535
</ul>
25652536

2566-
<h4 id="level-2">Level 2</h4>
2537+
<h3 id="level-2">Level 2</h3>
25672538
<ul>
25682539
<li>'background-color'
25692540
<li>'background-image': only one image (no layers)
@@ -2577,7 +2548,7 @@ The lists below describe which features from this specification are in each leve
25772548
<li>'border-top', 'border-bottom', 'border-right', 'border-left', and 'border' shorthands
25782549
</ul>
25792550

2580-
<h4 id="level-3">Level 3</h4>
2551+
<h3 id="level-3">Level 3</h3>
25812552
<ul>
25822553
<li>All features described in the CSS Backgrounds and Borders Module Level 3
25832554
</ul>

0 commit comments

Comments
 (0)