@@ -2513,43 +2513,14 @@ Layering, Layout, and Other Details</h4>
2513
2513
or an inner shadow on a rowspanning table cell that adjoins cells with different border thicknesses),
2514
2514
the exact position and rendering of its shadows are undefined
2515
2515
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>
2546
2517
2547
2518
<p><em> This section is informative.</em> CSS has different levels of
2548
2519
features, each a subset of the other.
2549
2520
(See [[CSS-2017]] for a full explanation.)
2550
2521
The lists below describe which features from this specification are in each level.
2551
2522
2552
- <h4 id="level-1">Level 1</h4 >
2523
+ <h3 id="level-1">Level 1</h3 >
2553
2524
<ul>
2554
2525
<li> 'background-color'
2555
2526
<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
2563
2534
<li> 'border-top' , 'border-bottom' , 'border-right' , 'border-left' , and 'border' shorthands
2564
2535
</ul>
2565
2536
2566
- <h4 id="level-2">Level 2</h4 >
2537
+ <h3 id="level-2">Level 2</h3 >
2567
2538
<ul>
2568
2539
<li> 'background-color'
2569
2540
<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
2577
2548
<li> 'border-top' , 'border-bottom' , 'border-right' , 'border-left' , and 'border' shorthands
2578
2549
</ul>
2579
2550
2580
- <h4 id="level-3">Level 3</h4 >
2551
+ <h3 id="level-3">Level 3</h3 >
2581
2552
<ul>
2582
2553
<li> All features described in the CSS Backgrounds and Borders Module Level 3
2583
2554
</ul>
0 commit comments