Re: Request for clarification of 'In many cases, the image is actually just supplementary'

Steven Faulkner wrote:

> So would the example below be non-conforming?

> <p>The network passes data to the Tokeniser stage, which
> passes data to the Tree Construction stage. From there, data goes
> to both the DOM and to Script Execution. Script Execution is
> linked to the DOM, and, using document.write(), passes data to
> the Tokeniser.</p>
> <p><img src="images/parsing-model-overview.png" alt="Flowchart
> representation of the preceding paragraph."></p>

I don't know.  But what happens when user-CSS causes all
image to be removed from the normal flow, such that
"the preceding paragraph" can no longer be relied
upon to be accurate ?  And would it make any difference
if all paragraphs were numbered, and your ALT text read
"Flowchart representation of para.~1.3.1" ?

Philip TAYLOR

Received on Monday, 18 August 2008 08:42:44 UTC