itemid
itemid
전역 특성은 아이템의 고유한 전역 식별자의 형태로 마이크로데이터를 제공합니다. itemid
특성은 itemscope
, itemtype
특성 모두 가진 요소에만 지정할 수 있습니다. 또한 itemscope
특성에 대응하는 itemtype
이 전역 식별자 어휘를 참조하거나 정의해야 합니다.
itemtype
의 전역 식별자에 대한 정확한 의미는 지정한 어휘 내에서의 해당 식별자 정의가 제공합니다. 어휘는 동일한 전역 식별자를 가지는 여러 아이템이 공존할 수 있는지, 공존한다면 동일한 식별자를 가진 아이템을 어떻게 처리할 것인지를 정의합니다.
예제
HTML
html
<dl
itemscope
itemtype="http://vocab.example.net/book"
itemid="urn:isbn:0-330-34032-8">
<dt>Title</dt>
<dd itemprop="title">The Reality Dysfunction</dd>
<dt>Author</dt>
<dd itemprop="author">Peter F. Hamilton</dd>
<dt>Publication date</dt>
<dd><time itemprop="pubdate" datetime="1996-01-26">26 January 1996</time></dd>
</dl>
구조화된 데이터
itemscope | itemtype: itemid |
http://vocab.example.net/book: urn:isbn:0-330-34032-8
|
|
itemprop | title | The Reality Dysfunction | |
itemprop | author |
Peter F. Hamilton
|
|
itemprop | pubdate | 1996-01-26 |
결과
명세
Specification |
---|
HTML Standard # attr-itemid |
브라우저 호환성
{{compat}}