[FFmpeg-devel] [PATCH] ffmpeg-web: Change anchors and pre for valid XHTML
Lou Logan
lou at lrcd.com
Thu Sep 29 00:37:00 CEST 2011
On Wed, 28 Sep 2011 23:39:10 +0200
Clément Bœsch <ubitux at gmail.com> wrote:
> On Wed, Sep 28, 2011 at 11:52:30AM -0800, Lou Logan wrote:
> > A few more updates to index while we're making things valid. 'a id'
> > requires a letter as the first character, so this will break a few
> > anchors, but most likely nobody uses them anyway.
>
> > From f873713f2f5c3b7df01ab458e3fa8e2f28efe94d Mon Sep 17 00:00:00
> > 2001 From: Lou Logan <lou at lrcd.com>
> > Date: Wed, 28 Sep 2011 11:41:05 -0800
> > Subject: [PATCH] ffmpeg-web: Change anchors and pre for valid XHTML
> >
> > ---
> > src/index | 52
> > ++++++++++++++++++++++++++-------------------------- 1 files
> > changed, 26 insertions(+), 26 deletions(-)
> >
> > diff --git a/src/index b/src/index
> > index c170072..6776117 100644
> > --- a/src/index
> > +++ b/src/index
> > @@ -45,7 +45,7 @@ Herv?? Flores.</p>
> >
> > <h1>News</h1>
> >
> > -<a name="libaacplus"></a><h3>September 28, 2011</h3>
> > +<a id="libaacplus"></a><h3>September 28, 2011</h3>
>
> Might be a stupid question, but why don't you put the anchor in the
> <h3> tags?
Not a stupid question, but I don't think it will make any difference
as far as I know. I was following the convention of the original
authors, and either method should work and look the same in most
browsers (that is no underlined link).
More information about the ffmpeg-devel
mailing list