Code to add to WCAG 2.1

Hi FolksAs promised , here is the blank code to add to 2.1 in your branch
 
<section class="sc">
<h4></h4>
<p class="conformance-level"></p>
<p></p>
</section>




You fill it in with the short name as the heading, and the text of the SC in the paragraph 
For example I added one on interruptions


        <section class="sc">
 <h4>Interruptions (minimum)</h4>
 <p class="conformance-level">AA</p>
 <p>There is an easily available mechanism to postpone and suppress interruptions and changes in content unless they are initiated by the user or involve anֲ emergency.</p>
 </section>


Also you add the new glossary terms to the glossary section


        



All the best

Lisa Seeman

LinkedIn, Twitter

Received on Monday, 30 January 2017 22:13:11 UTC