- From: Olivier Thereaux <ot@hutz.w3.org>
- Date: Wed, 05 May 2004 22:24:29 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv19139
Modified Files:
Tag: validator-0_6_0-branch
about.html detailed.html favelets.html feedback.html
file-upload.html index.html whatsnew.html
Log Message:
being nice and following XHTML compat GLs wrt id and name
Index: feedback.html
===================================================================
RCS file: /sources/public/validator/htdocs/feedback.html,v
retrieving revision 1.16.2.4
retrieving revision 1.16.2.5
diff -u -d -r1.16.2.4 -r1.16.2.5
--- feedback.html 29 Apr 2004 06:27:39 -0000 1.16.2.4
+++ feedback.html 5 May 2004 22:24:26 -0000 1.16.2.5
@@ -3,8 +3,8 @@
--><!--#set var="title" value="How To Provide Feedback for The W3C Markup Validation Service"
--><!--#set var="relroot" value="./"
--><!--#include virtual="header.html" -->
-<div class="doc">
-<h2 id="skip">How to Provide Feedback<br />
+<div class="doc" id="skip" name="skip">
+<h2>How to Provide Feedback<br />
For the W3C Markup Validator</h2>
<dl>
Index: favelets.html
===================================================================
RCS file: /sources/public/validator/htdocs/favelets.html,v
retrieving revision 1.1.2.10
retrieving revision 1.1.2.11
diff -u -d -r1.1.2.10 -r1.1.2.11
--- favelets.html 27 Aug 2003 09:38:51 -0000 1.1.2.10
+++ favelets.html 5 May 2004 22:24:26 -0000 1.1.2.11
@@ -4,7 +4,7 @@
--><!--#set var="relroot" value="./"
--><!--#include virtual="header.html" -->
- <div id="skip">
+ <div id="skip" name="skip">
<h2><a href="http://favelets.com/">Favelets</a>
For The Validator</h2>
<div class="intro">
Index: detailed.html
===================================================================
RCS file: /sources/public/validator/htdocs/detailed.html,v
retrieving revision 1.11.2.6
retrieving revision 1.11.2.7
diff -u -d -r1.11.2.6 -r1.11.2.7
--- detailed.html 9 Sep 2003 07:46:08 -0000 1.11.2.6
+++ detailed.html 5 May 2004 22:24:26 -0000 1.11.2.7
@@ -4,7 +4,7 @@
--><!--#set var="relroot" value="./"
--><!--#include virtual="header.html" -->
- <p id="skip">
+ <p id="skip" name="skip">
This form allows you to enter a <acronym
title="Universal Resource Identifier">URI</acronym>
and have it validated. If you want to validate a file on
Index: whatsnew.html
===================================================================
RCS file: /sources/public/validator/htdocs/whatsnew.html,v
retrieving revision 1.34.2.15
retrieving revision 1.34.2.16
diff -u -d -r1.34.2.15 -r1.34.2.16
--- whatsnew.html 30 Apr 2004 07:04:56 -0000 1.34.2.15
+++ whatsnew.html 5 May 2004 22:24:26 -0000 1.34.2.16
@@ -3,9 +3,9 @@
--><!--#set var="title" value="What's New at The W3C Markup Validation Service"
--><!--#set var="relroot" value="./"
--><!--#include virtual="header.html" -->
- <div class="doc">
+ <div class="doc" name="skip" id="skip">
<h2>News for the W3C Markup Validator</h2>
- <div id="skip" class="intro">
+ <div class="intro">
<p>
This page lists recent changes to <a href="./">the <acronym
title="World Wide Web Consortium">W3C</acronym> Markup Validation
Index: about.html
===================================================================
RCS file: /sources/public/validator/htdocs/about.html,v
retrieving revision 1.18.2.7
retrieving revision 1.18.2.8
diff -u -d -r1.18.2.7 -r1.18.2.8
--- about.html 20 Aug 2003 21:20:40 -0000 1.18.2.7
+++ about.html 5 May 2004 22:24:26 -0000 1.18.2.8
@@ -5,8 +5,8 @@
--><!--#include virtual="header.html" -->
<div class="doc">
- <div>
- <h2 id="skip">About The W3C Markup Validation Service</h2>
+ <div id="skip" name="skip">
+ <h2>About The W3C Markup Validation Service</h2>
<!-- @@@TODO: bring this paragraph up to date -->
<p>
<a href="./">The
Index: file-upload.html
===================================================================
RCS file: /sources/public/validator/htdocs/file-upload.html,v
retrieving revision 1.14.2.4
retrieving revision 1.14.2.5
diff -u -d -r1.14.2.4 -r1.14.2.5
--- file-upload.html 9 Sep 2003 07:46:08 -0000 1.14.2.4
+++ file-upload.html 5 May 2004 22:24:26 -0000 1.14.2.5
@@ -4,7 +4,7 @@
--><!--#set var="relroot" value="./"
--><!--#include virtual="header.html" -->
- <p id="skip">
+ <p id="skip" name="skip">
This form allows you to upload files from your computer and have
them validated.
</p>
Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/index.html,v
retrieving revision 1.55.2.28
retrieving revision 1.55.2.29
diff -u -d -r1.55.2.28 -r1.55.2.29
--- index.html 30 Apr 2004 07:04:56 -0000 1.55.2.28
+++ index.html 5 May 2004 22:24:26 -0000 1.55.2.29
@@ -5,7 +5,7 @@
--><!--#include virtual="header.html" -->
- <div id="skip" class="intro">
+ <div id="skip" name="skip" class="intro">
<p>
Welcome to the W3C Markup Validation Service; a free service that checks
documents like HTML and XHTML for conformance to W3C Recommendations
Received on Wednesday, 5 May 2004 18:24:39 UTC