| Summary: | [PATCH] Missing space between skip site and section navigation | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Rudolf Čejka <cejkar> |
| Component: | Books & Articles | Assignee: | Gabor Kovesdan <gabor> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Rudolf Čejka
2006-11-01 16:30:21 UTC
On Wed, Nov 01, 2006 at 05:28:08PM +0100, Rudolf Cejka wrote:
> I think that I have found a solution here - the patch below simply
> joins two <span>...</span> blocks into one, where white space removal
> does not occur in sgml nor in xsl case.
It's wrong though; they are separate span's and should be marked up as
such.
Ceri
--
That must be wonderful! I don't understand it at all.
-- Moliere
Ceri Davies wrote (2006/11/02): > > I think that I have found a solution here - the patch below simply > > joins two <span>...</span> blocks into one, where white space removal > > does not occur in sgml nor in xsl case. > It's wrong though; they are separate span's and should be marked up as > such. Why? I think that <span class="txtoffscreen">...</span> just wants to say, when to display the text included. And if there should be skipped or included two adjacent texts, why the space between then should be displayed in all cases? (The space is then removed probably too, but I wanted to express logical explanation here, why I do not understand, why there should be two spans and not just one.) -- Rudolf Cejka <cejkar at fit.vutbr.cz> http://www.fit.vutbr.cz/~cejkar Brno University of Technology, Faculty of Information Technology Bozetechova 2, 612 66 Brno, Czech Republic On Fri, Nov 03, 2006 at 09:01:11AM +0100, Rudolf Cejka wrote:
> Ceri Davies wrote (2006/11/02):
> > > I think that I have found a solution here - the patch below simply
> > > joins two <span>...</span> blocks into one, where white space removal
> > > does not occur in sgml nor in xsl case.
> > It's wrong though; they are separate span's and should be marked up as
> > such.
>
> Why? I think that <span class="txtoffscreen">...</span> just wants to
> say, when to display the text included. And if there should be skipped
> or included two adjacent texts, why the space between then should be
> displayed in all cases? (The space is then removed probably too, but
> I wanted to express logical explanation here, why I do not understand,
> why there should be two spans and not just one.)
Yeah, you're probably right.
Ceri
--
That must be wonderful! I don't understand it at all.
-- Moliere
Responsible Changed From-To: freebsd-www->gabor Take. gabor 2007-02-15 21:49:46 UTC
FreeBSD doc repository
Modified files:
share/sgml header.ent
Log:
- Use single <span> for "Skip site navigation" and
"Skip section navigation" and thus add the missing space between them
PR: www/105026
Submitted by: Rudolf Cejka <cejkar@fit.vutbr.cz>
Approved by: keramida (mentor)
Revision Changes Path
1.6 +3 -4 www/share/sgml/header.ent
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks! |