Search completed in 0.88 seconds.
7 results for "itemRef":
itemref - HTML: Hypertext Markup Language
WebHTMLGlobal attributesitemref
properties that are not descendants of an element with the itemscope attribute can be associated with an item using the global attribute itemref.
... itemref provides a list of element ids (not itemids) elsewhere in the document, with additional properties the itemref attribute can only be specified on elements that have an itemscope attribute specified.
... note: the itemref attribute is not part of the microdata data model.
...And 3 more matches
HTMLElement - Web APIs
WebAPIHTMLElement
htmlelement.itemref read only returns a domsettabletokenlist… htmlelement.itemprop read only returns a domsettabletokenlist… htmlelement.itemvalue returns a object representing the item value.
... living standard added the following properties: translate, itemscope, itemtype, itemid, itemref, itemprop, properties, and itemvalue.
itemprop - HTML: Hypertext Markup Language
WebHTMLGlobal attributesitemprop
all the properties separated from their items this example is the same as the previous one, but all the properties are separated from their items <div itemscope id="amanda" itemref="a b"></div> <p id="a">name: <span itemprop="name">amanda</span></p> <div id="b" itemprop="band" itemscope itemref="c"></div> <div id="c"> <p>band: <span itemprop="name">jazz band</span></p> <p>size: <span itemprop="size">12</span> players</p> </div> this gives the same result as the previous example.
... <p itemprop="a">1</p> <p itemprop="a">2</p> <p itemprop="b">test</p> </div> the following is equivalent <div itemscope> <p itemprop="b">test</p> <p itemprop="a">1</p> <p itemprop="a">2</p> </div> as is the following <div itemscope> <p itemprop="a">1</p> <p itemprop="b">test</p> <p itemprop="a">2</p> </div> and the following <div id="x"> <p itemprop="a">1</p> </div> <div itemscope itemref="x"> <p itemprop="b">test</p> <p itemprop="a">2</p> </div> other examples html <dl itemscope itemtype="http://vocab.example.net/book" itemid="urn:isbn:0-330-34032-8"> <dt>title <dd itemprop="title">the reality dysfunction <dt>author <dd itemprop="author">peter f.
Global attributes - HTML: Hypertext Markup Language
WebHTMLGlobal attributes
itemref properties that are not descendants of an element with the itemscope attribute can be associated with the item using an itemref.
...from html 5.1, itemid, itemprop, itemref, itemscope, and itemtype have been added.
Microdata - HTML: Hypertext Markup Language
WebHTMLMicrodata
itemref – properties that are not descendants of an element with the itemscope attribute can be associated with the item using an itemref.
... itemref provides a list of element ids (not itemids) with additional properties elsewhere in the document.
itemscope - HTML: Hypertext Markup Language
WebHTMLGlobal attributesitemscope
an itemscope element that does not have an associated itemtype must have an associated itemref.
HTML documentation index - HTML: Hypertext Markup Language
WebHTMLIndex
23 itemref attribute, global attribute, html, html microdata, microdata, reference properties that are not descendants of an element with the itemscope attribute can be associated with an item using the global attribute itemref.