summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-28 08:08:53 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-28 08:08:53 +0000
commit0c60b9f64c3be12ba8fd54fd12c64dabe143fdef (patch)
tree023730ad8b19fc491afafad23dc27920bcebe8ba
parent3211a3293d4f68feb48e68fc3014d6831c1b44e3 (diff)
downloadmandoc-0c60b9f64c3be12ba8fd54fd12c64dabe143fdef.tar.gz
mandoc-0c60b9f64c3be12ba8fd54fd12c64dabe143fdef.tar.zst
mandoc-0c60b9f64c3be12ba8fd54fd12c64dabe143fdef.zip
Using "--warn" for validate, plus some accessibility fixes.
-rw-r--r--Makefile2
-rw-r--r--index.sgml12
2 files changed, 7 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index f2a75b79..1a5a49ff 100644
--- a/Makefile
+++ b/Makefile
@@ -235,7 +235,7 @@ mandoc: $(MAINOBJS) libmdoc.a libman.a
$(CC) $(CFLAGS) -o $@ $(MAINOBJS) libmdoc.a libman.a
.sgml.html:
- validate $<
+ validate --warn $<
sed -e "s!@VERSION@!$(VERSION)!" -e "s!@VDATE@!$(VDATE)!" $< > $@
.1.1.txt .3.3.txt .7.7.txt:
diff --git a/index.sgml b/index.sgml
index 4189c406..0df668ea 100644
--- a/index.sgml
+++ b/index.sgml
@@ -7,7 +7,7 @@
<title>mdocml.bsd.lv</title>
</head>
<body>
- <table class="frame">
+ <table class="frame" summary="[frame]">
<col width="100%">
<tbody>
<tr>
@@ -62,7 +62,7 @@
Current
</h2>
- <table width="100%">
+ <table width="100%" summary="Current Sources">
<col width="200">
<col>
<tbody>
@@ -86,7 +86,7 @@
Downstream
</h2>
- <table width="100%">
+ <table width="100%" summary="Downstream Sources">
<col width="200">
<col>
<tbody>
@@ -118,7 +118,7 @@
Historical
</h2>
- <table width="100%">
+ <table width="100%" summary="Archived Sources">
<col width="200">
<col>
<tbody>
@@ -143,7 +143,7 @@
current snapshot.
</p>
- <table width="100%">
+ <table width="100%" summary="Documentation">
<col width="200">
<col>
<tbody>
@@ -201,7 +201,7 @@
<tr>
<td>
<div class="foot">
- Copyright &#169; 2008, 2009 Kristaps D&#382;onsons, $Date: 2009/10/28 08:00:18 $
+ Copyright &#169; 2008, 2009 Kristaps D&#382;onsons, $Date: 2009/10/28 08:08:53 $
</div>
</td>
</tr>