diff options
author | ot <ot@localhost> | 2005-11-10 06:59:13 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2005-11-10 06:59:13 +0000 |
commit | 3e7727b70983e03172adb25aab2901ee2c29876c (patch) | |
tree | 7c6303e41d1f319ceccd9dc0ac357ac81b88debf | |
parent | d8e3bc63e7621a18c619334964c3abb044661ece (diff) | |
download | markup-validator-3e7727b70983e03172adb25aab2901ee2c29876c.zip markup-validator-3e7727b70983e03172adb25aab2901ee2c29876c.tar.gz markup-validator-3e7727b70983e03172adb25aab2901ee2c29876c.tar.bz2 |
style for the SOAP reference
-rw-r--r-- | htdocs/docs.css | 8 | ||||
-rwxr-xr-x | htdocs/docs/api.html | 14 |
2 files changed, 14 insertions, 8 deletions
diff --git a/htdocs/docs.css b/htdocs/docs.css index 20d88f0..158df8d 100644 --- a/htdocs/docs.css +++ b/htdocs/docs.css @@ -4,7 +4,7 @@ Copyright 2003 W3C (MIT, INRIA, Keio). All Rights Reserved. See <http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright> - $Id: docs.css,v 1.7 2005-10-20 06:46:50 ot Exp $ + $Id: docs.css,v 1.8 2005-11-10 06:59:13 ot Exp $ */ /* @@ -89,3 +89,9 @@ dl#expl dt { color: black; font-style: italic; } + + +table.refdoc {border: 1px solid #888; } +table.refdoc tr {} +table.refdoc th { border: 1px solid #ccc; background-color: #eee; padding: .4em; text-align: left} +table.refdoc td {border: 1px solid #ccc; text-align: left; padding: .4em;} diff --git a/htdocs/docs/api.html b/htdocs/docs/api.html index fb4aed6..9cc9957 100755 --- a/htdocs/docs/api.html +++ b/htdocs/docs/api.html @@ -1,12 +1,12 @@ -<!--#set var="revision" value="\$Id: api.html,v 1.1 2005-11-09 08:16:34 ot Exp $" ---><!--#set var="date" value="\$Date: 2005-11-09 08:16:34 $" +<!--#set var="revision" value="\$Id: api.html,v 1.2 2005-11-10 06:59:13 ot Exp $" +--><!--#set var="date" value="\$Date: 2005-11-10 06:59:13 $" --><!--#set var="title" value="Documentation of the Programmatic Interface (API) to The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> <div class="doc"> -<h2>API (programmatic interface)<br /> -and SOAP 1.2 validation interface </h2> +<h2>Markup Validator Web Service API<br /> +SOAP 1.2 validation interface documentation</h2> <h3 id="TableOfContents">Table of Contents</h3> @@ -38,7 +38,7 @@ please make sure that your script will <code>sleep</code> for <strong>at least 1 between requests. The Markup Validation service is a free, public service for all, your respect is appreciated. thanks.</p> -<table> +<table class="refdoc"> <tr> <th>Parameter</th><th>Description</th><th>Default value</th> </tr> @@ -156,7 +156,7 @@ xmlns:m="http://www.w3.org/2005/10/markup-validator"> </pre> <h4 id="soap12response">SOAP1.2 response format reference</h4> -<table> +<table class="refdoc"> <tr><th>element</th><th>description</th></tr> <tr> <th id="soap12_markupvalidationresponse">markupvalidationresponse</th> @@ -216,7 +216,7 @@ xmlns:m="http://www.w3.org/2005/10/markup-validator"> <p>As seen as the example above, the children of the <code><a href="soap12_error">error</a></code> element, but also the <code>warning</code> element are <code>line</code>, <code>col</code> and <code>message</code>, defined below:</p> -<table> +<table class="refdoc"> <tr><th>element</th><th>description</th></tr> <tr> <th id="soap12_line">line</th> |