move to XHTML1.1
git-svn-id: http://svn.cacert.org/CAcert/Policies@1879 14b1bab8-4ef6-0310-b690-991c95c89dfd
This commit is contained in:
parent
d5e3d6f7f8
commit
c125e3b856
1 changed files with 8 additions and 7 deletions
|
@ -1,11 +1,12 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
"http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
||||||
<html>
|
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8">
|
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8" />
|
||||||
<title>Security Policy - work-in-progress</title>
|
<title>Security Policy - work-in-progress</title>
|
||||||
|
|
||||||
<style type="text/css">
|
<style type="text/css"> <!-- only for WIP -->
|
||||||
<!--
|
<!--
|
||||||
body {
|
body {
|
||||||
font-family : verdana, helvetica, arial, sans-serif;
|
font-family : verdana, helvetica, arial, sans-serif;
|
||||||
|
@ -55,7 +56,7 @@ a:hover {
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
WIP Changes are all marked in <span class="change">BLUE</span> or <s>struck-out</s>.</span>
|
WIP Changes are all marked in <span class="change">BLUE</span> or <span class="change"><s>struck-out</s>.</span>
|
||||||
Explanatory comments in <span class="q">GREEN</span> are not part of text.<br />
|
Explanatory comments in <span class="q">GREEN</span> are not part of text.<br />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -1430,5 +1431,5 @@ Relevant and helpful Documents should be referenced for convenience.
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
<a href="http://validator.w3.org/check?uri=referer"><img src="Images/valid-html401-blue.png" id="graphics2" alt="Valid HTML 4.01" align="right" border="0" height="33" width="90"></a>
|
<a href="http://validator.w3.org/check?uri=referer"><img src="Images/valid-html401-blue.png" id="graphics2" alt="Valid HTML 4.01" align="right" border="0" height="33" width="90"></a>
|
||||||
<p>This is the end of the Security Policy.</p>
|
<p class="q">This is the end of the Security Policy.</p>
|
||||||
</body></html>
|
</body></html>
|
||||||
|
|
Loading…
Reference in a new issue