[whatwg] Extensible microdata attributes

Benjamin Hawkes-Lewis bhawkeslewis at googlemail.com
Tue Apr 26 02:33:38 PDT 2011


On Tue, Apr 26, 2011 at 7:36 AM, Brett Zamir <brettz9 at yahoo.com> wrote:
> This would prevent the need for such ugly hacks as:
>
> <span id="UnitedNations" style="display:none;" itemprop="orgName"
> item-placeName="New York">United Nations</span>
> ...
> <blockquote itemscope="itemscope" itemtype="http://www.tei-c.org/ns/1.0">
> <span itemprop="who" style="display:none;">#United_Nations</span>
>    We the Peoples of the United Nations determined to save succeeding
> generations from the scourge of war, which twice in our lifetime has brought
> untold sorrow to mankind...
> </blockquote>
>
> For the latter portion, one could instead just do:
>
> <blockquote itemscope="itemscope" itemtype="http://www.tei-c.org/ns/1.0"
> item-who="#United_Nations">
>    We the Peoples of the United Nations determined to save succeeding
> generations from the scourge of war, which twice in our lifetime has brought
> untold sorrow to mankind...
> </blockquote>

I'm confused by your examples. What extractable statement are you trying to
markup with microdata here? Is it: "the United Nations is in New York"?

--
Benjamin Hawkes-Lewis



More information about the whatwg mailing list