Partial Object Elment Processing Rule update

Hello,

We've just commited a partial implementation of object element
processing rule.

The current implementation takes into account object nesting and
resources inside objects. Objects are now distinguished among
TASTED,RENDERED and SKIPPED [1]. TASTED and RENDERED ones count towards
EXTERNAL_RESOURCES and PAGE_SIZE_LIMIT whereas SKIPPED are recorded on
moki only for OBJECTS_OR_SCRIPTS test. Any resource nested in an
RENDERED object is not considered Included Resource [2] so it isn't
recorded into moki document.

In addition Bug-5763 xml-stylesheet processing instructions has been
fixed. [3]

BTW, there is a problem on ExtendedCatalogResolver with last version
(1.5) it crashes on Windows system if we launch the checker from command
line. In order to get it back to work we replaced it with previous
version (1.4). We didn't make any commit regarding this issue because
version 1.5 changes come in order to fix a Jigsaw incompatibility.

Miguel

[1]
http://lists.w3.org/Archives/Public/public-mobileok-checker/2008Jul/0012
.html
[2]
http://www.w3.org/2005/MWI/BPWG/Group/Drafts/mobileOK-Basic-1.0-Tests/08
0703#included_resources
[3] http://www.w3.org/Bugs/Public/show_bug.cgi?id=5763

Received on Friday, 4 July 2008 10:22:10 UTC