[Bug 14470] microdata: support for structured data (HTML) as a property value

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

--- Comment #12 from Ian 'Hixie' Hickson <ian@hixie.ch> ---
If we did this:

 - I guess we'd represent the fragment of HTML as a string of HTML markup, in
the 
   microdata data model, as opposed to a DOM, since a DOM is an in-memory
structure
 - we'd need a way to mark where the fragment started and ended, presumably
either
   an attribute next to itemprop="", or, probably better, an element that
indicates
   that its value is its structured contents, not its textual contents.

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

Received on Monday, 21 July 2014 20:46:22 UTC