Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
spec:css3-selectors [2008/03/07 23:47] fantasaispec:css3-selectors [2008/06/27 23:29] fantasai
Line 2: Line 2:
  
 (This page needs some organization, just dumping some info atm.) (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/0083.html
Line 26: Line 28:
  
 <bz> ideally, how would we _specify_ first-line? <bz> ideally, how would we _specify_ first-line?
- 
 <code> <code>
   p::first-line { color: green; float: left }   p::first-line { color: green; float: left }
Line 33: Line 34:
   <p><span>Text</span></p>   <p><span>Text</span></p>
 </code> </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 :)
  
-<bz> What's the rendering? +http://lists.w3.org/Archives/Public/www-style/2008Jun/0356.html
-<elif> bzyou'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 :)+
  
 
spec/css3-selectors.txt · Last modified: 2014/12/09 15:48 by 127.0.0.1
Recent changes RSS feed Valid XHTML 1.0 Valid CSS Driven by DokuWiki