Re: Create CSS test suite for CSS Transforms

On Apr 16, 2012, at 4:06 PM, Gérard Talbot wrote:
> Dirk,
> 
> the font shorthand requires at minimum 2 font subproperties: font-size
> and font-family.
> 
> E.g.:
> http://test.csswg.org/suites/css2.1/nightly-unstable/html4/font-051.htm
> 
> Also, I believe you have to define line-height otherwise Firefox will
> apply a 1.2 line-height whereas other browsers will apply a 1.0
> line-height. That is for Ahem font.

Thanks a lot for the short review. I will talk together with Rebecca about it.

>> 
>> The problem that I see is the inline SVG element. This is not supported
>> for HTML 4.01 and therefore the tests can't pass there.
> 
> It's possible to embed svg content into an HTML4 <object>
Yes, and there is <img> as well. But this is not fully equivalent to adding the SVG element inline in the HTML document. CSS Transforms on <svg> elements won't have the same affect.

Greetings,
Dirk

> 
> http://www.spartanicus.utvinternet.ie/single_namespace.htm
> 
> Gérard
> -- 
> Contributions to the CSS 2.1 test suite:
> http://www.gtalbot.org/BrowserBugsSection/css21testsuite/
> 
> CSS 2.1 Test suite RC6, March 23rd 2011:
> http://test.csswg.org/suites/css2.1/20110323/html4/toc.html
> 
> CSS 2.1 test suite harness:
> http://test.csswg.org/harness/
> 
> Contributing to to CSS 2.1 test suite:
> http://www.gtalbot.org/BrowserBugsSection/css21testsuite/web-authors-contributions-css21-testsuite.html
> 

Received on Monday, 16 April 2012 23:19:58 UTC