forked from w3c/csswg-wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss3-selectors.txt
More file actions
53 lines (37 loc) · 1.86 KB
/
css3-selectors.txt
File metadata and controls
53 lines (37 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
====== Selectors Level 3 ======
(This page needs some organization, just dumping some info atm.)
Need to clarify whether the 'xml' prefix is pre-declared.
http://lists.w3.org/Archives/Public/www-style/2008Mar/0083.html
http://lists.w3.org/Archives/Public/www-style/2008Mar/0078.html
http://lists.w3.org/Archives/Public/www-style/2008Mar/0077.html
http://lists.w3.org/Archives/Public/www-style/2008Feb/0185.html
http://lists.w3.org/Archives/Public/www-style/2008Feb/0163.html (applies to *=, $= and ^=, I think)
http://lists.w3.org/Archives/Public/www-style/2007Dec/0214.html
http://lists.w3.org/Archives/Public/www-style/2005Oct/0174.html
http://lists.w3.org/Archives/Public/www-style/2007Oct/0150.html [clarification needed]
http://lists.w3.org/Archives/Public/www-style/2007Sep/0179.html
http://lists.w3.org/Archives/Public/www-style/2007Jun/0097.html
http://lists.w3.org/Archives/Public/www-style/2006Jan/0091.html
<bz> ideally, how would we _specify_ first-line?
<code>
p::first-line { color: green; float: left }
p { float: none }
span { float: inherit }
<p><span>Text</span></p>
</code>
<bz> What's the rendering?\\
<elif> bz: you're not allowed to specify float on first-line\\
<@bz> elif: sure you are\\
<@bz> elif: it just has no effect... on the first-line\\
\\
<@bz> elif: for what it's worth, the only sane proposal I've heard to deal with that so far...\\
<@bz> elif: is that the "kids" of the first-line only inherit default-inherited properties from it\\
<@bz> elif: and not default-reset ones\\
<@bz> elif: so in our impl we would need to have two different parents on the same style context\\
<@bz> elif: one for reset props, one for inherit\\
<@bz> elif: as a start.\\
\\
< elif> bz: p::first-line {direction: rtl}\\
< elif> have fun :)
http://lists.w3.org/Archives/Public/www-style/2008Jun/0356.html
http://lists.w3.org/Archives/Public/www-style/2007Dec/0050.html