Skip to content

Commit a374b60

Browse files
committed
spec/css3-ui: edits made for issues 24, 27, 31, 33, 34, 36, 41-44, 59 - resolved issues moved to w3.org/wiki/CSS3-UI - pending odd hg "abort: authorization failed" message
1 parent 3649e14 commit a374b60

1 file changed

Lines changed: 19 additions & 102 deletions

File tree

spec/css3-ui.txt

Lines changed: 19 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,6 @@ The following are known problems in/with the [[http://www.w3.org/TR/2004/CR-css3
152152
; Status :
153153

154154

155-
156-
157-
158-
159155
==== Issue new: 69 ====
160156
; Summary :
161157
; Raised by : Tantek Çelik
@@ -168,95 +164,6 @@ The following are known problems in/with the [[http://www.w3.org/TR/2004/CR-css3
168164
===== Issues Pending edits =====
169165
The following issues need an edit to be applied to the spec. Most of them have a WG resolution, and those that don't are editorial/non-controversial and don't need a resolution.
170166

171-
==== Issue 24 ====
172-
; Summary : Provide horizontal scrolling text-overflow example revealing more text that is elided
173-
; Raised by : Tantek Çelik
174-
; URL : http://www.xanthir.com/etc/text-overflow.html
175-
; URL : http://lists.w3.org/Archives/Public/www-style/2009Nov/0219.html
176-
; URL : http://lists.w3.org/Archives/Public/www-style/2014Nov/0321.html
177-
; Resolution : Add horizontal scrolling text-overflow example akin to Tab's test case, note that it works in both Firefox and Opera (interop), but currently not in Webkit (Chrome, Safari).
178-
; Note : blocked by ambiguity in the spec, tracked as Issue 59
179-
; Status : Resolved. Need to edit editor's draft.
180-
181-
==== Issue 27 ====
182-
; Summary : specify that 'cursor' propagates from the root to the viewport
183-
; Raised by : Tab Atkins
184-
; URL : http://krijnhoetmer.nl/irc-logs/whatwg/20130523#l-684
185-
; URL : http://lists.w3.org/Archives/Public/www-style/2013May/0301.html
186-
; URL : http://lists.w3.org/Archives/Public/www-style/2014Nov/0300.html
187-
; Proposed Resolution : Edit definition of 'cursor' to state (similar to how 'background' does [[http://dev.w3.org/csswg/css-backgrounds/#special-backgrounds|in CSS3 Backgrounds]]) that it propagates from the root element to the viewport. Patch in: http://lists.w3.org/Archives/Public/www-style/2014Nov/0300.html
188-
; Status : Resolved. Need to edit editor's draft
189-
190-
==== Issue 31 ====
191-
; Summary : add 'caret-color' property at risk to css3-ui
192-
; Raised by : Andrey Rybka (Bloomberg) <arybka@bloomberg.net>
193-
; URL : Resolved http://lists.w3.org/Archives/Public/www-style/2014Oct/0260.html
194-
; URL : Initial proposal http://lists.w3.org/Archives/Public/www-style/2011Nov/0772.html
195-
; URL : 'auto' keyword computing to currentColor http://lists.w3.org/Archives/Public/www-style/2014Aug/0236.html
196-
; URL : Gecko intent https://bugzilla.mozilla.org/show_bug.cgi?id=1063162
197-
; URL : caret-* proposals http://lists.w3.org/Archives/Public/www-style/2014Sep/0172.html
198-
; Proposed Resolution : add 'caret-color' property with values color | 'auto', where 'auto' should compute to currentColor, mark entire feature at risk. Add 'caret' shorthand and other 'caret-*' properties to a feature proposal for CSS4-UI.
199-
; Status : Resolved. Need to edit editor's draft.
200-
; Resolved on : 2014-09-08
201-
202-
==== Issue: 33 ====
203-
; Summary : In the description of the <target-name> parameter of the nav-* properties, the word string should be replaced by <string>
204-
; Raised by : Kang-Hao (Kenny) Lu <kennyluck@csail.mit.edu>
205-
; URL : http://lists.w3.org/Archives/Public/www-style/2012Feb/0708.html
206-
; URL : http://lists.w3.org/Archives/Public/www-style/2014Nov/0442.html
207-
; Proposed Resolution : the word “string" should be replaced by "<string>”
208-
; Status : Edit pending
209-
210-
==== Issue: 34 ====
211-
; Summary : The text-overflow property definition uses () for grouping, but we should use []
212-
; Raised by : Kang-Hao (Kenny) Lu <kennyluck@csail.mit.edu>
213-
; URL : http://lists.w3.org/Archives/Public/www-style/2012Feb/0808.html
214-
; Proposed Resolution : patch in http://lists.w3.org/Archives/Public/www-style/2014Nov/0440.html
215-
; Status : Edit pending
216-
217-
218-
==== Issue: 36 ====
219-
; Summary : "Content" properties for several input elements are locale specific
220-
; Raised by : Kang-Hao (Kenny) Lu <kennyluck@csail.mit.edu>
221-
; URL : http://lists.w3.org/Archives/Public/www-style/2012Feb/0808.html
222-
; URL : http://lists.w3.org/Archives/Public/www-style/2014Nov/0444.html
223-
; Proposed Resolution : add a comment saying so in the UA stylesheet for input[type=reset] and input[type=submit]. Proposed phrasing: "UAs should specialize this for the languages they support, using the :lang() selector"
224-
; Status : Pending edit
225-
226-
227-
==== Issue: 41 ====
228-
; Summary : The 'inherit' value is globally defined for all properties, and the
229-
preferred style appears to be to omit it in property definitions.
230-
; Raised by : Tab Atkins
231-
; URL : http://lists.w3.org/Archives/Public/www-style/2011Jul/0202.html
232-
; Proposed Resolution : patch in http://lists.w3.org/Archives/Public/www-style/2014Nov/0440.html
233-
; Status : Edit pending
234-
235-
==== Issue: 42 ====
236-
; Summary : drop “inverted” from outline-color, webkit and gecko don’t do it
237-
; Raised by : Tab Atkins
238-
; URL : http://lists.w3.org/Archives/Public/www-style/2011Jul/0202.html
239-
; URL : http://lists.w3.org/Archives/Public/www-style/2014Nov/0493.html
240-
; Resolution : Keep outline:inverted. Support is optional. Clarify that non supporting browsers must reject the value at parsing stage. See patch here: http://lists.w3.org/Archives/Public/www-style/2014Dec/0165.html
241-
; Status : Resolved, edit pending.
242-
243-
==== Issue: 43 ====
244-
; Summary : add note or author conformance requirement to not make outlines invisible on focusable elements, for accessibility reasons
245-
; Raised by : Michael Cooper <cooper@w3.org>
246-
; URL : http://lists.w3.org/Archives/Public/www-style/2012Feb/1213.html
247-
; URL : http://lists.w3.org/Archives/Public/www-style/2014Nov/0494.html
248-
; Resolution : add author conformance requirement forbidding to make outlines invisible on focused elements unless an alternative highlight mechanism is provided: "As the outline on elements in the ‘:focus’ state is depended on by keyboard users for interaction with the page, authors must not make the outline invisible on such elements without making sure an alternative highlighting mechanism is provided."
249-
; Status : Resolved, edit pending
250-
251-
==== Issue: 44 ====
252-
; Summary : use <image> instead <uri> in the cursor property, like http://www.w3.org/TR/css3-background/#value-types. Allows high res images with image-set, gradients…
253-
; Raised by : Fantasai (responding to Tab Atkins) and Rick Byers
254-
; URL : http://lists.w3.org/Archives/Public/www-style/2011Jul/0202.html
255-
; URL : http://lists.w3.org/Archives/Public/www-style/2012Jul/0140.html
256-
; URL : http://lists.w3.org/Archives/Public/www-style/2014Nov/0496.html
257-
; Resolution : see patch in http://lists.w3.org/Archives/Public/www-style/2014Dec/0164.html
258-
; Status : Resolved, pending edit
259-
260167
==== Issue: 45 ====
261168
; Summary : include an example highlighting the <target> part of the nav-* syntax. Suggestion: nav-up: #foo "bar"
262169
; Raised by : Yves Lafon
@@ -300,14 +207,6 @@ preferred style appears to be to omit it in property definitions.
300207
; Status : pending edit
301208

302209

303-
==== Issue 59 ====
304-
; Summary : Spec is ambiguous as to what happens when the start end of the line overflows with a single value used on text-overflow
305-
; Raised by : Florian Rivoal
306-
; URL : http://lists.w3.org/Archives/Public/www-style/2014Nov/0321.html (see point #2)
307-
; Proposed Resolution : resolve ambiguity to say that single value only causes ellipsis at the end line edge. patch in http://lists.w3.org/Archives/Public/www-style/2014Dec/0154.html
308-
; Note : blocks Issue 24
309-
; Status : pending edit
310-
311210
==== Issue 61 ====
312211
; Summary : Cross reference should be updated to css3-background instead of css2.1
313212
; Raised by : Florian Rivoal
@@ -380,7 +279,8 @@ See https://www.w3.org/wiki/CSS3-UI#Issue_21
380279
See https://www.w3.org/wiki/CSS3-UI#Issue_22
381280
==== Issue 23 ====
382281
See https://www.w3.org/wiki/CSS3-UI#Issue_23
383-
282+
==== Issue 24 ====
283+
See https://www.w3.org/wiki/CSS3-UI#Issue_24
384284
==== Issue 25 ====
385285
See https://www.w3.org/wiki/CSS3-UI#Issue_25
386286
==== Issue 26 ====
@@ -392,14 +292,31 @@ See https://www.w3.org/wiki/CSS3-UI#Issue_29
392292

393293
==== Issue 30 ====
394294
See https://www.w3.org/wiki/CSS3-UI#Issue_30
295+
==== Issue 31 ====
296+
See https://www.w3.org/wiki/CSS3-UI#Issue_31
395297
==== Issue 32 ====
396298
See https://www.w3.org/wiki/CSS3-UI#Issue_32
299+
==== Issue 33 ====
300+
See https://www.w3.org/wiki/CSS3-UI#Issue_33
301+
==== Issue 34 ====
302+
See https://www.w3.org/wiki/CSS3-UI#Issue_34
397303
==== Issue 37 ===
398304
See https://www.w3.org/wiki/CSS3-UI#Issue_37
399305

306+
==== Issue 41 ===
307+
See https://www.w3.org/wiki/CSS3-UI#Issue_41
308+
==== Issue 42 ===
309+
See https://www.w3.org/wiki/CSS3-UI#Issue_42
310+
==== Issue 43 ===
311+
See https://www.w3.org/wiki/CSS3-UI#Issue_43
312+
==== Issue 44 ===
313+
See https://www.w3.org/wiki/CSS3-UI#Issue_44
400314
==== Issue 49 ===
401315
See https://www.w3.org/wiki/CSS3-UI#Issue_49
402316

317+
==== Issue 59 ===
318+
See https://www.w3.org/wiki/CSS3-UI#Issue_59
319+
403320
==== Issue 62 ===
404321
See https://www.w3.org/wiki/CSS3-UI#Issue_62
405322
==== Issue 64 ===

0 commit comments

Comments
 (0)