From 074f75da97ffac84aa362b8cce6459cf6d2e4cc7 Mon Sep 17 00:00:00 2001
From: Simon Pieters
select
elements have an associated non-replaced inline CSS box whose child
+ boxes include only those of optgroup
and option
element child
+ nodes;optgroup
elements have an associated non-replaced block-level CSS box whose
+ child boxes include only those of option
element child nodes; andoption
element have an associated non-replaced block-level CSS box whose
+ child boxes are as normal for non-replaced block-level CSS boxes.items can be non-empty due to 'display:contents'.
@@ -11924,7 +11938,7 @@ interface DOMStringMap {Note that descendant nodes of most replaced elements (e.g., textarea
,
- select
, and video
— but not button
) are not rendered
+ input
, and video
— but not button
) are not rendered
by CSS, strictly speaking, and therefore have no CSS boxes for the purposes of this algorithm.
This algorithm is amenable to being generalized to work on Jian Li, Jim Jewett, Jim Ley,