Skip to content

Commit 5536e7a

Browse files
authored
Fix links to item-* attributes (mdn#17824)
1 parent 7a62bae commit 5536e7a

File tree

1 file changed

+6
-8
lines changed
  • files/en-us/web/html/global_attributes/itemref

1 file changed

+6
-8
lines changed

files/en-us/web/html/global_attributes/itemref/index.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ tags:
1010
- Reference
1111
browser-compat: html.global_attributes.itemref
1212
---
13-
1413
{{HTMLSidebar("Global_attributes")}}
1514

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`**.
1716

1817
`itemref` provides a list of element IDs (not `itemid`s) elsewhere in the document, with additional properties
1918

@@ -66,10 +65,9 @@ This example uses microdata attributes to represent the following structured dat
6665
## See also
6766

6867
- [Other different global attributes](/en-US/docs/Web/HTML/Global_attributes)
69-
- Other, microdata related, global attributes:
68+
- Other microdata related global attributes:
7069

71-
- {{htmlattrxref("itemid")}}
72-
- {{htmlattrxref("itemprop")}}
73-
- {{htmlattrxref("itemref")}}
74-
- {{htmlattrxref("itemscope")}}
75-
- {{htmlattrxref("itemtype")}}
70+
- [`itemid`](/en-US/docs/Web/HTML/Global_attributes/itemid)
71+
- [`itemprop`](/en-US/docs/Web/HTML/Global_attributes/itemprop)
72+
- [`itemscope`](/en-US/docs/Web/HTML/Global_attributes/itemscope)
73+
- [`itemtype`](/en-US/docs/Web/HTML/Global_attributes/itemtype)

0 commit comments

Comments
 (0)