review of wcss modules: text, vEffects, vFormats

Hi,

As per my action item, here comes a review of the changes needed in the
text, vEffects and vFormats modules of the WCSS test suite to make them
comply with the CSS MP 2.0 specification.
http://testfest.openmobilealliance.org/CSS_Content/wcss_text.html
http://testfest.openmobilealliance.org/CSS_Content/wcss_vEffects.html
http://testfest.openmobilealliance.org/CSS_Content/wcss_vFormat.html

text
----
- the whitespaces test don't cover the new values for the white-space
property: "pre-wrap" and "pre-line"
- the "blink uline" test should probably be grouped with the other
text-decoration tests
- Validity errors
* whitespace/ws_nowrap.xhtml is not valid (it uses the undefined "mode"
attribute)
* ./transformation/align_just.xhtml uses an internal style sheet with
the <style> element; that element is not present in XHTML Basic 1.0, so
the test should be updated to use a different DTD (e.g. XHTML Basic 1.1)

vEffects
--------
Everything seems alright.

vFormats
--------
- the second image used in Float/float_right.xhtml is of type WBMP; the
test case should use preferably another format (e.g. GIF)
- Clear/clear_both.xhtml uses cRight as a class for the second paragraph
where I think cBoth was meant (given the purpose of the test)
- dimensions/valign_sub.xhtml and dimensions/valign_super.xhtml test
values of the vertical-align property that are not included in CSS MP
2.0 (vertical-align:sub and vertical-align:super)
- inl_format.xhtml doesn't describe the expected output
- validity errors: 
 * the following files use a <style> element and/or a style attribute,
and thus needs to use a compatible doctype (e.g. XHTML Basic 1.1):
dimensions/size_percent.xhtml, /clear/clear_left.xhtml,
clear/clear_left2.xhtml, clear/clear_none.xhtml,
clear/clear_right2.xhtml, clear/clear_unset.xhtml,
clear/clear_right.xhtml, table_float.xhtml, inl_format.xhtml,
float/float_left.xhtml, float/float_right.xhtml, multi_float.xhtml,
para_float.xhtml
 * float/float_right.xhtml has a <div> as a child of <p>, which is not
allowed

Dom

Received on Wednesday, 12 December 2007 15:25:41 UTC