E-mail List Archives
Thread: RE: HTML structural markup for notes
Number of posts in this thread: 1 (In chronological order)
From: julian.rickards
Date: Mon, May 05 2003 12:53PM
Subject: RE: HTML structural markup for notes
No previous message | No next message
Rachel wrote:
<snip>
> If someone accesses this page without our style sheet,
> the notes text will appear just like normal
> paragraphs.
>
> I'm wondering if there is a HTML element out there,
> that has a similar meaning to notes, that we could use
> to wrap our notes text in. So that site visitors will
> understand that they are notes, even without our style
> sheet.
</snip>
What about hiding text using styles which when styles are not supported, the
text will become available. For example,
<p class="notes"><span class="invisible">Notes: </span>Here is a paragraph
of notes.</p>
Where the class invisible is defined as:
.class {display: none}
Jules
----
To subscribe, unsubscribe, or view list archives,
visit http://www.webaim.org/discussion/