- From: Karen Coyle <kcoyle@kcoyle.net>
- Date: Sun, 24 Feb 2013 20:29:03 -0800
- To: "public-schemabibex@w3.org" <public-schemabibex@w3.org>
On 2/24/13 4:21 PM, Jason Ronallo wrote: > > I think Dan Brickley's note there looks like using plain strings might > become the answer . So in this case you'd do: > > <meta itemprop="abridged" content="false" >unabridged This looks like an interesting solution. However, if the property's "expected type" is Boolean, I think the coding would be: <span><meta itemprop="abridged" content="false" />Unabridged</span> ... the "meta" being a complete statement in itself, associated with the text only through the "span". This would then work regardless of the wording of the display text. Now I wish we had more y/n t/f situations :-) kc > > If we have another use for a boolean value, then this would be a good > reason to push for a resolution to that issue. > > Jason > -- Karen Coyle kcoyle@kcoyle.net http://kcoyle.net ph: 1-510-540-7596 m: 1-510-435-8234 skype: kcoylenet
Received on Monday, 25 February 2013 04:29:31 UTC