Skip to content

Commit bf79073

Browse files
committed
width/height/depth are now "The {blah} of the item.",
i.e. without mentioning Product, Person or other specific earlier types. For #204
1 parent 6f2e42e commit bf79073

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/schema.rdfa

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5694,7 +5694,7 @@
56945694
</div>
56955695
<div typeof="rdf:Property" resource="http://schema.org/depth">
56965696
<span class="h" property="rdfs:label">depth</span>
5697-
<span property="rdfs:comment">The depth of the product.</span>
5697+
<span property="rdfs:comment">The depth of the item.</span>
56985698
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Product">Product</a></span>
56995699
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Distance">Distance</a></span>
57005700
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
@@ -6528,7 +6528,7 @@ Note that Event uses startDate/endDate instead of startTime/endTime, even when d
65286528
</div>
65296529
<div typeof="rdf:Property" resource="http://schema.org/height">
65306530
<span class="h" property="rdfs:label">height</span>
6531-
<span property="rdfs:comment">The height of the item or person.</span>
6531+
<span property="rdfs:comment">The height of the item.</span>
65326532
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MediaObject">MediaObject</a></span>
65336533
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Product">Product</a></span>
65346534
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>

0 commit comments

Comments
 (0)