Is valid html on www.openbsd.org important?
"Martin Schröder" <[email protected]>
| Newsgroups | gmane.os.openbsd.www |
|---|---|
| Message-ID | <[email protected]> |
Hi,
have a look at this:
http://validator.w3.org/check?uri=http://www.openbsd.org/index.html
http://validator.w3.org/check?uri=http://www.openbsd.org/39.html
http://validator.w3.org/check?uri=http://www.openbsd.org/plus39.html
http://validator.w3.org/check?uri=http://www.openbsd.org/plus.html
Fixing index.html is easy (patch is appended), but fixing 39.html is
hard, as the author apparently has a very lax view of markup seems not
to want css. I've tried, but I'm giving up. :-(
The errors in plus* can be easily fixed by using tidy, but this adds
"cruft", which Theo doesn't like. I've submitted a patch before (pr
5117), but the unescaped & are still added.
So I'm wondering: Is valid html/css one goal of OpenBSD (and if, what
is done to ensure it) or does nobody care?
Best
Martin
> diff -du index.html new/index.html
--- index.html 2006-07-25 17:55:18.305896605 +0200
+++ new/index.html 2006-07-25 18:28:20.904458476 +0200
@@ -4,14 +4,15 @@
<title>OpenBSD</title>
<meta name="resource-type" content="document">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta http-equiv="Content-Style-Type" content="text/css">
<meta name="description" content="the main OpenBSD page">
<meta name="keywords" content="openbsd,main">
<meta name="distribution" content="global">
<meta name="copyright" content="This document
copyright 1999-2005 by OpenBSD.">
<link rel="shortcut icon" HREF="/favicon.ico"
TYPE="image/x-icon">
</head>
-<body text="#000000" bgcolor="#ffffff" topmargin=0 leftmargin=0
marginheight=0 marginwidth=0>
-<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="4">
+<body text="#000000" bgcolor="#ffffff">
+<table width="100%" border="0" cellspacing="0" cellpadding="4"
style="height:100%">
<tr>
<!-- <td bgcolor="#ffcc00" rowspan="2"> </td> -->
<td bgcolor="#6bbdd6" rowspan="2" valign=top>
@@ -100,7 +101,6 @@
individuals. These finances ensure that OpenBSD
will continue to exist, and will remain <a href="policy.html">free</a>
for everyone to use and reuse as they see fit.
-<p>
</td>
</tr>
<tr>