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

Update F87 #1034

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions techniques/failures/F87.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<p>All technologies that support CSS.</p>
</section><section id="description"><h2>Description</h2>
<p>The CSS :before and :after pseudo-elements specify the location of content before and after an element's document tree content. The content property, in conjunction with these pseudo-elements, specifies what is inserted. For users who need to customize style information in order to view content according to their needs, they may not be able to access the information that is inserted using CSS. Therefore, it is a failure to use these properties to insert non-decorative content.</p>
<p class="note">A common way to test this critieria is to disable CSS styles to view whether content added using pseudo-elements remains visible.</p>
<p class="note">A common way to test this critieria is to disable CSS styles to view whether the page contains content added using pseudo-elements because these are then no longer displayed.</p>

</section><section id="examples"><h2>Examples</h2>
<section class="example">
Expand Down Expand Up @@ -46,7 +46,7 @@
<section class="procedure"><h3>Procedure</h3>
<p>For each instance of content inserted through use of the :before and :after pseudo-elements and the content property:</p>
<ol>
<li>Check that non-decorative information presented by the generated content is available when styles are overridden.</li>
<li>Check that all non-decorative information is available when CSS is disabled.</li>
</ol>
</section>
<section class="results"><h3>Expected Results</h3>
Expand Down