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 @@ -Failure of Success Criterion 3.2.1 and 3.2.5 due to opening a new window as soon as a new page is loaded

Failure of Success Criterion 3.2.1 and 3.2.5 due to opening a new window as soon as a new page is loaded

ID: F52

Technology: failures

Type: Failure

When to Use

+Failure of Success Criterion 3.2.5 due to opening a new window as soon as a new page is loaded

Failure of Success Criterion 3.2.5 due to opening a new window as soon as a new page is loaded

ID: F52

Technology: failures

Type: Failure

When to Use

Applies when scripting is used to open new windows.

Description

Some Web sites open a new window when a page is loaded, to advertise a @@ -41,4 +41,4 @@

example commonly used to open new windows when pages are loaded

Resources

- \ No newline at end of file + diff --git a/techniques/general/G10.html b/techniques/general/G10.html index bc7c3a7ac7..2e8b19ab8a 100644 --- a/techniques/general/G10.html +++ b/techniques/general/G10.html @@ -31,12 +31,6 @@ Using the Java swing classes they are able to create an interface component that exposes its name and role, is able to be set by AT and alerts AT to any updates. -
  • A Web page uses an original ActiveX control that is - written in the C++ programming language. The control is written to - explicitly support the Microsoft Active Accessibility (MSAA) API to - expose information about accept commands. The control then interacts - directly with assistive technology running the user agent on systems - that support MSAA.
  • Tests

    Procedure

    diff --git a/techniques/html/H35.html b/techniques/html/H35.html index ac1365cabb..6af96accd7 100644 --- a/techniques/html/H35.html +++ b/techniques/html/H35.html @@ -1,5 +1,8 @@ --- -obsoleteMessage: The Java-specific applet element is obsolete. +obsoleteMessage: | + The Java-specific applet element is + obsolete in the HTML Living Standard. + Use embed or object instead. obsoleteSince: 20 --- Providing text alternatives on applet elements

    Providing text alternatives on applet elements

    ID: H35

    Technology: html

    Type: Technique

    When to Use

    diff --git a/techniques/html/H45.html b/techniques/html/H45.html index d1a5710b77..5ba88c0615 100644 --- a/techniques/html/H45.html +++ b/techniques/html/H45.html @@ -1,5 +1,9 @@ --- -obsoleteMessage: The 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 --- Using longdesc

    Using longdesc

    ID: H45

    Technology: html

    Type: Technique

    When to Use

    diff --git a/techniques/html/H46.html b/techniques/html/H46.html index 63e9ce92df..c1fdc86f0b 100644 --- a/techniques/html/H46.html +++ b/techniques/html/H46.html @@ -1,5 +1,8 @@ --- -obsoleteMessage: 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 --- Using noembed with embed diff --git a/techniques/html/H59.html b/techniques/html/H59.html index ac82bda502..2cbe03f493 100644 --- a/techniques/html/H59.html +++ b/techniques/html/H59.html @@ -1,5 +1,5 @@ --- -obsoleteMessage: <code class="att">prev</code> and <code class="att">next</code> typically have no effect on browser navigation controls. +obsoleteMessage: <code>prev</code> and <code>next</code> typically have no effect on browser navigation controls. obsoleteSince: 20 --- <!DOCTYPE html> 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 <code class="el">frameset</code> and <code class="el">frame</code> elements are obsolete. +obsoleteMessage: | + The <code>frameset</code> and <code>frame</code> elements are + <a href="https://html.spec.whatwg.org/multipage/obsolete.html#non-conforming-features:frameset">obsolete in the HTML Living Standard</a>. + Either use <code>iframe</code> and CSS instead, + or use server-side includes to generate complete pages with the various invariant parts merged in. obsoleteSince: 20 --- <!DOCTYPE html><html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"><head><title>Using frame elements to group blocks of repeated material

    Using frame elements to group blocks of repeated material

    ID: H70

    Technology: html

    Type: Technique

    When to Use

    diff --git a/techniques/html/H73.html b/techniques/html/H73.html index 7f8aeb9626..7d7d3412ec 100644 --- a/techniques/html/H73.html +++ b/techniques/html/H73.html @@ -1,5 +1,8 @@ --- -obsoleteMessage: The 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 --- Using the summary attribute of the table element to give an overview of data diff --git a/understanding/20/images-of-text.html b/understanding/20/images-of-text.html index ce11a97a41..9096c2bba3 100644 --- a/understanding/20/images-of-text.html +++ b/understanding/20/images-of-text.html @@ -1,34 +1,33 @@ <!DOCTYPE html> <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> - <meta charset="UTF-8"></meta> + <meta charset="UTF-8"/> <title>Understanding Images of Text

    Understanding Images of Text

    - +

    In brief

    Goal
    Users can adjust how text is presented.
    What to do
    Use text instead of pictures of text.
    -
    Why it's important
    People cannot alter how text looks in images.
    +
    Why it's important
    People cannot alter how text looks in images.
    - +

    Intent of Images of Text

    - - +

    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 @@

    Intent of Images of Text

    widely deployed or which the author doesn't have the right to redistribute, or to ensure that the text would be anti-aliased on all user agents.

    - +

    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).

    +

    Benefits of Images of Text

    - -
      -
    • People with low vision (who may have trouble reading the text with the authored font family, size and/or color).
    • -
    • People with visual tracking problems (who may have trouble reading the text with the authored line spacing and/or alignment).
    • -
    • People with cognitive disabilities that affect reading.
    • -
    -
    - +

    Examples of Images of Text

    -
    Styled Headings
    Rather than using bitmap images to present headings in a specific font and size, an @@ -130,139 +120,54 @@

    Examples of Images of Text

    Customizable font settings in images of text
    A Web site allows users to specify font settings and all images of text on the site are then provided based on those settings.
    +
    The text in an image is also provided as text.
    +
    A user has to upload an event poster image, which includes text, to their website's events + calendar. The site's CMS (content management system) is limited, and won't allow them to create + a custom HTML/CSS/SVG recreation of the poster. However, in addition to the image, they can add + regular text to the calendar entry, so they post both the poster and the text contained in the image. + This text is shown next to the poster image on the site's calendar page.
    -
    - +

    Resources for Images of Text

    - - -
    - +

    Techniques for Images of Text

    - -

    Sufficient Techniques for Images of Text

    - - -
    - +

    Additional Techniques (Advisory) for Images of Text

    - -
    -

    CSS Techniques

    - -
    -
    - +

    Failures for Images of Text

    - -
    -
    - diff --git a/understanding/20/info-and-relationships.html b/understanding/20/info-and-relationships.html index a70e2520d6..04aaeacb66 100644 --- a/understanding/20/info-and-relationships.html +++ b/understanding/20/info-and-relationships.html @@ -575,7 +575,9 @@

    Failures for Info and Relationships

    - +
  • + +
  • diff --git a/understanding/20/name-role-value.html b/understanding/20/name-role-value.html index 8629273f72..94cf35f6fd 100644 --- a/understanding/20/name-role-value.html +++ b/understanding/20/name-role-value.html @@ -207,6 +207,9 @@

    Failures for Name, Role, Value

  • +
  • + +