You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: files/en-us/web/html/global_attributes/itemref/index.md
+6-8Lines changed: 6 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,9 @@ tags:
10
10
- Reference
11
11
browser-compat: html.global_attributes.itemref
12
12
---
13
-
14
13
{{HTMLSidebar("Global_attributes")}}
15
14
16
-
Properties that are not descendants of an element with the {{HTMLAttrxRef("itemscope")}} attribute can be associated with an item using the [global attribute](/en-US/docs/Web/HTML/Global_attributes)**`itemref`**.
15
+
Properties that are not descendants of an element with the [`itemscope`](/en-US/docs/Web/HTML/Global_attributes/itemscope) attribute can be associated with an item using the [global attribute](/en-US/docs/Web/HTML/Global_attributes)**`itemref`**.
17
16
18
17
`itemref` provides a list of element IDs (not `itemid`s) elsewhere in the document, with additional properties
19
18
@@ -66,10 +65,9 @@ This example uses microdata attributes to represent the following structured dat
66
65
## See also
67
66
68
67
-[Other different global attributes](/en-US/docs/Web/HTML/Global_attributes)
0 commit comments