Skip to content

Commit 6a19db5

Browse files
committed
remove xmlns attrs
1 parent 8446e52 commit 6a19db5

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

epub34/a11y-tech/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
2+
<html lang="en-US">
33
<head>
44
<meta charset="utf-8" />
55
<title>EPUB Accessibility Techniques 1.2</title>

epub34/a11y/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
2+
<html lang="en-US">
33
<head>
44
<meta charset="utf-8" />
55
<title>EPUB Accessibility 1.2</title>

epub34/index-page/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!DOCTYPE html>
2-
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
3-
2+
<html lang="en-US">
43
<head>
54
<meta charset="utf-8" />
65
<title>EPUB 3.4</title>

epub34/overview/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
2+
<html lang="en-US">
33
<head>
44
<meta charset="utf-8" />
55
<title>EPUB 3 Overview</title>

0 commit comments

Comments
 (0)