diff --git a/techniques/css/C18.html b/techniques/css/C18.html index 4fd17d0875..6cb35c732f 100644 --- a/techniques/css/C18.html +++ b/techniques/css/C18.html @@ -53,10 +53,10 @@

Tests

Resources

diff --git a/techniques/css/C22.html b/techniques/css/C22.html index 1952287a56..2bc667de8b 100644 --- a/techniques/css/C22.html +++ b/techniques/css/C22.html @@ -314,6 +314,21 @@

Resources

  • CSS2.1 Specification
  • +
  • + CSS Fonts Module Level 3 +
  • +
  • + CSS Color Module Level 4 +
  • +
  • + CSS Text Module Level 3 +
  • +
  • + CSS Backgrounds and Borders Module Level 3 +
  • +
  • + Selectors Level 3 +
  • Learning CSS
  • diff --git a/techniques/failures/F1.html b/techniques/failures/F1.html index 3bd1ff6162..765be98867 100644 --- a/techniques/failures/F1.html +++ b/techniques/failures/F1.html @@ -6,7 +6,7 @@

    This describes the failure condition that results when CSS, rather than structural markup, is used to modify the visual layout of the content, and the modified layout changes the meaning of the content. Using the - positioning properties of CSS2, content may be displayed at any position on + positioning properties of CSS, content may be displayed at any position on the user's viewport. The order in which items appear on a screen may be different than the order they are found in the source document. Assistive technologies rely on the source code or other programmatically determined diff --git a/techniques/failures/F24.html b/techniques/failures/F24.html index 053c81373b..a99be50a3a 100644 --- a/techniques/failures/F24.html +++ b/techniques/failures/F24.html @@ -100,8 +100,8 @@

    Specifying foreground color of link text with CSS

    \ No newline at end of file diff --git a/techniques/failures/F4.html b/techniques/failures/F4.html index 8905320001..bd9979b812 100644 --- a/techniques/failures/F4.html +++ b/techniques/failures/F4.html @@ -50,7 +50,7 @@

    Related Techniques

    Resources

    diff --git a/techniques/failures/F58.html b/techniques/failures/F58.html index 4a80faa6d1..3d78e73be5 100644 --- a/techniques/failures/F58.html +++ b/techniques/failures/F58.html @@ -56,13 +56,7 @@ diff --git a/techniques/failures/F77.html b/techniques/failures/F77.html index 7d69288edc..a40cc65e83 100644 --- a/techniques/failures/F77.html +++ b/techniques/failures/F77.html @@ -40,7 +40,7 @@

    Resources

    diff --git a/techniques/general/G112.html b/techniques/general/G112.html index 3f1a561fd8..4f6104a37a 100644 --- a/techniques/general/G112.html +++ b/techniques/general/G112.html @@ -19,7 +19,7 @@

    Driver

    W3C key words

    Definition: The key words "must", "must not", "required", "shall", "shall not", "should", "should not", "recommended", "may", and "optional" in this specification are to be interpreted as described in - RFC 2119.

    + RFC 2119.

    diff --git a/techniques/general/G138.html b/techniques/general/G138.html index cb881a17b0..f3eaabcfcb 100644 --- a/techniques/general/G138.html +++ b/techniques/general/G138.html @@ -34,11 +34,8 @@

    Color and strong emphasis for required form fields

    Screen Readers lack emphasis
  • - Phrase elements: EM, STRONG, DFN, CODE, SAMP, KBD, VAR, CITE, ABBR, and ACRONYM -
  • -
  • - HTML 5.0: 4.5.2 The em element -
  • + HTML: 4.5 Text-level semantics +
    \ No newline at end of file diff --git a/techniques/general/G204.html b/techniques/general/G204.html index 67998514dc..0c38405e2c 100644 --- a/techniques/general/G204.html +++ b/techniques/general/G204.html @@ -29,8 +29,8 @@ \ No newline at end of file diff --git a/techniques/html/H57.html b/techniques/html/H57.html index eca88a109e..8801c4164f 100644 --- a/techniques/html/H57.html +++ b/techniques/html/H57.html @@ -52,7 +52,7 @@

    Procedure

    Examine the html element of the document.

    1. Check that the html element has a lang attribute.
    2. -
    3. Check that the value of the lang attribute conforms to BCP 47: Tags for the Identification of Languages or its successor and reflects the primary language used by the Web page.
    4. +
    5. Check that the value of the lang attribute conforms to BCP 47: Tags for Identifying Languages; Matching of Language Tags or its successor and reflects the primary language used by the Web page.
    @@ -78,7 +78,7 @@

    Resources

    HTML "lang" attribute on the Mozilla Developer Network.
  • - BCP 47: Tags for the Identification of Languages. + BCP 47: Tags for Identifying Languages; Matching of Language Tags.
  • Language tags in HTML and XML. diff --git a/techniques/html/H58.html b/techniques/html/H58.html index d68269db50..a620127d66 100644 --- a/techniques/html/H58.html +++ b/techniques/html/H58.html @@ -50,7 +50,7 @@

    Procedure

    For each lang attribute in the document:

      -
    1. Check that the value of the lang attribute conforms to BCP 47: Tags for the Identification of Languages or its successor.
    2. +
    3. Check that the value of the lang attribute conforms to BCP 47: Tags for Identifying Languages; Matching of Language Tags or its successor.
    4. Check that the language code matches the language of the content it applies to.
  • @@ -77,7 +77,7 @@

    Resources

    HTML "lang" attribute on the Mozilla Developer Network.
  • - BCP 47: Tags for the Identification of Languages. + BCP 47: Tags for Identifying Languages; Matching of Language Tags.
  • Language tags in HTML and XML. diff --git a/techniques/server-side-script/SVR1.html b/techniques/server-side-script/SVR1.html index 8e0671ccd4..0193eccd9f 100644 --- a/techniques/server-side-script/SVR1.html +++ b/techniques/server-side-script/SVR1.html @@ -112,7 +112,7 @@

    Resources

    Use standard redirects: do not break the back button! (W3C QA Tip).
  • - HTTP/1.1 Status Code Definitions: Redirection 3xx. + RFC 9110: HTTP Semantics 15.4. Redirection 3xx.
  • Interface javax.servlet.http.HttpServletResponse in