diff --git a/techniques/failures/F52.html b/techniques/failures/F52.html index 1a5d41d78d..8ac67caca3 100644 --- a/techniques/failures/F52.html +++ b/techniques/failures/F52.html @@ -1,4 +1,4 @@ -
Applies when scripting is used to open new windows.
Some Web sites open a new window when a page is loaded, to advertise a @@ -41,4 +41,4 @@
applet
element is obsolete.
+obsoleteMessage: |
+ The Java-specific applet
element is
+ obsolete in the HTML Living Standard.
+ Use embed
or object
instead.
obsoleteSince: 20
---
applet
elements longdesc
attribute is obsolete and not widely supported.
+obsoleteMessage: |
+ The longdesc
attribute is
+ obsolete in the HTML Living Standard,
+ and was never widely supported.
+ Use an a
element or an image map to link to the description.
obsoleteSince: 20
---
noembed
is obsolete. Use object
instead when fallback is necessary.
+obsoleteMessage: |
+ noembed
is
+ obsolete in the HTML Living Standard.
+ Use object
instead when fallback is necessary.
obsoleteSince: 20
---
prev
and next
typically have no effect on browser navigation controls.
+obsoleteMessage: prev
and next
typically have no effect on browser navigation controls.
obsoleteSince: 20
---
diff --git a/techniques/html/H70.html b/techniques/html/H70.html
index b8ca99df01..5646c8ec0d 100644
--- a/techniques/html/H70.html
+++ b/techniques/html/H70.html
@@ -1,5 +1,9 @@
---
-obsoleteMessage: The frameset
and frame
elements are obsolete.
+obsoleteMessage: |
+ The frameset
and frame
elements are
+ obsolete in the HTML Living Standard.
+ Either use iframe
and CSS instead,
+ or use server-side includes to generate complete pages with the various invariant parts merged in.
obsoleteSince: 20
---
summary
attribute is obsolete as of HTML5.
+obsoleteMessage: |
+ The summary
attribute is
+ obsolete in the HTML Living Standard.
+ Use one of the techniques for describing tables instead.
obsoleteSince: 20
---
The intent of this Success Criterion is to encourage authors, who are using technologies which are capable of achieving their desired default visual presentation, to enable people who require a particular visual presentation of text to be able to adjust the text presentation as needed. This includes people who require the text in a particular font size, foreground and background color, font family, line spacing or alignment.
- +If authors can use text to achieve the same visual effect, they should present the information as text rather than using an image. If for any reason, the author cannot format the text to get the same effect, the effect won't be reliably presented @@ -40,52 +39,43 @@
Images of text can also be used where it is possible for users to customize the image of text to match their requirements.
- -The definition of image of text contains the note: Note: This does not include text that is part of a picture that contains significant + +
The definition of images of text contains the note: This does not include text that is part of a picture that contains significant other visual content. Examples of such pictures include graphs, screenshots, and diagrams which visually convey important information through more than just text.
- + +The Success Criterion is intended to address situations where images of text are used rather than text. Where images of text are used in addition to text to convey the same information, and where both are presented to the user, this Success Criterion is met. This allows authors to convey content using any styling they desire, while also presenting the information in text, which can then be manipulated by users to make it more distinguishable. This is in contrast to 1.4.9 Images of Text (No Exception), which applies to all images of text, regardless of whether or not they are used in addition to text.
+Techniques for satisfying this Success Criterion are the same as those for Success Criterion 1.4.9, except that they only need to apply if the visual presentation can be achieved with the technologies that the author is using. For Success Criterion 1.4.9, the sufficient techniques would be applied only when the user can customize - the output. -
- -See also - 1.4.9: Images of Text (No Exception). + the output.
- - + +See also 1.4.9 Images of Text (No Exception).
+