@@ -120,29 +120,30 @@ Value Definitions {#values}
120120Image File Formats {#image-file-formats}
121121----------------------------------------
122122
123- At minimum, the UA must support the following image file formats
124- when referenced from an <<image>> value,
125- for all the properties in which using <<image>> is valid:
126- <ul>
127- <li> PNG, as specified in [[!PNG]]
128- <li> SVG, as specified in [[!SVG11]] ,
129- using the <a href="https://www.w3.org/TR/svg-integration/#secure-static-mode">secure static mode</a> (See [[!SVG-INTEGRATION]] )
130- <li> If the UA supports animated <<image>> s,
131- SVG, as specified in [[!SVG11]] ,
132- using the <a href="https://www.w3.org/TR/svg-integration/#secure-animated-mode">secure animated mode</a> (See [[!SVG-INTEGRATION]] )
133- </ul>
134-
135- The UA may support other file formats as well.
123+ At minimum, the UA must support the following image file formats
124+ when referenced from an <<image>> value,
125+ for all the properties in which using <<image>> is valid:
126+ <ul>
127+ <li> PNG, as specified in [[!PNG]]
128+ <li> SVG, as specified in [[!SVG11]] ,
129+ using the <a href="https://www.w3.org/TR/svg-integration/#secure-static-mode">secure static mode</a> (See [[!SVG-INTEGRATION]] )
130+ <li> If the UA supports animated <<image>> s,
131+ SVG, as specified in [[!SVG11]] ,
132+ using the <a href="https://www.w3.org/TR/svg-integration/#secure-animated-mode">secure animated mode</a> (See [[!SVG-INTEGRATION]] )
133+ </ul>
134+
135+ The UA may support other file formats as well.
136136
137137Image References: the ''url()'' notation {#url-notation}
138- ------------------------------------------------------------------------------------------
138+ --------------------------------------------------------
139139
140- Note: No change from [[css3-images]] .
140+ Note: No change from [[css3-images]] .
141141
142142
143143Fetching External Images {#fetching-images}
144- ------------------------------------------------------------------------------------------
145- To <dfn>fetch an external image for a stylesheet</dfn> ,
144+ -------------------------------------------
145+
146+ To <dfn>fetch an external image for a stylesheet</dfn> ,
146147 given a [=/url=] |url| and {{CSSStyleSheet}} sheet,
147148 [=fetch a style resource=] given |url|,
148149 with stylesheet {{CSSStyleSheet}} ,
@@ -165,7 +166,7 @@ To <dfn>fetch an external image for a stylesheet</dfn>,
165166
166167
167168Resolution/Type Negotiation: the ''image-set()'' notation {#image-set-notation}
168- --------------------------------------------------------------------------
169+ -------------------------------------------------------------------------------
169170
170171 Delivering the most appropriate image resolution for a user's device can be a difficult task.
171172 Ideally, images should be in the same resolution as the device they're being viewed in,
@@ -1638,7 +1639,7 @@ Repeating Gradients: the ''repeating-linear-gradient()'', ''repeating-radial-gra
16381639
16391640
16401641Defining Gradient Color {#gradient-colors}
1641- -------------------------
1642+ ------------------------------------------
16421643
16431644 The colors in gradients are specified using <dfn export lt="color stop">color stops</dfn>
16441645 (a <<color>> and a corresponding position on the [=gradient line=] )
@@ -1916,7 +1917,7 @@ Color Stop “Fixup”</h4>
19161917-->
19171918
191819191D Image Values: the <<image-1D>> type and ''stripes()'' notation {#stripes}
1919- =================================================================
1920+ ============================================================================
19201921
19211922 While <<image>> values represent a 2-dimensional (2D) image,
19221923 and <<color>> can be thought of as a 0-dimensional (0D) image
@@ -2489,7 +2490,7 @@ Interpolating <<gradient>> {#interpolating-gradients}
24892490 interpolate the position and color independently.
24902491
24912492Interpolating <<1d-image>> {#interpolating-1d-images}
2492- -----------------------------------------------
2493+ -----------------------------------------------------
24932494
24942495 Similar to <a lt="interpolating-gradients">gradient images</a> ,
24952496 one-dimensional images can be interpolated directly in CSS transitions and animations,
@@ -2560,18 +2561,18 @@ Serialization {#serialization}
25602561<h2 id=deprecated class=no-num>
25612562Appendix A: Deprecated Features and Aliases</h2>
25622563
2563- Implementations must accept <dfn>-webkit-image-set()</dfn>
2564- as a parse-time alias of ''image-set()'' .
2565- (It's a valid value, with identical arguments to ''image-set()'' ,
2566- and is turned into ''image-set()'' during parsing.)
2564+ Implementations must accept <dfn>-webkit-image-set()</dfn>
2565+ as a parse-time alias of ''image-set()'' .
2566+ (It's a valid value, with identical arguments to ''image-set()'' ,
2567+ and is turned into ''image-set()'' during parsing.)
25672568
25682569Privacy Considerations {#privacy}
2569- ==============================================
2570+ =================================
25702571
25712572Note: No change from [[css3-images]] .
25722573
25732574Security Considerations {#security}
2574- ==============================================
2575+ ===================================
25752576
25762577Note: No change from [[css3-images]] .
25772578
0 commit comments