@@ -14,6 +14,14 @@ Coding style convention in this file:
14
14
* Indent the content of <div class=note> and <div class=example>
15
15
-->
16
16
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
+
17
25
<pre class='metadata'>
18
26
Title : CSS Basic User Interface Module Level 4
19
27
ED : https://drafts.csswg.org/css-ui-4/
@@ -2562,6 +2570,23 @@ is also not changed by the 'appearance' property.
2562
2570
and activating (for example by clicking) the element would toggle the state as usual.
2563
2571
</div>
2564
2572
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
2565
2590
2566
2591
<hr title="Separator from footer">
2567
2592
@@ -2626,8 +2651,15 @@ and
2626
2651
2627
2652
This appendix is <em> informative</em> .
2628
2653
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>
2631
2663
2632
2664
<ul>
2633
2665
<li>
0 commit comments