[Comment on ITS WD] Allowing for xpath expressions to point to term definitions

Comment from the i18n review of:
http://www.w3.org/TR/2006/WD-its-20060518/

Comment 22
At http://www.w3.org/International/reviews/0606-its/
Editorial/substantive: S
Owner: RI

Location in reviewed document:
6.4.2

Comment: 
Please provide a mechanism to point to a term definition if it doesn't have an associated id? Eg. in a DL list, where the successive DT and DD elements contain terms and definitions without ids. Surely something like termInfoPath is needed.


Example 19 shows this scenario quite clearly. Terms are identified, but not linked to the definitions given in the example.


FS: You could point to term definitions with a termInfoPointer attribute: 


<dl> 


<dt>...</dt> 


<dd>...<dd> 


</dl> 


 possibly in a different document (see my reply to your comment 50 below): 


<its:termRule selector="//dl" termInfoPointer="following-sibling::dd"/> 


For consistency, I would propose to keep the naming scheme "xxxPointer", and not "termInfoPath". Also for consistency, where should be a global or local termInfo attribute (if the ITS group decides to accept this proposal). 

Received on Tuesday, 11 July 2006 19:28:27 UTC