Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

edit: Add 2 applicability examples #346

Merged
merged 4 commits into from
Mar 28, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions act-rules-format.bs
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,19 @@ Even concepts like headings and images can be misunderstood. These terms could r
</blockquote>
</div>

<div class=example>
<p>**Example:** The applicability of a rule with the page as a test target</a></p>
<blockquote>
<p>The rule applies to any page where the document element is an `html` element, and the `html` element is rendered in a top-level context (i.e. the `html` element is not embedded in another page, such as through `iframe` or `object` elements). </p>
</blockquote>
</div>

<div class=example>
<p>**Example:** The applicability of a rule with a DOM attribute as a test target</a></p>
<blockquote>
<p>The rule applies to any `role` attribute that is specified on an HTML or SVG element.</p>
</blockquote>
</div>

### Applicability for Composite Rules ### {#applicability-composite}

Expand Down