Re: HTML+RDFa @datetime versus @value

How about more than one triple

<> xhv:test "2011-01-01"^^xsd:date
<> xhv:test "Hello!"

Then we don't have to divine any intent on the part of the author. (Or
perhaps, we're making the most reasonable guess as to where her/his
intent was.)

 -Sebastian

On Tue, May 15, 2012 at 4:22 PM, Toby Inkster <tai@g5n.co.uk> wrote:
> The spec doesn't make clear what triple is generated in this
> circumstance:
>
>        <embed
>          property="xhv:test"
>          datetime="2011-01-01"
>          value="Hello!" />
>
> I chose <embed> because it's one of those rare elements where both
> @datetime and @value are both considered valid attributes. (Perhaps the
> only such element?!)
>
> Another query... @content is mentioned in step #5...
>
>> If the current element contains the @property attribute, but does not
>> contain either the @content or @datatype attributes, then
>
> ... do @datetime and @value act like @content in step #5 too?
>
> --
> Toby A Inkster
> <mailto:mail@tobyinkster.co.uk>
> <http://tobyinkster.co.uk>
>
>

Received on Tuesday, 15 May 2012 20:29:14 UTC