- From: Dominique Hazael-Massieux <dom@w3.org>
- Date: Mon, 05 Nov 2007 11:59:04 -0500
- To: public-mwts <public-mwts@w3.org>
Hi, Looking at the wcss_cascasdes module in the OMA WCSS test suite [1], the following changes seem to be required: * the test http://testfest.openmobilealliance.org/CSS_Content/wcss_cascade/at_import_support.xhtml is supposed to test for "supported media" while importing, but doesn't use the media filter on the @import rule; it should be completed to test on using a specific media filter, e.g. @import url("url_style.css") handheld; wcss_mediatypes seems to be all correct. wcss_wap_marquee needs plenty of changes, mostly in the files http://testfest.openmobilealliance.org/CSS_Content/wcss_wap_marquee/marquee_styles.css http://testfest.openmobilealliance.org/CSS_Content/wcss_wap_marquee/marquee_styles2.css * the -wap-marquee value of the display property has been deprecated in favor of overflow: marquee; * -wap-marquee-style has been replaced by marquee-style * -wap-marquee-loop has been replaced by marquee-loop * -wap-marquee-dir has been replaced by marquee-direction * the values of the marquee-direction (forward/reverse) differs from the value of the -wap-marquee-dir property (rtl/ltr) * the following test cases are not well-formed and needs to be fixed: http://testfest.openmobilealliance.org/CSS_Content/wcss_wap_marquee/picto_marquee.xhtml http://testfest.openmobilealliance.org/CSS_Content/wcss_wap_marquee/inv_speeds.xhtml http://testfest.openmobilealliance.org/CSS_Content/wcss_wap_marquee/long_slide.xhtml http://testfest.openmobilealliance.org/CSS_Content/wcss_wap_marquee/long_alt1.xhtml http://testfest.openmobilealliance.org/CSS_Content/wcss_wap_marquee/long_alt2.xhtml http://testfest.openmobilealliance.org/CSS_Content/wcss_wap_marquee/inv_loops.xhtml The wcss_wap_accesskey and wcss_wap_input modules needs to be completely removed since they are not supported in CSS MP 2.0 any longer. The wcss_tables module seems alright. Dom 1. http://testfest.openmobilealliance.org/CSS_Content/index.html
Received on Monday, 5 November 2007 16:59:42 UTC