Skip to content

Commit 74cc9c8

Browse files
Merge pull request #310 from w3c/data-cite
chore: fixup data-cite usage
2 parents 1c0ae3b + 70c627b commit 74cc9c8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</script>
4141
<link rel="stylesheet" href="makeup.css">
4242
</head>
43-
<body data-cite="HTML">
43+
<body data-cite="HTML WAI-ARIA">
4444
<section id="abstract">
4545
<p>
4646
This specification defines the authoring rules (author conformance
@@ -69,12 +69,12 @@ <h2 id="rules-wd">
6969
the exposed meaning (<a data-cite="html/dom.html#semantics-2">semantics</a>) of
7070
[=HTML elements=], in accordance with the requirements described in
7171
[[wai-aria-1.1|WAI-ARIA]], except where these conflict with the
72-
<dfn><a data-cite="wai-aria-1.1#host_general_conflict">strong native semantics</a></dfn>
72+
<dfn data-cite="wai-aria-1.1#host_general_conflict">strong native semantics</dfn>
7373
or are equal to the
74-
<dfn><a data-cite="wai-aria-1.1#implicit_semantics">implicit ARIA semantics</a></dfn>
74+
<dfn data-cite="wai-aria-1.1#implicit_semantics">implicit ARIA semantics</dfn>
7575
of a given HTML element. The <a>implicit ARIA semantics</a> for
7676
HTML elements are defined in the
77-
<dfn>[[html-aam-1.0|HTML Accessibility API Mappings]]</dfn> specification.
77+
[[html-aam-1.0|HTML Accessibility API Mappings]] specification.
7878
</p>
7979
<p>
8080
The constraints defined in this specification are intended to prevent

0 commit comments

Comments
 (0)