Update component templates for accessibility and content

This commit is contained in:
Mark Hoeber
2015-04-17 10:10:08 -04:00
parent 4a4c3c56de
commit 356b10c271
15 changed files with 594 additions and 418 deletions

View File

@@ -55,9 +55,9 @@ def see_a_multi_step_component(step, category):
if category == 'HTML':
html_matcher = {
'Text': '\n \n',
'Announcement': '<p> Words of encouragement! This is a short note that most students will read. </p>',
'Announcement': '<h3>Announcement Date</h3>',
'Zooming Image Tool': '<h2>Zooming Image Tool</h2>',
'E-text Written in LaTeX': '<h2>Example: E-text page</h2>',
'E-text Written in LaTeX': '<h3>Example: E-text page</h3>',
'Raw HTML': '<p>This template is similar to the Text template. The only difference is',
}
actual_html = world.css_html(selector, index=idx)