diff --git a/source b/source index 24da53d65ac..a673850c685 100644 --- a/source +++ b/source @@ -3467,6 +3467,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
The following terms and features are defined in CSS Positioned Layout: The 'direction' property
Each kind of form control is also described in the Widgets section,
which describes the look and feel of the control. For The inner display type is always 'flow-root'. The 'overflow' property is ignored, and always behaves as 'visible' for the
+ purpose of interaction with other CSS features (in particular, the 'vertical-align'
+ property), but still clips any overflow at the border edge, and no scrolling mechanism is
+ displayed. The 'display' property is expected to act as follows: If the element is a If the computed value of 'display' is 'inline-grid', 'grid',
@@ -117788,6 +117806,10 @@ details[open] > summary {
in pixels, and max is the maximum character width of that same font, also in
pixels. (The element's 'letter-spacing' property does not affect the result.) These text controls are expected to be scroll
+ containers and support scrolling in the inline axis, but not the block
+ axis. A input
elements where the type
attribute
+ is not in the Hidden state or the Image Button state, and that are being
+ rendered, are expected to act as follows:
+
The
@@ -117642,7 +117659,8 @@ input[type=image i][align=bottom i], object[align=bottom i] {
hr
element
button
element, then the 'display' property is
+ expected to act as follows:
select
element whose multiple
attribute is absent, and whose display size is 1, is
- expected to render as a one-line drop-down box whose width is the width of the
- select
's labels.select
's labels.
In either case (list box or drop-down box), the element's items are expected to be the element's list of options,