33
44< html lang ="en ">
55< head >
6- < meta charset =utf8 >
6+ < meta http-equiv = content-type content =" text/html; charset=utf-8 " >
77 < title > CSS Backgrounds and Borders Module Level 3</ title >
88 < link rel =contents href ="#contents ">
99 < link rel =index href ="#index ">
@@ -32,15 +32,14 @@ <h1>CSS Backgrounds and Borders Module Level 3</h1>
3232< h2 class ="no-num no-toc "> [LONGSTATUS] [DATE]</ h2 >
3333< dl >
3434 < dt > This version:
35- < dd > <!-- <a href="http://www.w3.org/TR/[YEAR]/CR-[SHORTNAME]-[CDATE]/">[VERSION]</a> -->
36- < a href ="http://dev.w3.org/csswg/css3-background/ "> http://dev.w3.org/csswg/css3-background/</ a >
35+ < dd > < a href ="[VERSION] "> [VERSION]</ a >
3736 < dt > Latest version:
3837 < dd > < a
3938 href ="http://www.w3.org/TR/css3-background/ "> [LATEST]</ a >
4039 < dt > Latest editor's draft:
4140 < dd > < a href ="http://dev.w3.org/csswg/css3-background/ "> http://dev.w3.org/csswg/css3-background/</ a >
4241 < dt > Previous version:
43- < dd > < a href ="http://www.w3.org/TR/2012/CR -css3-background-20120724 / "> http://www.w3.org/TR/2012/CR -css3-background-20120724 /</ a >
42+ < dd > < a href ="http://www.w3.org/TR/2014/WD -css3-background-20140116 / "> http://www.w3.org/TR/2014/WD -css3-background-20140116 /</ a >
4443 < dt > Issue Tracking:
4544 < dd > < a href ="http://www.w3.org/Style/CSS/Tracker/products/11 "> http://www.w3.org/Style/CSS/Tracker/products/11</ a >
4645 < dt > Feedback:</ dt >
@@ -56,7 +55,7 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
5655 < dd > < a href ="http://fantasai.inkedblade.net/contact "> Elika J. Etemad</ a > (Mozilla)
5756 < dd > < a href ="mailto:brad.kemper@gmail.com "> Brad Kemper</ a > (Invited Expert)
5857
59- < dt > Latest version :
58+ < dt > Latest test suite :
6059 < dd > < a href ="http://test.csswg.org/suites/css3-background/nightly-unstable/ "> http://test.csswg.org/suites/css3-background/nightly-unstable/</ a >
6160</ dl >
6261
@@ -2798,7 +2797,7 @@ <h3 id="the-box-shadow">Drop Shadows: the 'box-shadow' property</h3>
27982797
27992798 < p > The components of each < var > <shadow></ var > are interpreted as follows:
28002799
2801- < ul >
2800+ < dl >
28022801 < dt > < dfn id ="shadow-offset-x " title =''> 1st < var > <length></ dfn > </ var > </ dfn >
28032802 < dd >
28042803 Specifies the < dfn > horizontal offset</ dfn > of the shadow.
@@ -2815,13 +2814,13 @@ <h3 id="the-box-shadow">Drop Shadows: the 'box-shadow' property</h3>
28152814 Negative values are not allowed.
28162815 If the blur value is zero, the shadow’s edge is sharp.
28172816 Otherwise, the larger the value, the more the shadow’s edge is blurred.
2818- See < a href ="shadow-blur "> Shadow Blurring</ a > , below.
2817+ See < a href ="# shadow-blur "> Shadow Blurring</ a > , below.
28192818
28202819 < dt > < dfn id ="shadow-spread-distance " title =''> 4th < var > <length></ var > </ dfn >
28212820 < dd > Specifies the < dfn > spread distance</ dfn > .
28222821 Positive values cause the shadow to expand in all directions by the specified radius.
28232822 Negative values cause the shadow to contract.
2824- See < a href ="shadow-shape "> Shadow Shape</ a > , below.
2823+ See < a href ="# shadow-shape "> Shadow Shape</ a > , below.
28252824 < p class ="note "> Note that for inner shadows,
28262825 expanding the shadow (creating more shadow area)
28272826 means contracting the shadow’s perimeter shape.
@@ -2837,7 +2836,7 @@ <h3 id="the-box-shadow">Drop Shadows: the 'box-shadow' property</h3>
28372836 (one that shadows the box onto the canvas, as if it were lifted above the canvas)
28382837 to an < dfn > inner box-shadow</ dfn >
28392838 (one that shadows the canvas onto the box, as if the box were cut out of the canvas and shifted behind it).
2840- </ ul >
2839+ </ dl >
28412840
28422841 < div class ="example ">
28432842 < p > The example below demonstrates the effects of spread and blur on the shadow:
@@ -3348,7 +3347,7 @@ <h3 id="changes-2011">
33483347 the default object size in place of the background positioning
33493348 area.</ ins >
33503349 </ blockquote >
3351- < li > < a href ="#the-box-decoration-break "> Section 7.1</ a >
3350+ < li > < a href ="#misc "> Section 7.1</ a >
33523351 Optionally added bidi-imposed breaks to the types of breaks affected by
33533352 'box-decoration-break'.
33543353 Added:
0 commit comments