- From: Abel Rionda <abel.rionda@fundacionctic.org>
- Date: Tue, 1 Jul 2008 14:53:59 +0200
- To: "Dominique Hazael-Massieux" <dom@w3.org>, "public-mobileok-checker" <public-mobileok-checker@w3.org>, "Francois Daoust" <fd@w3.org>
Hi Dom, Francois, Regarding the object issue implementation we have been doing some changes in the moki document. But, before the updating of the XSLT tests we want to comment you our proposal. As example if we had the following document: <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Pruebas</title> </head> <body> <object data="http://www.fundacionctic.org/web/export/sites/default/es/resources /img/contenido/banners/accesibilidad.png" type="image/png"> <object data="http://www.fundacionctic.org/web/export/sites/default/es/resourc es/img/contenido/portal/logoEmpresa.gif" type="image/gif"> </object> </object> </body> </html> The moki part related to objects would be the following: <objects> <object ancestor="" id="object_1" markupType="image/png"> <URI>http://www.fundacionctic.org/web/export/sites/default/es/resources/ img/contenido/banners/accesibilidad.png</URI> <retrieval> .... </retrieval> <objectInfo type="image/jpg"/> </object> <object ancestor="object_1" id="object_2" markupType="image/gif"> <URI>http://www.fundacionctic.org/web/export/sites/default/es/resources/ img/contenido/portal/logoEmpresa.gif</URI> <retrieval> .... </retrieval> <objectInfo type="image/gif"/> </object> </objects> We think that it is sufficient for Page Size Limit and External Resources. Anyway, if we had the following case: <object type="image/jpeg" data="image.jpeg"> <img src="image.gif"/> </object> Should the gif image be counted for the PageSizeLimit Test? Currently the checker is taking it into account. BTW, MobileOk document is not clear about this. Regards, Miguel and Abel.
Received on Tuesday, 1 July 2008 12:54:30 UTC