[rfc-i] Accessibility and figures
Joe Hildebrand
jhildebr at cisco.com
Fri Apr 27 22:39:54 PDT 2012
On 4/27/12 8:10 AM, "Paul Hoffman" <paul.hoffman at vpnc.org> wrote:
> On Apr 27, 2012, at 12:33 AM, Larry Masinter wrote:
>
>> for accessibility, every figure's content should also be described in
>> accessible text.... that goes for ascii art too, for that matter.
>
> What do you mean by "described"? Assume for a moment that you have a diagram
> showing the relationship between entities, such as Figure 1 in
> draft-iab-rfc-editor-model-v2. What do you propose that the accessibility text
> for such a diagram say?
digraph "Figure 1" {
IAB -> "Independent Submission Editor";
"Independent Authors" -> "Independent Submission Editor";
"Community at Large" -> IAB;
IAB -> RSOC;
RSOC -> "RFC Series Editor";
"Independent Submission Editor" -> "RFC Production Center";
"RFC Publisher" -> "End Users & Readers";
IAB -> IAB -> "RFC Production Center";
IRTF -> IRSG -> "RFC Production Center";
IETF -> IESG -> "RFC Production Center";
subgraph cluster_rfc_editor {
"RFC Series Editor" -> "RFC Production Center";
"RFC Production Center" -> "RFC Publisher";
label = "RFC Editor";
style = dotted;
}
}
(see: http://www.graphviz.org/)
--
Joe Hildebrand
More information about the rfc-interest
mailing list