Skip to content

Commit

Permalink
Add missing reflow content
Browse files Browse the repository at this point in the history
fixes #169
  • Loading branch information
yatil committed Jun 28, 2018
1 parent ed8a494 commit 4768ffe
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
19 changes: 18 additions & 1 deletion _data/wcag21.json
Original file line number Diff line number Diff line change
Expand Up @@ -3265,7 +3265,24 @@
],
"level":"AA",
"handle":"Reflow",
"title":"Content can be presented without loss of information or functionality, and without requiring scrolling in two dimensions for:"
"title":"Content can be presented without loss of information or functionality, and without requiring scrolling in two dimensions for:",
"details":[
{
"type":"ulist",
"items":[
{
"text":"Vertical scrolling content at a width equivalent to 320 CSS pixels;"
},
{
"text":"Horizontal scrolling content at a height equivalent to 256 CSS pixels;"
}
]
},
{
"type": "p",
"text":"Except for parts of the content which require two-dimensional layout for usage or meaning."
}
]
},
{
"id":"WCAG2:non-text-contrast",
Expand Down
3 changes: 3 additions & 0 deletions _includes/sc.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ <h4 id="qr-{{sc_id}}"><strong>{{ p }}.{{ g }}.{{ s }}</strong> <span>{{sc.handle
<hr>
<ol>{% for li in detail.items %}<li><p>{% if li.handle %}{% unless li.handle == "" %}<strong>{{li.handle}}:</strong> {% endunless %}{% endif %}{{li.text}}</p></li>{% endfor %}</ol>
{% endif%}
{% if detail.type == 'p' %}
<p>{{detail.text}}</p>
{% endif%}
{% endfor%}
</div>
<div class="understanding">
Expand Down

0 comments on commit 4768ffe

Please sign in to comment.