This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [XHTML 1.0] style.mhtml


On Fri, 29 Mar 2002, Kelley Cook wrote:
>> PS. Jerry, I actually don't know how to put the "XHTML 1.0" logo right
>> alligned in a sane way, so I've just commentd it out.
> Simple, put it into a table.

Yup, that was my plan as well.

> In addition, I noticed a problem with the address tag.
>
> It is supposed to be a single block element with the contact information
> for the document.  It is currently broken up into multiple elements,
> some of which didn't contain the contact information.  I corrected that
> also.

Interesting. How did you notice this problem? (I'm wondering, because
validator.w3.org did not complain, for example.)

> I don't have metaHTML, but the diffs after being forceably applied
> to a copy of the main GCC page, passed both HTMLtidy and Validator

I had originally developed something similiar to your patch for the XHTML
logo issue, and merged this with a variant of your <address> patch where
we only mark part of the footer as <address>. The combined patch is at the
end of this message.

Does this work for you?

Thanks for the patch,
Gerald

Index: style.mhtml
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/style.mhtml,v
retrieving revision 1.21
diff -u -3 -p -r1.21 style.mhtml
--- style.mhtml	2002/03/25 14:39:46	1.21
+++ style.mhtml	2002/04/02 16:43:42
@@ -69,36 +69,36 @@
 %body

 <hr />
-<address>Please send FSF &amp; GNU inquiries &amp; questions to
+
+<p>Please send FSF &amp; GNU inquiries &amp; questions to
 <a href="mailto:gnu@gnu.org";>gnu@gnu.org</a>.
 There are also <a href="http://www.gnu.org/home.html#ContactInfo";>other ways
-to contact</a> the FSF.</address>
-<br />
-<address>These pages are maintained by
-<a href="http://gcc.gnu.org/about.html";>The GCC team</a>.</address>
-<br />
+to contact</a> the FSF.</p>
+
+<p>These pages are maintained by
+<a href="http://gcc.gnu.org/about.html";>The GCC team</a>.</p>
+
 <address>Please send comments on these web pages and GCC to
-<a href="mailto:gcc@gnu.org";>gcc@gnu.org</a>
-or
+<a href="mailto:gcc@gnu.org";>gcc@gnu.org</a> or
 <a href="mailto:gcc@gcc.gnu.org";>gcc@gcc.gnu.org</a>,
-send other questions to
-<a href="mailto:gnu@gnu.org";>gnu@gnu.org</a>.</address>
-<br />
-<address>Copyright (C) Free Software Foundation, Inc.,
-59 Temple Place - Suite 330, Boston, MA  02111,  USA.</address>
-<br />
-<address>Verbatim copying and distribution of this entire article is
-permitted in any medium, provided this notice is preserved.</address>
-<br />
-<address>
-<!-- IGNORE DIFF -->Last modified <date::format-time "YYYY-MM-DD">.
+send other questions to <a href="mailto:gnu@gnu.org";>gnu@gnu.org</a>.
 </address>
-<!--
-<a href="http://validator.w3.org/check/referer";><img
+
+<p>Copyright (C) Free Software Foundation, Inc.,
+59 Temple Place - Suite 330, Boston, MA  02111,  USA.</p>
+
+<p>Verbatim copying and distribution of this entire article is
+permitted in any medium, provided this notice is preserved.</p>
+
+<table width="100%" border="0"><tr><td>
+  <!-- IGNORE DIFF -->Last modified 2002-04-02.
+</td><td align="right" valign="bottom">
+  <a href="http://validator.w3.org/check/referer";><img
   src="http://www.w3.org/Icons/valid-xhtml10";
   alt="Valid XHTML 1.0"
   border="0" width="88" height="31" /></a>
--->
+</td></tr></table>
+
 <verbatim>
 </body>
 </verbatim>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]