Open davidmaher2 opened 3 years ago
Personally I don’t see any issue with it as long as there is also some sorta header explaining what each table is for.
“Each visual element should have a textual alternative that represents the function of the visual element.”
https://www.w3.org/WAI/GL/techniques.htm
Thanks Kody. Perhaps this alt text would represent the function of the horizontal rule: <hr class="brdr-bttm" alt=”visual separator”> What do you think? Dave
From: Kody notifications@github.com Sent: February 27, 2021 12:05 PM To: wet-boew/wet-boew-styleguide wet-boew-styleguide@noreply.github.com Cc: Maher2, David (EC) david.maher2@canada.ca; Author author@noreply.github.com Subject: Re: [wet-boew/wet-boew-styleguide] thematic change in the content (#399)
Personally I don’t see any issue with it as long as there is also some sorta header explaining what each table is for.
“Each visual element should have a textual alternative that represents the function of the visual element.”
https://www.w3.org/WAI/GL/techniques.htm
I am just a volunteer on this GitHub project.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/wet-boew/wet-boew-styleguide/issues/399#issuecomment-787103197, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ATAQTWNCOK5YZIDFOE46BC3TBEQ3JANCNFSM4YKC3PPA.
You wanna use title
tag something like title="New section"
if you wanna follow https://www.w3.org/WAI/GL/techniques.htm
Horizontal rule
Correct use Compliance point(s):
Use to define a thematic change in the content, as per the correct us of an
Here's my Q: I wish to use the
between data tables as a visual separator. Is this consistant with the compliance point of a "thematic change"? If your answer is no what is the definiton of a thematic change in the content?