[Bug 22258] Provide function for easy matching of HTML and DITA class attributes

https://www.w3.org/Bugs/Public/show_bug.cgi?id=22258

Michael Kay <mike@saxonica.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #5 from Michael Kay <mike@saxonica.com> ---
The WG decided today it's worth taking this as a use case and seeing what we
can come up with.

Just to capture one idea I suggested during the meeting: find some way of
modelling an HTML DOM as a typed XDM instance, without having to put it through
schema validation. This view could also be "normalized" e.g. where attributes
are case-insensitive. The value of the @class attribute would then (hopefully)
appear as of type attribute(*, xs:string*), with the string value automatically
tokenized and normalized to lower case. The expression 

@class = "ui-border"

would then "do the right thing".

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 29 April 2014 17:48:12 UTC