- From: Ian Hickson <ian@hixie.ch>
- Date: Tue, 19 Jan 2010 02:00:52 +0000 (UTC)
- To: Philip Jägenstedt <philipj@opera.com>
- Cc: HTMLWG WG <public-html@w3.org>
Received on Tuesday, 19 January 2010 02:01:31 UTC
On Tue, 19 Jan 2010, Philip Jägenstedt wrote:
>
> What mechanism did you have in mind and does it still hold, so that it's
> possible to add in the future should it actually be needed? I have no
> particular desire for it, but I'd like to know what "plan B" is and that
> it doesn't break things.
The idea is to have an element that has an attribute that points to
another item, as in:
<div itemscope>
<foo itemprop=x ref=b>
</div>
<div itemscope>
<foo itemprop=y ref=b>
</div>
<div itemscope id=b>
</div>
...for some value of "foo" like "itemref" (but obviously not "itemref"
since that's now taken).
--
Ian Hickson U+1047E )\._.,--....,'``. fL
http://ln.hixie.ch/ U+263A /, _.. \ _\ ;`._ ,.
Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.'
Received on Tuesday, 19 January 2010 02:01:31 UTC