Confirmed users
38
edits
(Added short note about inline/flexbox to RTL/Bidi intro.) |
(→Use direction-sensitive rules: float: inline-{start,end}) |
||
| Line 161: | Line 161: | ||
|style="text-align: center" colspan="3"| float positioning | |style="text-align: center" colspan="3"| float positioning | ||
|- | |- | ||
| <code>float: left<br>float: right</code> || <code>float: inline-start<br>float: inline-end</code> || | | <code>float: left<br>float: right</code> || <code>[https://developer.mozilla.org/en-US/docs/Web/CSS/float float: inline-start]<br>[https://developer.mozilla.org/en-US/docs/Web/CSS/float float: inline-end]</code> || Firefox 45+ | ||
|} | |} | ||