@@ -1191,7 +1191,9 @@ <h2 id=sizing><span class=secno>6. </span>Sizing Images and Objects in CSS</h2>
11911191 < dt > ‘< code class =property > border-image</ code > ’
11921192
11931193 < dd > The < a href ="#default-image-sizing-area "> < b > default image sizing
1194- area</ b > </ a > is the size of the element's < b > border image area</ b > .
1194+ area</ b > </ a > is the size of the element's < a
1195+ href ="http://dev.w3.org/csswg/css3-background/#border-image-area "> < b > border
1196+ image area</ b > </ a > .
11951197
11961198 < dt > ‘< code class =property > cursor</ code > ’
11971199
@@ -1210,8 +1212,9 @@ <h2 id=sizing><span class=secno>6. </span>Sizing Images and Objects in CSS</h2>
12101212
12111213 < ol >
12121214 < li > When an image or object is specified in a document, such as through
1213- url() value in a background-image property or a @src attribute on an
1214- <img> element, CSS queries the object for its < a
1215+ url() value in a ‘< code
1216+ class =property > background-image</ code > ’ property or a @src
1217+ attribute on an <img> element, CSS queries the object for its < a
12151218 href ="#intrinsic-dimensions "> < b > intrinsic dimensions</ b > </ a > .
12161219
12171220 < li > Using the < a href ="#intrinsic-dimensions "> < b > intrinsic
@@ -1230,15 +1233,17 @@ <h2 id=sizing><span class=secno>6. </span>Sizing Images and Objects in CSS</h2>
12301233 or height, as appropriate. The other dimension is calculated as
12311234 follows:
12321235 < ol >
1233- < li > If the object has an intrinsic aspect ratio, the < a
1234- href ="#css-view-box "> < b > CSS View Box</ b > </ a > must have the same
1235- aspect ratio.
1236-
1237- < li > Otherwise, if the object has an an intrinsic height or intrinsic
1238- width (whichever is missing from the < a
1239- href ="#specified-size "> < b > specified size</ b > </ a > ), then the < a
1240- href ="#css-view-box "> < b > CSS View Box</ b > </ a > must have that height
1241- or width.
1236+ < li > If the object has an < a
1237+ href ="#intrinsic-aspect-ratio "> < b > intrinsic aspect ratio</ b > </ a > ,
1238+ the < a href ="#css-view-box "> < b > CSS View Box</ b > </ a > must have the
1239+ same aspect ratio.
1240+
1241+ < li > Otherwise, if the object has an an < a
1242+ href ="#intrinsic-height "> < b > intrinsic height</ b > </ a > or < a
1243+ href ="#intrinsic-width "> < b > intrinsic width</ b > </ a > (whichever is
1244+ missing from the < a href ="#specified-size "> < b > specified
1245+ size</ b > </ a > ), then the < a href ="#css-view-box "> < b > CSS View
1246+ Box</ b > </ a > must have that height or width.
12421247
12431248 < li > Otherwise, the < a href ="#css-view-box "> < b > CSS View Box</ b > </ a >
12441249 must have the same width or height (whichever is missing from the
@@ -1252,21 +1257,26 @@ <h2 id=sizing><span class=secno>6. </span>Sizing Images and Objects in CSS</h2>
12521257 the dimensions of the < a href ="#css-view-box "> < b > CSS View Box</ b > </ a >
12531258 must be computed as follows:
12541259 < ol >
1255- < li > If the object has an intrinsic width and an intrinsic height, the
1256- < a href ="#css-view-box "> < b > CSS View Box</ b > </ a > must have that same
1257- height and width.
1258-
1259- < li > If the object has only an intrinsic width or intrinsic height,
1260- and no intrinsic aspect ratio, the < a href ="#css-view-box "> < b > CSS
1261- View Box</ b > </ a > must have that width or height, and the height or
1262- width (whichever is missing from the intrinsic dimensions) of the < a
1263- href ="#default-image-sizing-area "> < b > default image sizing
1260+ < li > If the object has an < a href ="#intrinsic-width "> < b > intrinsic
1261+ width</ b > </ a > and an < a href ="#intrinsic-height "> < b > intrinsic
1262+ height</ b > </ a > , the < a href ="#css-view-box "> < b > CSS View Box</ b > </ a >
1263+ must have that same height and width.
1264+
1265+ < li > If the object has only an < a href ="#intrinsic-width "> < b > intrinsic
1266+ width</ b > </ a > or < a href ="#intrinsic-height "> < b > intrinsic
1267+ height</ b > </ a > , and no < a
1268+ href ="#intrinsic-aspect-ratio "> < b > intrinsic aspect ratio</ b > </ a > ,
1269+ the < a href ="#css-view-box "> < b > CSS View Box</ b > </ a > must have that
1270+ width or height, and the height or width (whichever is missing from
1271+ the < a href ="#intrinsic-dimensions "> < b > intrinsic dimensions</ b > </ a > )
1272+ of the < a href ="#default-image-sizing-area "> < b > default image sizing
12641273 area</ b > </ a > .
12651274
1266- < li > If the object has only an intrinsic aspect ratio, the < a
1267- href ="#css-view-box "> < b > CSS View Box</ b > </ a > must have that aspect
1268- ratio, and additionally be as large as possible without either its
1269- height or width exceeding the height or width of the < a
1275+ < li > If the object has only an < a
1276+ href ="#intrinsic-aspect-ratio "> < b > intrinsic aspect ratio</ b > </ a > ,
1277+ the < a href ="#css-view-box "> < b > CSS View Box</ b > </ a > must have that
1278+ aspect ratio, and additionally be as large as possible without
1279+ either its height or width exceeding the height or width of the < a
12701280 href ="#default-image-sizing-area "> < b > default image sizing
12711281 area</ b > </ a > .
12721282
0 commit comments