Re: Roadmap to CSS validator release - your participation welcome

On Nov 27, 2006, at 16:03 , Karl Dubost wrote:
>    <li class="warning level1">
>       <span class="line">linenumber</span>
>       <span class="message">message<span>
>    </li>

OK.

> <pre>
> <code class="css vAtRule">
> <span class='selector'>.navBlock</span> {
>    <span class="Property">background</span>: <span  
> class='vPropertyValue'>#eec</span>;
>    <span class="Property">color</span>: <span  
> class='vPropertyValue'>#000</span>;
>    <span class="Property">float</span>: <span  
> class='vPropertyValue'>left</span>;
>    <span class="Property">width</span>: <span  
> class='vPropertyValue'>26%</span>;
>    <span class="Property">border</span>: <span  
> class='vPropertyValue'>none</span>;
> </code>
> </pre>

OK - I suppose it's not problematic, so long as we don't get very  
long lines in the generated code.

> I stop here before going too far to see if it's not too much  
> refactoring of the code.

Don't think it would be too hard, so long as we make sure to sync the  
css with the markup changes. Are you planning on diving into the java  
templates and the CSS to do it? Or would you prefer we work together  
on this?

-- 
olivier

Received on Tuesday, 28 November 2006 08:22:39 UTC