Skip to content

Commit 2bdd9a3

Browse files
committed
[css-ui-4] Create a stub delta spec, with only the outline
1 parent 672ef7f commit 2bdd9a3

1 file changed

Lines changed: 112 additions & 0 deletions

File tree

css-ui-4/Overview.bs

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
<h1>CSS Basic User Interface Module Level 4</h1>
2+
3+
<pre class='metadata'>
4+
ED: http://dev.w3.org/csswg/css-ui-4/
5+
Previous Version: http://www.w3.org/TR/css3-ui/
6+
Shortname: css-ui
7+
Level: 4
8+
Group: csswg
9+
!Issue Tracking: https://wiki.csswg.org/spec/css4-ui#css4-ui-issues-list
10+
Status: UD
11+
Editor: Florian Rivoal, Invited Expert, florian@rivoal.net, http://florian.rivoal.net
12+
Ignored Terms: box-sizing, resize, text-overflow, caret-color, nav-up, nav-down, nav-left, nav-right
13+
14+
Abstract: This is a delta specification over CSS-UI Level 3.
15+
Once the level 3 specification is final,
16+
its content will be integrated into this specification,
17+
which will then replace it.
18+
Until then, CSS-UI Level 4 only contains additions and extensions to level 3.
19+
</pre>
20+
21+
<h2 id="intro">Introduction</h2>
22+
23+
Issue: Add final level 3 content
24+
25+
<h2 id="interaction">Module Interactions</h2>
26+
27+
Issue: Add final level 3 content
28+
29+
<h2 id="selectors">User Interface Selectors</h2>
30+
31+
Issue: Add final level 3 content
32+
33+
<h2 id="box-model">Box Model addition</h2>
34+
35+
<h3 id="box-sizing">'box-sizing' property</h3>
36+
37+
Issue: Add final level 3 content
38+
39+
<h2 id="outline-props">Outline properties</h2>
40+
41+
Issue: Add final level 3 content
42+
43+
<h3 id="outline">'outline' property</h3>
44+
45+
Issue: Add final level 3 content
46+
47+
<h3 id="outline-width">'outline-width' property</h3>
48+
49+
Issue: Add final level 3 content
50+
51+
<h3 id="outline-style">'outline-style' property</h3>
52+
53+
Issue: Add final level 3 content
54+
55+
<h3 id="outline-color">'outline-color' property</h3>
56+
57+
Issue: Add final level 3 content
58+
59+
<h2 id="resizing-and-overflow">Resizing &amp; Overflow</h2>
60+
61+
Issue: Add final level 3 content
62+
63+
<h3 id="resize">'resize' property</h3>
64+
65+
Issue: Add final level 3 content
66+
67+
<h3 id="text-overflow"> Overflow Ellipsis: the 'text-overflow' property</h3>
68+
69+
Issue: Add final level 3 content
70+
71+
<h2 id="pointing-keyboard">Pointing Devices and Keyboards</h2>
72+
73+
<h3 id="pointer-interaction">Pointer interaction</h3>
74+
75+
<h4 id="cursor">'cursor' property</h4>
76+
77+
Issue: Add final level 3 content
78+
79+
<h3 id="insertion-caret">Insertion caret</h3>
80+
81+
<h4 id="caret-color">Coloring the insertion caret: 'caret-color'</h4>
82+
83+
Issue: Add final level 3 content
84+
85+
<h3 id="keyboard">Keyboard control</h3>
86+
87+
<h4 id="nav-dir">Directional focus navigation: the 'nav-up', 'nav-right', 'nav-down', 'nav-left' properties</h4>
88+
89+
Issue: Add final level 3 content
90+
91+
<h4 id="input-method-editor">Obsolete: the ime-mode property</h4>
92+
93+
Issue: Add final level 3 content
94+
95+
<hr title="Separator from footer">
96+
97+
98+
<h2 class="no-num" id="acknowledgments">Appendix A. Acknowledgments</h2>
99+
100+
This appendix is <em>informative</em>.
101+
102+
Issue: Add final level 3 content
103+
104+
<h2 class="no-num" id="changes">Appendix B. Changes</h2>
105+
106+
This appendix is <em>informative</em>.
107+
108+
Issue: List changes sinces Level 3
109+
110+
<h2 class="no-num" id="default-style-sheet">Appendix C. Default style sheet additions for HTML</h2>
111+
112+
Issue: Add final level 3 content

0 commit comments

Comments
 (0)