@@ -213,13 +213,23 @@ And some more text</p>
213213
214214 <dt> <dfn>inline-start</dfn>
215215 <dd>
216- The element generates a box that is floated to the line-start outer edge of
217- the <a>float reference</a> . Content flows on the line-end side of the box.
216+ If the <a>float reference</a> is a line box, the element generates a box that
217+ is floated to the line-start outer edge of the <a>float reference</a> and
218+ content flows on the line-end side of the box.
219+
220+ If the <a>float reference</a> is not a line box, the element generates a box
221+ that is floated to the line-start and block-start outer edges of the <a>float
222+ reference</a> .
218223
219224 <dt> <dfn>inline-end</dfn>
220225 <dd>
221- The element generates a box that is floated to the line-end outer edge of the
222- <a>float reference</a> . Content flows on the line-start side of the box.
226+ If the <a>float reference</a> is a line box, the element generates a box that
227+ is floated to the line-ebd outer edge of the <a>float reference</a> and
228+ content flows on the line-start side of the box.
229+
230+ If the <a>float reference</a> is not a line box, the element generates a box
231+ that is floated to the line-end and block-end outer edges of the <a>float
232+ reference</a> .
223233
224234 <dt> <dfn>block-start</dfn>
225235 <dd>
@@ -240,7 +250,7 @@ And some more text</p>
240250 If the <a>float reference</a> is a line box, block-end behaves like inline-end.
241251
242252 If the <a>float reference</a> is not a line box, the element generates a box
243- that is floated to the block-end and line-start outer edges of the <a>float
253+ that is floated to the block-end and line-end outer edges of the <a>float
244254 reference</a> .
245255
246256 The initial value of the <a>max-width</a> or <a>max-height</a> property that
0 commit comments