You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css3-flexbox/Overview.src.html
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -289,11 +289,14 @@ <h2 id='flex-items'>
289
289
<code><iframe></code>,
290
290
<code><object></code>,
291
291
<code><embed></code>,
292
+
<code><applet></code>,
293
+
<code><progress></code>,
294
+
<code><meter></code>,
292
295
<code><input></code>,
293
296
<code><button></code>,
294
297
<code><select></code>,
295
298
or <code><textarea></code> element.
296
-
<spanclass='note'>Note: In other words, any element that is "intended to be" a replaced element, even if it becomes non-replaced (like an <code><img></code> that doesn't load and is replaced by its alt text.)</span>
299
+
<spanclass='note'>Note: In other words, any element that is "intended to be" a replaced element, even if it becomes non-replaced (like an <code><object></code> that doesn't load and is replaced by its contents).</span>
297
300
298
301
<li>
299
302
An anonymous block element wrapped around a contiguous run of non-replaced inline child elements.
0 commit comments