<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://70.231.62.181/index.php?action=history&amp;feed=atom&amp;title=MyWiki%3AWikiProject_Accessibility%2FManual_of_Style_draft</id>
	<title>MyWiki:WikiProject Accessibility/Manual of Style draft - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://70.231.62.181/index.php?action=history&amp;feed=atom&amp;title=MyWiki%3AWikiProject_Accessibility%2FManual_of_Style_draft"/>
	<link rel="alternate" type="text/html" href="http://70.231.62.181/index.php?title=MyWiki:WikiProject_Accessibility/Manual_of_Style_draft&amp;action=history"/>
	<updated>2026-04-22T02:08:08Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>http://70.231.62.181/index.php?title=MyWiki:WikiProject_Accessibility/Manual_of_Style_draft&amp;diff=11681091&amp;oldid=prev</id>
		<title>imported&gt;Waddie96: {{superseded|date=2013|Wikipedia:Manual of Style/Accessibility}}</title>
		<link rel="alternate" type="text/html" href="http://70.231.62.181/index.php?title=MyWiki:WikiProject_Accessibility/Manual_of_Style_draft&amp;diff=11681091&amp;oldid=prev"/>
		<updated>2025-08-16T04:30:31Z</updated>

		<summary type="html">&lt;p&gt;{{superseded|date=2013|&lt;a href=&quot;https://en.wikipedia.org/wiki/Manual_of_Style/Accessibility&quot; class=&quot;extiw&quot; title=&quot;wikipedia:Manual of Style/Accessibility&quot;&gt;Wikipedia:Manual of Style/Accessibility&lt;/a&gt;}}&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Wikipedia:WikiProject Accessibility/Breadcrumb|[[Wikipedia:WikiProject Accessibility/Manual of Style draft|Manual of Style draft]]}}&lt;br /&gt;
{{Wikipedia:WikiProject Accessibility/Navigation menu|Coordination}}&lt;br /&gt;
{{superseded|date=2013|[[Wikipedia:Manual of Style/Accessibility]]}}&lt;br /&gt;
After a [http://en.wikipedia.org/w/index.php?title=Wikipedia_talk:Manual_of_Style_(accessibility)&amp;amp;oldid=380142437#Changes_to_this_guideline discussion on Wikipedia talk:Manual of Style (accessibility)], it became clear that great changes needs to be prepared on a dedicated subpage.&lt;br /&gt;
&lt;br /&gt;
Each section is a draft for a change. They have several possible status. A draft is ready to be implemented in [[Wikipedia talk:Manual of Style (accessibility)]] once it&amp;#039;s marked as &amp;quot;reviewed by an accessibility expert and ready for implementation&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Criteria on this page are prioritized according to impact (W3C&amp;#039;s accessibility level of priorities: A, AA or AAA) and degree of feasibility (with MediaWiki&amp;#039;s syntax and the burden it places on users).&lt;br /&gt;
&lt;br /&gt;
== Layout tables ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Statuts : under construction&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Bad example ===&lt;br /&gt;
From [http://en.wikipedia.org/w/index.php?title=S.M.A.R.T.&amp;amp;oldid=377897571#Known_ATA_S.M.A.R.T._attributes S.M.A.R.T.]. This layout table uses a table header &amp;lt;code&amp;gt;! Legend&amp;lt;/code&amp;gt;, which must be avoided in layout tables. Screen readers will interpret tables with a table header as data tables, thus layout tables must not contain table headers. Also, it uses a poorly contrasted icon without alt text.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! colspan = &amp;quot;4&amp;quot; | Legend&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;center&amp;gt;[[File:Green Arrow Up.svg|12px]] || &amp;lt;center&amp;gt;Higher raw value is better || &amp;lt;center&amp;gt;[[File:Green Arrow Down.svg|12px]] || &amp;lt;center&amp;gt;Lower raw value is better&lt;br /&gt;
|- style=&amp;quot;background:#ffa07a;&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:50%; &amp;quot;| &amp;lt;center&amp;gt;&amp;#039;&amp;#039;&amp;#039;Critical: red colored row&amp;#039;&amp;#039;&amp;#039; || colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:50%; background:#ffa07a;&amp;quot;| Potential indicators of imminent electromechanical failure&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Good example ===&lt;br /&gt;
In this example, the table header &amp;lt;code&amp;gt;! Legend&amp;lt;/code&amp;gt; has been replaced by a table cell &amp;lt;code&amp;gt;| Legend&amp;lt;/code&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
In addition : Icons with improved contrast, alt text and no link. The warning information given by the red row is now also textually provided by the warning icon thanks to &amp;lt;code&amp;gt;alt=warning&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto;&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:center;&amp;quot; | &amp;lt;strong&amp;gt;Legend&amp;lt;/strong&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Dark Green Arrow Up.svg|12px|center|link=|alt=Higher]]&lt;br /&gt;
| Higher raw value is better{{discuss}}&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Dark Green Arrow Down.svg|12px|center|link=||alt=Lower]] &lt;br /&gt;
| Lower raw value is better&lt;br /&gt;
|- &lt;br /&gt;
| style=&amp;quot;background:#ffa07a;&amp;quot; | [[File:Nuvola apps important.svg|40px|link=|alt=warning]]&lt;br /&gt;
| Potential indicators of imminent electromechanical failure&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Headings ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Statuts : under construction, needs translation&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Les titres de section permettent à tous les utilisateurs de percevoir et de comprendre la structure globale de la page. Les utilisateurs de lecteurs d&amp;#039;écran ou de loupe d&amp;#039;écran les utilisent pour explorer celle-ci et y naviguer rapidement. Ils doivent résumer avec concision le contenu de la section&amp;lt;ref group=&amp;quot;WCAG-TECH&amp;quot;&amp;gt;[http://www.w3.org/TR/2008/NOTE-WCAG20-TECHS-20081211/H42 {{lang|en|Using h1-h6 to identify headings}}], niveau d&amp;#039;accessibilité A&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Position of navigation templates ==&lt;br /&gt;
&amp;#039;Bonne pratique&amp;#039;&amp;#039;&amp;#039; :&amp;lt;/b&amp;gt; placer systématiquement les blocs de navigation (palettes, portails, autres projets, sections liens internes et externes) à la même position dans tous les articles.{{Fin cadre}}&lt;br /&gt;
&lt;br /&gt;
* priorité : moyenne&lt;br /&gt;
* difficulté : facile&lt;br /&gt;
&lt;br /&gt;
La position des éléments de navigation doit être prévisible pour les utilisateurs : il faut donc éviter de placer les blocs de navigation à des endroits différents selon les articles (parfois en début de contenu, parfois au milieu, parfois en fin de contenu). Quel que soit l&amp;#039;emplacement retenu (il est indifférent pour l&amp;#039;accessibilité), celui-ci doit être constant&amp;lt;ref group=&amp;quot;WCAG-TECH&amp;quot;&amp;gt;[http://www.w3.org/TR/2008/NOTE-WCAG20-TECHS-20081211/G61 {{lang|en|Presenting repeated components in the same relative order each time they appear}}], niveau d&amp;#039;accessibilité AA&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Remarque&amp;#039;&amp;#039;&amp;#039; : ce n&amp;#039;est pas la position à l&amp;#039;écran qui compte en matière d&amp;#039;accessibilité (à droite ou à gauche par exemple) mais la position dans l&amp;#039;ordre du code HTML (en début ou en fin du code de la zone de contenu de la page)&lt;br /&gt;
&lt;br /&gt;
== Colour ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Statuts : under construction&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Definition lists ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Statuts : under construction&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Lists ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Statuts : under construction&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Text ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Statuts : under construction&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
2 Texte des articles&lt;br /&gt;
2.1 Citations&lt;br /&gt;
2.2 Changements de langue&lt;br /&gt;
2.3 Termes techniques et usages rares d&amp;#039;un terme&lt;br /&gt;
2.4 Acronymes et abréviations&lt;br /&gt;
2.5 Attribut HTML title&lt;br /&gt;
2.6 Références à un contenu par sa position à l&amp;#039;écran&lt;br /&gt;
2.7 Recours aux symboles graphiques Unicode&lt;br /&gt;
2.8 Diagrammes et images en caractères ASCII (art ASCII)&lt;br /&gt;
2.8.1 Arborescences&lt;br /&gt;
&lt;br /&gt;
=== Other languages ===&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Statuts : under construction&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[http://www.w3.org/TR/UNDERSTANDING-WCAG20/meaning-other-lang-id.html Language of Parts: Understanding SC 3.1.2], WCAG 2.0.&lt;br /&gt;
&lt;br /&gt;
=== Citations ===&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Statuts : under construction&amp;#039;&amp;#039;&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== WCAG references ===&lt;br /&gt;
{{Reflist|group=&amp;quot;WCAG-TECH&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
[[Category:WikiProject Accessibility|Manual]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Waddie96</name></author>
	</entry>
</feed>