Skip to content

Commit 0107259

Browse files
momdopatrickhlaukembgower
authored
H98 Remove HTML 5.2 (#4476)
Since HTML 5.2 is a superseded recommendation, I think it's sufficient to just call it HTML. --------- Co-authored-by: Patrick H. Lauke <[email protected]> Co-authored-by: Mike Gower <[email protected]>
1 parent 0a2c19c commit 0107259

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

techniques/html/H98.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<title>Using HTML 5.2 autocomplete attributes</title>
4+
<title>Using HTML autocomplete attributes</title>
55
<link rel="stylesheet" type="text/css" href="../../css/editors.css" class="remove">
66
</head>
77
<body>
8-
<h1>Using HTML 5.2 <code class="language-html">autocomplete</code> attributes</h1>
8+
<h1>Using HTML <code class="language-html">autocomplete</code> attributes</h1>
99
<section class="meta">
1010
<p id="id">ID: H98</p>
1111
<p id="technology">Technology: html</p>
1212
<p id="type">Type: sufficient</p>
1313
</section>
1414
<section id="applicability">
1515
<h2>When to Use</h2>
16-
<p>All <abbr title="Hypertext Markup Language">HTML</abbr> form fields that map to the <a href="/TR/WCAG/#input-purposes">HTML 5.2 <code class="language-html">autofill</code> tokens</a>.</p>
16+
<p>All <abbr title="Hypertext Markup Language">HTML</abbr> form fields that map to the <a href="/TR/WCAG/#input-purposes">Input Purposes for User Interface Components</a>.</p>
1717
</section>
1818
<section id="description">
1919
<h2>Description</h2>

0 commit comments

Comments
 (0)