- From: Matthew Brealey <webmaster@richinstyle.com>
- Date: 13 Oct 2000 11:46:49 -0000
- To: www-style@w3.org
You wrote:
>
> On Fri, 13 Oct 2000, Sean Palmer wrote:
> >
> > Hi Everyone,
> > I have come up with a few ideas for the plighted ACSS module of CSS3. If
> > ACSS falls through, then they could be implemented elsewhere...let me know
> > if anybody thinks they are valid ideas.
> >
> > A negotiation thing (for navbar) (skip?)
> > Allows uses to skip certain content of a document that may be repeated a
> > lot:
> > .navbar { skip: url(#content); }
>
> .navbar { display: none; }
> That's not quite right; I have actually thought that this was a
> problem before. The navigation bars on RichInStyle.com
> get repeated on each page, and I imagine this is quite annoying. I
> think it's something like play-once in session; this would require
> the browser to save ids that had been played. Or the ability to skip
> the navigation bar; for example, to offer a prompt 'Do you want to
> hear this damn navigation bar again?'
Received on Friday, 13 October 2000 07:46:51 UTC