- From: Marcos Caceres <marcosc@opera.com>
- Date: Tue, 23 Nov 2010 21:02:06 +0100
- To: public-webapps@w3.org
The following tests were wrong, so I removed them from the VMMF test suite. They were wrong because the UA is free to choose the most suitable viewmode, and is under no obligation to respect the author's wishes for a particular view mode. <test for="ta-vmmf" id="ordered" src="test-cases/008/test-008.wgt"> Test that multiple valid viewmodes values are processed by the UA and applied in the correct order. To pass, the user agent SHOULD select the "windowed" as the author's preferred view mode: doing so will display the word PASS (dynamically generated via CSS) and a green background. </test> <test for="ta-vmmf" id="windowed-first" src="test-cases/012/test-012.wgt"> Test that the user agent honours the author's view modes by activating the correct view mode media feature: in this case, 'windowed' is the most preferred view mode declared in the configuration document. To pass, the user agent must display the word PASS (dynamically generated via CSS) and a green background. </test> <test for="ta-vmmf" id="maximized-first" src="test-cases/013/test-013.wgt"> Test that the user agent honours the author's view modes by activating the correct view mode media feature: in this case, 'maximized' is the most preferred view mode declared in the configuration document. To pass, the user agent must display the word PASS (dynamically generated via CSS) and a green background. </test> <test for="ta-vmmf" id="minimized-first" src="test-cases/014/test-014.wgt"> Test that the user agent honours the author's view modes by activating the correct view mode media feature: in this case, 'minimized' is the most preferred view mode declared in the configuration document. To pass, the user agent must display the word PASS (dynamically generated via CSS) and a green background. </test> <test for="ta-vmmf" id="fullscreen-first" src="test-cases/015/test-015.wgt"> Test that the user agent honours the author's view modes by activating the correct view mode media feature: in this case, 'fullscreen' is the most preferred view mode declared in the configuration document. To pass, the user agent must display the word PASS (dynamically generated via CSS) and a green background. </test>
Received on Tuesday, 23 November 2010 20:02:45 UTC