@@ -14,6 +14,14 @@ Coding style convention in this file:
1414* Indent the content of <div class=note> and <div class=example>
1515-->
1616
17+ <pre class="anchors">
18+ spec: css2; urlPrefix: https://drafts.csswg.org/css2/
19+ urlPrefix: box.html
20+ type: dfn;
21+ text: content edge;
22+ text: padding edge;
23+ </pre>
24+
1725<pre class='metadata'>
1826Title : CSS Basic User Interface Module Level 4
1927ED : https://drafts.csswg.org/css-ui-4/
@@ -2562,6 +2570,23 @@ is also not changed by the 'appearance' property.
25622570 and activating (for example by clicking) the element would toggle the state as usual.
25632571</div>
25642572
2573+ <h3 id=control-specific-rules>
2574+ Form Control Specific Rules</h3>
2575+
2576+ <h4 id=input-rules>
2577+ Single-Line Text Input Controls</h4>
2578+
2579+ When 'appearance' is ''appearance/auto'' ,
2580+ single-line text input controls
2581+ such as [[!HTML]] <code highlight=html> <input type=text></code>
2582+ must be rendered so that:
2583+
2584+ * The content is clipped in the inline direction to the <a>content edge</a>
2585+ * The content is clipped in the block direction to the <a>padding edge</a>
2586+ * The content is vertically centered
2587+ * The content does not wrap
2588+ * The 'line-height' property has no effect
2589+ * The 'text-overflow' property applies regardless of the value of the 'overflow' property
25652590
25662591<hr title="Separator from footer">
25672592
@@ -2626,8 +2651,15 @@ and
26262651
26272652This appendix is <em> informative</em> .
26282653
2629- This appendix describes functional changes from the
2630- <a href="https://www.w3.org/TR/2015/WD-css-ui-4-20150922/">22 Sep 2015 First Public Working Draft</a> .
2654+ <h3 id=changes-22-12-2017 class=no-num>Changes from the
2655+ <a href="https://www.w3.org/TR/2017/WD-css-ui-4-20171222/">22 December 2017 Working Draft</a></h3>
2656+
2657+ <ul>
2658+ <li> Added details about form control specific rendering rules
2659+ </ul>
2660+
2661+ <h3 id=changes-22-09-2015 class=no-num>Changes from the
2662+ <a href="https://www.w3.org/TR/2015/WD-css-ui-4-20150922/">22 Sep 2015 First Public Working Draft</a></h3>
26312663
26322664<ul>
26332665 <li>
0 commit comments