Skip to content

Commit b892dff

Browse files
committed
Harmonise doctype declaration to <!DOCTYPE html>
1 parent 61c3dfd commit b892dff

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

working-examples/aria-alert-identify-errors/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">

working-examples/aria-alertdialog-identify-errors/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">

working-examples/aria-invalid-required-fields/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE HTML>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head> <title>Input Error Notification with aria-live=assertive and aria-invalid using jQuery | WCAG 2</title>
44
<meta charset="UTF-8">

working-examples/aria-progressbar-status-message/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />

working-examples/breadcrumb-trail/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">

working-examples/colour-picker/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
setcookie("backcolour", $strBackcolour, time() + (3600 * 24 * 365), "/");
3232
setcookie("forecolour", $strForecolour, time() + (3600 * 24 * 365), "/");
3333
}
34-
?><!DOCTYPE HTML>
34+
?><!DOCTYPE html>
3535
<html lang="en">
3636
<head>
3737
<title>Colour Picker</title>

working-examples/colour-picker/persist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE HTML>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head>
44
<title>Colour picker persistence</title>

working-examples/css-padding-focus-not-obscured/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">

working-examples/css-text-spacing/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">

working-examples/script-form-validation-2/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
$strError = "<h2>$iErrorCount Errors in Submission</h2>\n" . $strError;
6969
}
7070
?>
71-
<!DOCTYPE HTML>
71+
<!DOCTYPE html>
7272
<html lang="en">
7373
<head>
7474
<meta charset="utf-8">

0 commit comments

Comments
 (0)