EVALUATION
Important for accessibility.
###@###.### 2002-06-22
There are two ways to resolve this:
- Put a <MAP title="xxx"> element around each piece of ASCII art,
similar to that recommended for grouping links in a navigation bar
- Replace the ASCII art with an image <IMG src="inherit.gif" alt="xxx">
The second approach would also make the appearance better, a long-needed
enhancement.
###@###.### 2002-08-22
> What should the alt text be?
>
> The alt text should make sense when spoken by an accessibility program
> to a non-sighted user in the context of the words before and after it.
> For example, the above would be spoken as:
>
> "java-dot-lang-dot-Object is extended by com-dot-package-dot-Class1"
>
> Unfortunately, this is the reverse of the way we normally speak it.
>
> A) "is extended by" in all cases
> B) Insert different strings for an interface "implemented by" a class
> compared to an interface "extended by" an interface,
> and a class "extended by" a class.
> C) Drop the word "is" in proposal A or B: "extended by", "implemented by"
> D) Other proposals?
I vote C. I'd *definitely* distinguish extended and implemented. I agree
that the "is" seems unnecessary, but I could go either way on it.
Regards,
###@###.###
Conclusion for alt text:
interface "implemented by" class
interface "extended by" interface
class "extended by" class
###@###.### 2002-08-27
Decided to create a resources directory in the destination directory
to hold non-HTML files that come from the source tree resources directory,
such as inherit.gif and stylesheet.css. Equivalent to what is used in
the MIF Doclet.
###@###.### 2002-08-29
|