noted 3 issues re: time/data (was Re: minutes for HTML WG f2f, 2011-11-04, part 1)

14.11.2011, 21:33, "Tab Atkins Jr." <jackalmage@gmail.com>:

> š2011/11/14 Marat Tanalin | tanalin.com <mtanalin@yandex.ru>:
>> šš14.11.2011, 19:38, "Tab Atkins Jr." <jackalmage@gmail.com>:
>>>> šššIf to consider syntax with 'itempropvalue' attribute (as I've mentioned earlier and in the bug 14679 comment 3):
>>>>
>>>> ššš<span itemprop="foo" itempropvalue="bar" itemscope>
>>>>
>>>> šššor CSS-like one I've proposed later:
>>>>
>>>> ššš<span itemprop="foo: bar" itemscope>
>>>>
>>>> šššthen 'bar' is obviously value of this span as property.
>>> ššThat doesn't seem obvious to me.
>> ššWhat exactly is unobvious for you? (What exact of the two syntaxes, what exactly in each of them.)
> šIn the former example, that @itempropvalue wins over @itemscope in
> šdetermining the value of the <span>. šThere's no clear reason that one
> šshould win over the other, so it will end up confusing people.

How @itempropvalue could interfere with @itemscope if they are related to _different_ levels/itemscopes according to your example with 'review'/'location'/'geo'/'lat'/'long'?

We have property (@itemprop) 'foo' with value 'bar' (@itempropvalue). Also we have nested itemscope with its own @itemprops/@itepropvalues exposed via _child_ elements (not shown in our examples) of itemscope element. Where is the confusion here?

> šI'm ignoring the latter example for the time being. šIt's somewhat
> šclearer, but it has its own problems, such as defining a second syntax
> šfor @itemprop. šRemember, @itemprop currently takes a space-separated
> šlist of properties.

It's questionable how common in real world are usecases where different (space-separated) microdata properties share same value.

>  Your suggestion would probably require *also*
> šdefining a comma-separated syntax for your colon-separated pairs.

To be clear just in case: @itemprop in my CSS-like-syntax proposal is not intended to store more than one name/value pair.

>  How
>  whitespace is treated before and after the value is unclear as well.
>  (CSS gets around this by making whitespace insignificant.  You can't
>  do that with Microdata.)

Quotes around a value would probably be enough (CSS-like way as well):

<span itemprop="foo: 'lorem ipsum'">

> šA property's value may, itself, be another Microdata item. šFor
> šexample, the 'location' property of a 'review' item may be a 'geo'
> šitem with 'lat' and 'long' properties. šThat's indicated by putting
> š@itemscope on the element with the @itemprop.

Thanks, so it's just about nested itemscopes. This does not make @itempropvalue attribute confusing at all.

Only extra thing that probably should be changed in the spec if @itempropvalue attribute will be accepted is to rename @itemprop to @itempropname. Then we would have completely clear/transparent name/value pair via [itemprop]name / [itemprop]value attributes, respectively.

Dedicated DATA element ("an element intended just to store a value") still looks unneeded and littering.

Received on Thursday, 17 November 2011 17:58:01 UTC