Object issue

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