From 9bfa5576baab409de19fb3e464a4da7b03570c39 Mon Sep 17 00:00:00 2001 From: Florian Rivoal Date: Fri, 27 Feb 2026 18:38:01 +0900 Subject: [PATCH 01/18] Import tests for html ruby extensions These cover: * permutations of the allowed syntax for ruby base markup (with or without rb, interleaved and tabular markup) * usage of rt alone, rtc alone, and rt with rtc, and variants where (some) rt are implied * spanning annotations using rtc * multi-level ruby using rtc (both spanning and non-spanning) * the presence of rp, and the lack of interference with segmentation and pairing, not only when rp respect the content model, but even when it doesn't * inter-element spaces not interferring with segmentation and pairing See the README for some more info on the approach followed. --- html-ruby-extensions/README.md | 46 ++++++++++++++++ html-ruby-extensions/html-ruby-001.html | 44 ++++++++++++++++ html-ruby-extensions/html-ruby-002.html | 45 ++++++++++++++++ html-ruby-extensions/html-ruby-003.html | 44 ++++++++++++++++ html-ruby-extensions/html-ruby-004.html | 45 ++++++++++++++++ html-ruby-extensions/html-ruby-005.html | 45 ++++++++++++++++ html-ruby-extensions/html-ruby-006.html | 45 ++++++++++++++++ html-ruby-extensions/html-ruby-007.html | 45 ++++++++++++++++ html-ruby-extensions/html-ruby-008.html | 50 ++++++++++++++++++ html-ruby-extensions/html-ruby-009.html | 50 ++++++++++++++++++ html-ruby-extensions/html-ruby-010.html | 45 ++++++++++++++++ html-ruby-extensions/html-ruby-011.html | 45 ++++++++++++++++ html-ruby-extensions/html-ruby-012.html | 32 ++++++++++++ html-ruby-extensions/html-ruby-013.html | 48 +++++++++++++++++ html-ruby-extensions/html-ruby-101.html | 45 ++++++++++++++++ html-ruby-extensions/html-ruby-102.html | 46 ++++++++++++++++ html-ruby-extensions/html-ruby-103.html | 45 ++++++++++++++++ html-ruby-extensions/html-ruby-104.html | 46 ++++++++++++++++ html-ruby-extensions/html-ruby-105.html | 46 ++++++++++++++++ html-ruby-extensions/html-ruby-106.html | 46 ++++++++++++++++ html-ruby-extensions/html-ruby-107.html | 46 ++++++++++++++++ html-ruby-extensions/html-ruby-108.html | 51 ++++++++++++++++++ html-ruby-extensions/html-ruby-109.html | 51 ++++++++++++++++++ html-ruby-extensions/html-ruby-110.html | 46 ++++++++++++++++ html-ruby-extensions/html-ruby-111.html | 46 ++++++++++++++++ html-ruby-extensions/html-ruby-112.html | 33 ++++++++++++ html-ruby-extensions/html-ruby-201.html | 46 ++++++++++++++++ html-ruby-extensions/html-ruby-202.html | 47 +++++++++++++++++ html-ruby-extensions/html-ruby-203.html | 46 ++++++++++++++++ html-ruby-extensions/html-ruby-204.html | 47 +++++++++++++++++ html-ruby-extensions/html-ruby-205.html | 47 +++++++++++++++++ html-ruby-extensions/html-ruby-206.html | 47 +++++++++++++++++ html-ruby-extensions/html-ruby-207.html | 47 +++++++++++++++++ html-ruby-extensions/html-ruby-208.html | 51 ++++++++++++++++++ html-ruby-extensions/html-ruby-209.html | 51 ++++++++++++++++++ html-ruby-extensions/html-ruby-210.html | 46 ++++++++++++++++ html-ruby-extensions/html-ruby-211.html | 46 ++++++++++++++++ html-ruby-extensions/html-ruby-212.html | 33 ++++++++++++ html-ruby-extensions/html-ruby-301.html | 44 ++++++++++++++++ html-ruby-extensions/html-ruby-302.html | 45 ++++++++++++++++ html-ruby-extensions/html-ruby-303.html | 44 ++++++++++++++++ html-ruby-extensions/html-ruby-304.html | 45 ++++++++++++++++ html-ruby-extensions/html-ruby-305.html | 46 ++++++++++++++++ html-ruby-extensions/html-ruby-306.html | 46 ++++++++++++++++ html-ruby-extensions/html-ruby-307.html | 46 ++++++++++++++++ html-ruby-extensions/html-ruby-308.html | 51 ++++++++++++++++++ html-ruby-extensions/html-ruby-309.html | 51 ++++++++++++++++++ html-ruby-extensions/html-ruby-310.html | 46 ++++++++++++++++ html-ruby-extensions/html-ruby-311.html | 45 ++++++++++++++++ html-ruby-extensions/html-ruby-312.html | 32 ++++++++++++ html-ruby-extensions/html-ruby-313.html | 45 ++++++++++++++++ html-ruby-extensions/html-ruby-314.html | 46 ++++++++++++++++ html-ruby-extensions/html-ruby-315.html | 45 ++++++++++++++++ html-ruby-extensions/html-ruby-316.html | 46 ++++++++++++++++ html-ruby-extensions/html-ruby-401.html | 45 ++++++++++++++++ html-ruby-extensions/html-ruby-402.html | 46 ++++++++++++++++ html-ruby-extensions/html-ruby-403.html | 45 ++++++++++++++++ html-ruby-extensions/html-ruby-404.html | 46 ++++++++++++++++ html-ruby-extensions/html-ruby-405.html | 47 +++++++++++++++++ html-ruby-extensions/html-ruby-406.html | 47 +++++++++++++++++ html-ruby-extensions/html-ruby-407.html | 47 +++++++++++++++++ html-ruby-extensions/html-ruby-408.html | 52 +++++++++++++++++++ html-ruby-extensions/html-ruby-409.html | 52 +++++++++++++++++++ html-ruby-extensions/html-ruby-410.html | 47 +++++++++++++++++ html-ruby-extensions/html-ruby-411.html | 46 ++++++++++++++++ html-ruby-extensions/html-ruby-412.html | 33 ++++++++++++ html-ruby-extensions/html-ruby-413.html | 46 ++++++++++++++++ html-ruby-extensions/html-ruby-414.html | 47 +++++++++++++++++ html-ruby-extensions/html-ruby-415.html | 46 ++++++++++++++++ html-ruby-extensions/html-ruby-416.html | 47 +++++++++++++++++ html-ruby-extensions/html-ruby-501.html | 32 ++++++++++++ html-ruby-extensions/html-ruby-502.html | 43 +++++++++++++++ html-ruby-extensions/html-ruby-503.html | 47 +++++++++++++++++ html-ruby-extensions/html-ruby-601.html | 33 ++++++++++++ html-ruby-extensions/html-ruby-602.html | 44 ++++++++++++++++ html-ruby-extensions/html-ruby-603.html | 48 +++++++++++++++++ .../reference/html-ruby-001-a-ref.html | 32 ++++++++++++ .../reference/html-ruby-001-b-ref.html | 32 ++++++++++++ .../reference/html-ruby-001-c-ref.html | 33 ++++++++++++ .../reference/html-ruby-001-d-ref.html | 33 ++++++++++++ .../reference/html-ruby-001-e-ref.html | 32 ++++++++++++ .../reference/html-ruby-001-f-ref.html | 32 ++++++++++++ .../reference/html-ruby-001-g-ref.html | 33 ++++++++++++ .../reference/html-ruby-001-y-ref.html | 32 ++++++++++++ .../reference/html-ruby-001-z-ref.html | 31 +++++++++++ .../reference/html-ruby-008-a-ref.html | 34 ++++++++++++ .../reference/html-ruby-008-b-ref.html | 34 ++++++++++++ .../reference/html-ruby-008-c-ref.html | 35 +++++++++++++ .../reference/html-ruby-008-d-ref.html | 35 +++++++++++++ .../reference/html-ruby-008-e-ref.html | 34 ++++++++++++ .../reference/html-ruby-008-f-ref.html | 34 ++++++++++++ .../reference/html-ruby-008-g-ref.html | 35 +++++++++++++ .../reference/html-ruby-008-h-ref.html | 34 ++++++++++++ .../reference/html-ruby-008-i-ref.html | 35 +++++++++++++ .../reference/html-ruby-008-y-ref.html | 34 ++++++++++++ .../reference/html-ruby-008-z-ref.html | 33 ++++++++++++ .../reference/html-ruby-010-a-ref.html | 32 ++++++++++++ .../reference/html-ruby-010-b-ref.html | 32 ++++++++++++ .../reference/html-ruby-010-c-ref.html | 33 ++++++++++++ .../reference/html-ruby-010-d-ref.html | 33 ++++++++++++ .../reference/html-ruby-010-e-ref.html | 32 ++++++++++++ .../reference/html-ruby-010-f-ref.html | 32 ++++++++++++ .../reference/html-ruby-010-y-ref.html | 32 ++++++++++++ .../reference/html-ruby-010-z-ref.html | 31 +++++++++++ .../reference/html-ruby-012-a-ref.html | 20 +++++++ .../reference/html-ruby-012-b-ref.html | 20 +++++++ .../reference/html-ruby-012-c-ref.html | 23 ++++++++ .../reference/html-ruby-012-d-ref.html | 23 ++++++++ .../reference/html-ruby-012-e-ref.html | 20 +++++++ .../reference/html-ruby-012-y-ref.html | 20 +++++++ .../reference/html-ruby-012-z-ref.html | 19 +++++++ .../reference/html-ruby-013-a-ref.html | 32 ++++++++++++ .../reference/html-ruby-013-b-ref.html | 32 ++++++++++++ .../reference/html-ruby-013-c-ref.html | 33 ++++++++++++ .../reference/html-ruby-013-d-ref.html | 32 ++++++++++++ .../reference/html-ruby-013-e-ref.html | 32 ++++++++++++ .../reference/html-ruby-013-f-ref.html | 33 ++++++++++++ .../reference/html-ruby-013-y-ref.html | 32 ++++++++++++ .../reference/html-ruby-501-a-ref.html | 20 +++++++ .../reference/html-ruby-501-b-ref.html | 20 +++++++ .../reference/html-ruby-501-c-ref.html | 23 ++++++++ .../reference/html-ruby-501-d-ref.html | 23 ++++++++ .../reference/html-ruby-501-e-ref.html | 20 +++++++ .../reference/html-ruby-501-y-ref.html | 20 +++++++ .../reference/html-ruby-501-z-ref.html | 19 +++++++ .../reference/html-ruby-502-a-ref.html | 30 +++++++++++ .../reference/html-ruby-502-b-ref.html | 31 +++++++++++ .../reference/html-ruby-502-c-ref.html | 30 +++++++++++ .../reference/html-ruby-502-d-ref.html | 30 +++++++++++ .../reference/html-ruby-502-e-ref.html | 31 +++++++++++ .../reference/html-ruby-502-y-ref.html | 30 +++++++++++ .../reference/html-ruby-502-z-ref.html | 29 +++++++++++ .../reference/html-ruby-503-a-ref.html | 34 ++++++++++++ .../reference/html-ruby-503-b-ref.html | 35 +++++++++++++ .../reference/html-ruby-503-c-ref.html | 34 ++++++++++++ .../reference/html-ruby-503-d-ref.html | 34 ++++++++++++ .../reference/html-ruby-503-e-ref.html | 35 +++++++++++++ .../reference/html-ruby-503-y-ref.html | 34 ++++++++++++ .../reference/html-ruby-503-z-ref.html | 33 ++++++++++++ 139 files changed, 5329 insertions(+) create mode 100644 html-ruby-extensions/README.md create mode 100644 html-ruby-extensions/html-ruby-001.html create mode 100644 html-ruby-extensions/html-ruby-002.html create mode 100644 html-ruby-extensions/html-ruby-003.html create mode 100644 html-ruby-extensions/html-ruby-004.html create mode 100644 html-ruby-extensions/html-ruby-005.html create mode 100644 html-ruby-extensions/html-ruby-006.html create mode 100644 html-ruby-extensions/html-ruby-007.html create mode 100644 html-ruby-extensions/html-ruby-008.html create mode 100644 html-ruby-extensions/html-ruby-009.html create mode 100644 html-ruby-extensions/html-ruby-010.html create mode 100644 html-ruby-extensions/html-ruby-011.html create mode 100644 html-ruby-extensions/html-ruby-012.html create mode 100644 html-ruby-extensions/html-ruby-013.html create mode 100644 html-ruby-extensions/html-ruby-101.html create mode 100644 html-ruby-extensions/html-ruby-102.html create mode 100644 html-ruby-extensions/html-ruby-103.html create mode 100644 html-ruby-extensions/html-ruby-104.html create mode 100644 html-ruby-extensions/html-ruby-105.html create mode 100644 html-ruby-extensions/html-ruby-106.html create mode 100644 html-ruby-extensions/html-ruby-107.html create mode 100644 html-ruby-extensions/html-ruby-108.html create mode 100644 html-ruby-extensions/html-ruby-109.html create mode 100644 html-ruby-extensions/html-ruby-110.html create mode 100644 html-ruby-extensions/html-ruby-111.html create mode 100644 html-ruby-extensions/html-ruby-112.html create mode 100644 html-ruby-extensions/html-ruby-201.html create mode 100644 html-ruby-extensions/html-ruby-202.html create mode 100644 html-ruby-extensions/html-ruby-203.html create mode 100644 html-ruby-extensions/html-ruby-204.html create mode 100644 html-ruby-extensions/html-ruby-205.html create mode 100644 html-ruby-extensions/html-ruby-206.html create mode 100644 html-ruby-extensions/html-ruby-207.html create mode 100644 html-ruby-extensions/html-ruby-208.html create mode 100644 html-ruby-extensions/html-ruby-209.html create mode 100644 html-ruby-extensions/html-ruby-210.html create mode 100644 html-ruby-extensions/html-ruby-211.html create mode 100644 html-ruby-extensions/html-ruby-212.html create mode 100644 html-ruby-extensions/html-ruby-301.html create mode 100644 html-ruby-extensions/html-ruby-302.html create mode 100644 html-ruby-extensions/html-ruby-303.html create mode 100644 html-ruby-extensions/html-ruby-304.html create mode 100644 html-ruby-extensions/html-ruby-305.html create mode 100644 html-ruby-extensions/html-ruby-306.html create mode 100644 html-ruby-extensions/html-ruby-307.html create mode 100644 html-ruby-extensions/html-ruby-308.html create mode 100644 html-ruby-extensions/html-ruby-309.html create mode 100644 html-ruby-extensions/html-ruby-310.html create mode 100644 html-ruby-extensions/html-ruby-311.html create mode 100644 html-ruby-extensions/html-ruby-312.html create mode 100644 html-ruby-extensions/html-ruby-313.html create mode 100644 html-ruby-extensions/html-ruby-314.html create mode 100644 html-ruby-extensions/html-ruby-315.html create mode 100644 html-ruby-extensions/html-ruby-316.html create mode 100644 html-ruby-extensions/html-ruby-401.html create mode 100644 html-ruby-extensions/html-ruby-402.html create mode 100644 html-ruby-extensions/html-ruby-403.html create mode 100644 html-ruby-extensions/html-ruby-404.html create mode 100644 html-ruby-extensions/html-ruby-405.html create mode 100644 html-ruby-extensions/html-ruby-406.html create mode 100644 html-ruby-extensions/html-ruby-407.html create mode 100644 html-ruby-extensions/html-ruby-408.html create mode 100644 html-ruby-extensions/html-ruby-409.html create mode 100644 html-ruby-extensions/html-ruby-410.html create mode 100644 html-ruby-extensions/html-ruby-411.html create mode 100644 html-ruby-extensions/html-ruby-412.html create mode 100644 html-ruby-extensions/html-ruby-413.html create mode 100644 html-ruby-extensions/html-ruby-414.html create mode 100644 html-ruby-extensions/html-ruby-415.html create mode 100644 html-ruby-extensions/html-ruby-416.html create mode 100644 html-ruby-extensions/html-ruby-501.html create mode 100644 html-ruby-extensions/html-ruby-502.html create mode 100644 html-ruby-extensions/html-ruby-503.html create mode 100644 html-ruby-extensions/html-ruby-601.html create mode 100644 html-ruby-extensions/html-ruby-602.html create mode 100644 html-ruby-extensions/html-ruby-603.html create mode 100644 html-ruby-extensions/reference/html-ruby-001-a-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-001-b-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-001-c-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-001-d-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-001-e-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-001-f-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-001-g-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-001-y-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-001-z-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-008-a-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-008-b-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-008-c-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-008-d-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-008-e-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-008-f-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-008-g-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-008-h-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-008-i-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-008-y-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-008-z-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-010-a-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-010-b-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-010-c-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-010-d-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-010-e-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-010-f-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-010-y-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-010-z-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-012-a-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-012-b-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-012-c-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-012-d-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-012-e-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-012-y-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-012-z-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-013-a-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-013-b-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-013-c-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-013-d-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-013-e-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-013-f-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-013-y-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-501-a-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-501-b-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-501-c-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-501-d-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-501-e-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-501-y-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-501-z-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-502-a-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-502-b-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-502-c-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-502-d-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-502-e-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-502-y-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-502-z-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-503-a-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-503-b-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-503-c-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-503-d-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-503-e-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-503-y-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-503-z-ref.html diff --git a/html-ruby-extensions/README.md b/html-ruby-extensions/README.md new file mode 100644 index 00000000000000..3a87ae944a19c7 --- /dev/null +++ b/html-ruby-extensions/README.md @@ -0,0 +1,46 @@ +# Tests for HTML Ruby Markup extensions + +Specification: https://www.w3.org/TR/html-ruby-extensions/ + +These tests are hard to write reliably, +because without relying on a styling mechanism (which should be tested separately), +there's no prescribed rendering, +yet the rendering is how we can tell whether the markup did the right thing: +ruby must be segmented correctly, +and the correct ruby annotation must be paired with the correct base. +That is something you can tell visually. + +The approach taken here follows the same logic +as the pre-existing html/semantics/text-level-semantics/the-ruby-element/ruby-usage.html: +use a mismatch ref-test against what the rendering is likely to be +if the browser didn't do anything, or did the wrong thing. +In that original example, the mismatch reference is simply what you'd get in a browser with no support for ruby at all. +The tests in this directory do that too, +and add a few variants of possible wrong renderings, +some attested in existing layout engines, +some "just in case". + +As such, automated test failures are indicative of something being wrong with the implementation, +but tests passing could be false positives: +maybe it is implemented right, +or maybe it is implemented wrong in a novel way. + +Therefore, each test is written including a description of the pass condition, +in a way that can be evaluated by a person looking at the test. + +It would be better to write these tests so that their pass condition can be automated, +but as far as I can tell, +that's not reliably doable. + +For instance, it might be tempting to use `X1Y2` +or `X1Y2` +as a reference for `XY12` +as they are defined to have the same base/annotation pairing, +but it is not required that they have precisely the same rendering. +And indeed, some implementations do vary +(notably in terms of base/annotation alignment). + +So we're left with semi-manual tests. + +Anyone finding false positives is encouraged +to add corresponding mismatch references. diff --git a/html-ruby-extensions/html-ruby-001.html b/html-ruby-extensions/html-ruby-001.html new file mode 100644 index 00000000000000..2117fdac09d72f --- /dev/null +++ b/html-ruby-extensions/html-ruby-001.html @@ -0,0 +1,44 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/html-ruby-002.html b/html-ruby-extensions/html-ruby-002.html new file mode 100644 index 00000000000000..145ff93a2beb7c --- /dev/null +++ b/html-ruby-extensions/html-ruby-002.html @@ -0,0 +1,45 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/html-ruby-003.html b/html-ruby-extensions/html-ruby-003.html new file mode 100644 index 00000000000000..f116d0563399d0 --- /dev/null +++ b/html-ruby-extensions/html-ruby-003.html @@ -0,0 +1,44 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/html-ruby-004.html b/html-ruby-extensions/html-ruby-004.html new file mode 100644 index 00000000000000..050b6122e607b5 --- /dev/null +++ b/html-ruby-extensions/html-ruby-004.html @@ -0,0 +1,45 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/html-ruby-005.html b/html-ruby-extensions/html-ruby-005.html new file mode 100644 index 00000000000000..99c3e52395db32 --- /dev/null +++ b/html-ruby-extensions/html-ruby-005.html @@ -0,0 +1,45 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/html-ruby-006.html b/html-ruby-extensions/html-ruby-006.html new file mode 100644 index 00000000000000..4513b5e4b56af5 --- /dev/null +++ b/html-ruby-extensions/html-ruby-006.html @@ -0,0 +1,45 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/html-ruby-007.html b/html-ruby-extensions/html-ruby-007.html new file mode 100644 index 00000000000000..df13a7955d43c5 --- /dev/null +++ b/html-ruby-extensions/html-ruby-007.html @@ -0,0 +1,45 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/html-ruby-008.html b/html-ruby-extensions/html-ruby-008.html new file mode 100644 index 00000000000000..37df7deb7c9353 --- /dev/null +++ b/html-ruby-extensions/html-ruby-008.html @@ -0,0 +1,50 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one excess annotation with no base: “け”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/html-ruby-009.html b/html-ruby-extensions/html-ruby-009.html new file mode 100644 index 00000000000000..0cc9eae573ca14 --- /dev/null +++ b/html-ruby-extensions/html-ruby-009.html @@ -0,0 +1,50 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one excess annotation with no base: “け”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/html-ruby-010.html b/html-ruby-extensions/html-ruby-010.html new file mode 100644 index 00000000000000..057efa710aa44e --- /dev/null +++ b/html-ruby-extensions/html-ruby-010.html @@ -0,0 +1,45 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, the first being annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is not annotated. +“” is not annotated. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/html-ruby-011.html b/html-ruby-extensions/html-ruby-011.html new file mode 100644 index 00000000000000..335b78393f79b6 --- /dev/null +++ b/html-ruby-extensions/html-ruby-011.html @@ -0,0 +1,45 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, the first being annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is not annotated. +“” is not annotated. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/html-ruby-012.html b/html-ruby-extensions/html-ruby-012.html new file mode 100644 index 00000000000000..c962e66360078a --- /dev/null +++ b/html-ruby-extensions/html-ruby-012.html @@ -0,0 +1,32 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + +

The example below consists of 2 base characters (今日), jointly annotated with their pronuntiation (きょう). +This test passes if: +

+ +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+きょう diff --git a/html-ruby-extensions/html-ruby-013.html b/html-ruby-extensions/html-ruby-013.html new file mode 100644 index 00000000000000..35d7e0ea7c26e1 --- /dev/null +++ b/html-ruby-extensions/html-ruby-013.html @@ -0,0 +1,48 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+ + + じょう + diff --git a/html-ruby-extensions/html-ruby-101.html b/html-ruby-extensions/html-ruby-101.html new file mode 100644 index 00000000000000..acad62a4403461 --- /dev/null +++ b/html-ruby-extensions/html-ruby-101.html @@ -0,0 +1,45 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+!じょう!!!!! diff --git a/html-ruby-extensions/html-ruby-102.html b/html-ruby-extensions/html-ruby-102.html new file mode 100644 index 00000000000000..77b82c3d3712d6 --- /dev/null +++ b/html-ruby-extensions/html-ruby-102.html @@ -0,0 +1,46 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+!じょう!!!!! diff --git a/html-ruby-extensions/html-ruby-103.html b/html-ruby-extensions/html-ruby-103.html new file mode 100644 index 00000000000000..24814cbf6c62ec --- /dev/null +++ b/html-ruby-extensions/html-ruby-103.html @@ -0,0 +1,45 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+!じょう!!!!! diff --git a/html-ruby-extensions/html-ruby-104.html b/html-ruby-extensions/html-ruby-104.html new file mode 100644 index 00000000000000..ab49e7192bf824 --- /dev/null +++ b/html-ruby-extensions/html-ruby-104.html @@ -0,0 +1,46 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+!じょう!!!!! diff --git a/html-ruby-extensions/html-ruby-105.html b/html-ruby-extensions/html-ruby-105.html new file mode 100644 index 00000000000000..ef8865d02ca541 --- /dev/null +++ b/html-ruby-extensions/html-ruby-105.html @@ -0,0 +1,46 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+!じょう!!! diff --git a/html-ruby-extensions/html-ruby-106.html b/html-ruby-extensions/html-ruby-106.html new file mode 100644 index 00000000000000..114f952895a42d --- /dev/null +++ b/html-ruby-extensions/html-ruby-106.html @@ -0,0 +1,46 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+!じょう!!! diff --git a/html-ruby-extensions/html-ruby-107.html b/html-ruby-extensions/html-ruby-107.html new file mode 100644 index 00000000000000..ef117b7da9caf8 --- /dev/null +++ b/html-ruby-extensions/html-ruby-107.html @@ -0,0 +1,46 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+!じょう!!! diff --git a/html-ruby-extensions/html-ruby-108.html b/html-ruby-extensions/html-ruby-108.html new file mode 100644 index 00000000000000..2cae0a4e5bccad --- /dev/null +++ b/html-ruby-extensions/html-ruby-108.html @@ -0,0 +1,51 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one excess annotation with no base: “け”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+!じょう!!!!!! diff --git a/html-ruby-extensions/html-ruby-109.html b/html-ruby-extensions/html-ruby-109.html new file mode 100644 index 00000000000000..2f3059b00483cc --- /dev/null +++ b/html-ruby-extensions/html-ruby-109.html @@ -0,0 +1,51 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one excess annotation with no base: “け”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+!じょう!!!! diff --git a/html-ruby-extensions/html-ruby-110.html b/html-ruby-extensions/html-ruby-110.html new file mode 100644 index 00000000000000..c5ba53736fe4ae --- /dev/null +++ b/html-ruby-extensions/html-ruby-110.html @@ -0,0 +1,46 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, the first being annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is not annotated. +“” is not annotated. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+!じょう! diff --git a/html-ruby-extensions/html-ruby-111.html b/html-ruby-extensions/html-ruby-111.html new file mode 100644 index 00000000000000..b759b76d6a7ca1 --- /dev/null +++ b/html-ruby-extensions/html-ruby-111.html @@ -0,0 +1,46 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, the first being annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is not annotated. +“” is not annotated. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/html-ruby-112.html b/html-ruby-extensions/html-ruby-112.html new file mode 100644 index 00000000000000..1c4a454cd477d3 --- /dev/null +++ b/html-ruby-extensions/html-ruby-112.html @@ -0,0 +1,33 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + +

The example below consists of 2 base characters (今日), jointly annotated with their pronuntiation (きょう). +This test passes if: +

+ +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+!きょう! diff --git a/html-ruby-extensions/html-ruby-201.html b/html-ruby-extensions/html-ruby-201.html new file mode 100644 index 00000000000000..5910ede6eee37b --- /dev/null +++ b/html-ruby-extensions/html-ruby-201.html @@ -0,0 +1,46 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+!!じょう!!!!! diff --git a/html-ruby-extensions/html-ruby-202.html b/html-ruby-extensions/html-ruby-202.html new file mode 100644 index 00000000000000..1d8fb780966c80 --- /dev/null +++ b/html-ruby-extensions/html-ruby-202.html @@ -0,0 +1,47 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+!!じょう!!!!! diff --git a/html-ruby-extensions/html-ruby-203.html b/html-ruby-extensions/html-ruby-203.html new file mode 100644 index 00000000000000..b7906e6e078f6d --- /dev/null +++ b/html-ruby-extensions/html-ruby-203.html @@ -0,0 +1,46 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+!!じょう!!!!! diff --git a/html-ruby-extensions/html-ruby-204.html b/html-ruby-extensions/html-ruby-204.html new file mode 100644 index 00000000000000..eb0a06ca7c2737 --- /dev/null +++ b/html-ruby-extensions/html-ruby-204.html @@ -0,0 +1,47 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+!!じょう!!!!! diff --git a/html-ruby-extensions/html-ruby-205.html b/html-ruby-extensions/html-ruby-205.html new file mode 100644 index 00000000000000..72d136525cdaf0 --- /dev/null +++ b/html-ruby-extensions/html-ruby-205.html @@ -0,0 +1,47 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+!!!!じょう!!! diff --git a/html-ruby-extensions/html-ruby-206.html b/html-ruby-extensions/html-ruby-206.html new file mode 100644 index 00000000000000..09bd18dec17e5e --- /dev/null +++ b/html-ruby-extensions/html-ruby-206.html @@ -0,0 +1,47 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+!!!!じょう!!! diff --git a/html-ruby-extensions/html-ruby-207.html b/html-ruby-extensions/html-ruby-207.html new file mode 100644 index 00000000000000..5ff411c6b3f28f --- /dev/null +++ b/html-ruby-extensions/html-ruby-207.html @@ -0,0 +1,47 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+!!!!じょう!!! diff --git a/html-ruby-extensions/html-ruby-208.html b/html-ruby-extensions/html-ruby-208.html new file mode 100644 index 00000000000000..523a0e26345a18 --- /dev/null +++ b/html-ruby-extensions/html-ruby-208.html @@ -0,0 +1,51 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one excess annotation with no base: “け”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+!!じょう!!!!!! diff --git a/html-ruby-extensions/html-ruby-209.html b/html-ruby-extensions/html-ruby-209.html new file mode 100644 index 00000000000000..8c24454868181b --- /dev/null +++ b/html-ruby-extensions/html-ruby-209.html @@ -0,0 +1,51 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one excess annotation with no base: “け”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+!!!!じょう!!!! diff --git a/html-ruby-extensions/html-ruby-210.html b/html-ruby-extensions/html-ruby-210.html new file mode 100644 index 00000000000000..47a99dfe5ef1a1 --- /dev/null +++ b/html-ruby-extensions/html-ruby-210.html @@ -0,0 +1,46 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, the first being annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is not annotated. +“” is not annotated. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+!!!!じょう! diff --git a/html-ruby-extensions/html-ruby-211.html b/html-ruby-extensions/html-ruby-211.html new file mode 100644 index 00000000000000..bb1f68be1f9363 --- /dev/null +++ b/html-ruby-extensions/html-ruby-211.html @@ -0,0 +1,46 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, the first being annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is not annotated. +“” is not annotated. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+!!じょう!! diff --git a/html-ruby-extensions/html-ruby-212.html b/html-ruby-extensions/html-ruby-212.html new file mode 100644 index 00000000000000..4332ab957e71e0 --- /dev/null +++ b/html-ruby-extensions/html-ruby-212.html @@ -0,0 +1,33 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + +

The example below consists of 2 base characters (今日), jointly annotated with their pronuntiation (きょう). +This test passes if: +

+ +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+!!!きょう! diff --git a/html-ruby-extensions/html-ruby-301.html b/html-ruby-extensions/html-ruby-301.html new file mode 100644 index 00000000000000..9ead90f3afb2c0 --- /dev/null +++ b/html-ruby-extensions/html-ruby-301.html @@ -0,0 +1,44 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/html-ruby-302.html b/html-ruby-extensions/html-ruby-302.html new file mode 100644 index 00000000000000..278ad34d08e9e0 --- /dev/null +++ b/html-ruby-extensions/html-ruby-302.html @@ -0,0 +1,45 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/html-ruby-303.html b/html-ruby-extensions/html-ruby-303.html new file mode 100644 index 00000000000000..366d0a57b0c1da --- /dev/null +++ b/html-ruby-extensions/html-ruby-303.html @@ -0,0 +1,44 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/html-ruby-304.html b/html-ruby-extensions/html-ruby-304.html new file mode 100644 index 00000000000000..46d31bcb29c92b --- /dev/null +++ b/html-ruby-extensions/html-ruby-304.html @@ -0,0 +1,45 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/html-ruby-305.html b/html-ruby-extensions/html-ruby-305.html new file mode 100644 index 00000000000000..596255f0e268e3 --- /dev/null +++ b/html-ruby-extensions/html-ruby-305.html @@ -0,0 +1,46 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/html-ruby-306.html b/html-ruby-extensions/html-ruby-306.html new file mode 100644 index 00000000000000..43e4cc80b38aae --- /dev/null +++ b/html-ruby-extensions/html-ruby-306.html @@ -0,0 +1,46 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/html-ruby-307.html b/html-ruby-extensions/html-ruby-307.html new file mode 100644 index 00000000000000..b98d98c0a9dd0a --- /dev/null +++ b/html-ruby-extensions/html-ruby-307.html @@ -0,0 +1,46 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/html-ruby-308.html b/html-ruby-extensions/html-ruby-308.html new file mode 100644 index 00000000000000..1e2406dbb999a0 --- /dev/null +++ b/html-ruby-extensions/html-ruby-308.html @@ -0,0 +1,51 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one excess annotation with no base: “け”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/html-ruby-309.html b/html-ruby-extensions/html-ruby-309.html new file mode 100644 index 00000000000000..102158238071cc --- /dev/null +++ b/html-ruby-extensions/html-ruby-309.html @@ -0,0 +1,51 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one excess annotation with no base: “け”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/html-ruby-310.html b/html-ruby-extensions/html-ruby-310.html new file mode 100644 index 00000000000000..f590d0010c3e55 --- /dev/null +++ b/html-ruby-extensions/html-ruby-310.html @@ -0,0 +1,46 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, the first being annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is not annotated. +“” is not annotated. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/html-ruby-311.html b/html-ruby-extensions/html-ruby-311.html new file mode 100644 index 00000000000000..ac38c14d0a8ca6 --- /dev/null +++ b/html-ruby-extensions/html-ruby-311.html @@ -0,0 +1,45 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, the first being annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is not annotated. +“” is not annotated. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/html-ruby-312.html b/html-ruby-extensions/html-ruby-312.html new file mode 100644 index 00000000000000..00010038530671 --- /dev/null +++ b/html-ruby-extensions/html-ruby-312.html @@ -0,0 +1,32 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + +

The example below consists of 2 base characters (今日), jointly annotated with their pronuntiation (きょう). +This test passes if: +

+ +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+きょう diff --git a/html-ruby-extensions/html-ruby-313.html b/html-ruby-extensions/html-ruby-313.html new file mode 100644 index 00000000000000..988daea0a5d6be --- /dev/null +++ b/html-ruby-extensions/html-ruby-313.html @@ -0,0 +1,45 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/html-ruby-314.html b/html-ruby-extensions/html-ruby-314.html new file mode 100644 index 00000000000000..2bacd5f8e47c20 --- /dev/null +++ b/html-ruby-extensions/html-ruby-314.html @@ -0,0 +1,46 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/html-ruby-315.html b/html-ruby-extensions/html-ruby-315.html new file mode 100644 index 00000000000000..ff0c7bc2c9149c --- /dev/null +++ b/html-ruby-extensions/html-ruby-315.html @@ -0,0 +1,45 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/html-ruby-316.html b/html-ruby-extensions/html-ruby-316.html new file mode 100644 index 00000000000000..4078b73abbfffb --- /dev/null +++ b/html-ruby-extensions/html-ruby-316.html @@ -0,0 +1,46 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/html-ruby-401.html b/html-ruby-extensions/html-ruby-401.html new file mode 100644 index 00000000000000..036669860dd75c --- /dev/null +++ b/html-ruby-extensions/html-ruby-401.html @@ -0,0 +1,45 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+!!!じょう!!!!!!!!! diff --git a/html-ruby-extensions/html-ruby-402.html b/html-ruby-extensions/html-ruby-402.html new file mode 100644 index 00000000000000..2bd7325ac4665e --- /dev/null +++ b/html-ruby-extensions/html-ruby-402.html @@ -0,0 +1,46 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+!!!じょう!!!!!!!! diff --git a/html-ruby-extensions/html-ruby-403.html b/html-ruby-extensions/html-ruby-403.html new file mode 100644 index 00000000000000..0fbf065875493f --- /dev/null +++ b/html-ruby-extensions/html-ruby-403.html @@ -0,0 +1,45 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+!!!!じょ!!!!!!!!!!!! diff --git a/html-ruby-extensions/html-ruby-404.html b/html-ruby-extensions/html-ruby-404.html new file mode 100644 index 00000000000000..602bbb1c4e49d2 --- /dev/null +++ b/html-ruby-extensions/html-ruby-404.html @@ -0,0 +1,46 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+!!!じょう!!!!!!!!!! diff --git a/html-ruby-extensions/html-ruby-405.html b/html-ruby-extensions/html-ruby-405.html new file mode 100644 index 00000000000000..e47f158dff20c4 --- /dev/null +++ b/html-ruby-extensions/html-ruby-405.html @@ -0,0 +1,47 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+!!!!!じょう!!!! diff --git a/html-ruby-extensions/html-ruby-406.html b/html-ruby-extensions/html-ruby-406.html new file mode 100644 index 00000000000000..69a44f77e9105f --- /dev/null +++ b/html-ruby-extensions/html-ruby-406.html @@ -0,0 +1,47 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+!!!!!じょう!!!!! diff --git a/html-ruby-extensions/html-ruby-407.html b/html-ruby-extensions/html-ruby-407.html new file mode 100644 index 00000000000000..a8b57f7b3cbc29 --- /dev/null +++ b/html-ruby-extensions/html-ruby-407.html @@ -0,0 +1,47 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+!!じょ!!!!! diff --git a/html-ruby-extensions/html-ruby-408.html b/html-ruby-extensions/html-ruby-408.html new file mode 100644 index 00000000000000..635a32ac401823 --- /dev/null +++ b/html-ruby-extensions/html-ruby-408.html @@ -0,0 +1,52 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one excess annotation with no base: “け”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+!!じょう!!!!!!!!!!! diff --git a/html-ruby-extensions/html-ruby-409.html b/html-ruby-extensions/html-ruby-409.html new file mode 100644 index 00000000000000..8bdc57510df715 --- /dev/null +++ b/html-ruby-extensions/html-ruby-409.html @@ -0,0 +1,52 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one excess annotation with no base: “け”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+!!じょう!!!!! diff --git a/html-ruby-extensions/html-ruby-410.html b/html-ruby-extensions/html-ruby-410.html new file mode 100644 index 00000000000000..4c7b0eb7e30092 --- /dev/null +++ b/html-ruby-extensions/html-ruby-410.html @@ -0,0 +1,47 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, the first being annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is not annotated. +“” is not annotated. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+!!じょう!! diff --git a/html-ruby-extensions/html-ruby-411.html b/html-ruby-extensions/html-ruby-411.html new file mode 100644 index 00000000000000..e26c95e8026851 --- /dev/null +++ b/html-ruby-extensions/html-ruby-411.html @@ -0,0 +1,46 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, the first being annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is not annotated. +“” is not annotated. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+!!じょう!! diff --git a/html-ruby-extensions/html-ruby-412.html b/html-ruby-extensions/html-ruby-412.html new file mode 100644 index 00000000000000..975f84bdcc2d5b --- /dev/null +++ b/html-ruby-extensions/html-ruby-412.html @@ -0,0 +1,33 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + +

The example below consists of 2 base characters (今日), jointly annotated with their pronuntiation (きょう). +This test passes if: +

+ +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+!!きょ!! diff --git a/html-ruby-extensions/html-ruby-413.html b/html-ruby-extensions/html-ruby-413.html new file mode 100644 index 00000000000000..80c388e48b6e4b --- /dev/null +++ b/html-ruby-extensions/html-ruby-413.html @@ -0,0 +1,46 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+!!じょう!!!!!!! diff --git a/html-ruby-extensions/html-ruby-414.html b/html-ruby-extensions/html-ruby-414.html new file mode 100644 index 00000000000000..e3785f832e222e --- /dev/null +++ b/html-ruby-extensions/html-ruby-414.html @@ -0,0 +1,47 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+!!じょう!!!!!!! diff --git a/html-ruby-extensions/html-ruby-415.html b/html-ruby-extensions/html-ruby-415.html new file mode 100644 index 00000000000000..19fe32d2d8a220 --- /dev/null +++ b/html-ruby-extensions/html-ruby-415.html @@ -0,0 +1,46 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+!!じょう!!!!!!!!!! diff --git a/html-ruby-extensions/html-ruby-416.html b/html-ruby-extensions/html-ruby-416.html new file mode 100644 index 00000000000000..165e0bab0e4e63 --- /dev/null +++ b/html-ruby-extensions/html-ruby-416.html @@ -0,0 +1,47 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+!!じょう!!!!!!!!!! diff --git a/html-ruby-extensions/html-ruby-501.html b/html-ruby-extensions/html-ruby-501.html new file mode 100644 index 00000000000000..4b5a03e3ea20ef --- /dev/null +++ b/html-ruby-extensions/html-ruby-501.html @@ -0,0 +1,32 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + +

The example below consists of 2 base characters (“今日”), jointly annotated with two levels of annotations: “きょう” and “today”. +This test passes if: +

+ +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+きょうtoday diff --git a/html-ruby-extensions/html-ruby-502.html b/html-ruby-extensions/html-ruby-502.html new file mode 100644 index 00000000000000..7215dd2cb2c89c --- /dev/null +++ b/html-ruby-extensions/html-ruby-502.html @@ -0,0 +1,43 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + +

The example below consists of 2 base characters, each annotated twice with its pronunciation (once in the latin alphabet, once in kana) +“” is annotated by “きょう” and “kyo”. +“” is annotated by “” and “to”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+きょうkyoto diff --git a/html-ruby-extensions/html-ruby-503.html b/html-ruby-extensions/html-ruby-503.html new file mode 100644 index 00000000000000..a65871ef0dbe64 --- /dev/null +++ b/html-ruby-extensions/html-ruby-503.html @@ -0,0 +1,47 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated twice, and then all jointly annotated once more. +“” is annotated by “1” and “a”. +“” is annotated by “2” and “b”. +“” is annotated by “3” and “c”. +The whole is annotated with “altogether”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+abcaltogether123 diff --git a/html-ruby-extensions/html-ruby-601.html b/html-ruby-extensions/html-ruby-601.html new file mode 100644 index 00000000000000..08bac79048b63f --- /dev/null +++ b/html-ruby-extensions/html-ruby-601.html @@ -0,0 +1,33 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + +

The example below consists of 2 base characters (“今日”), jointly annotated with two levels of annotations: “きょう” and “today”. +This test passes if: +

+ +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+!!きょ!!!to!day! diff --git a/html-ruby-extensions/html-ruby-602.html b/html-ruby-extensions/html-ruby-602.html new file mode 100644 index 00000000000000..82a6dd306b8033 --- /dev/null +++ b/html-ruby-extensions/html-ruby-602.html @@ -0,0 +1,44 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + +

The example below consists of 2 base characters, each annotated twice with its pronunciation (once in the latin alphabet, once in kana) +“” is annotated by “きょう” and “kyo”. +“” is annotated by “” and “to”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+!!!!きょう!!!kyo!to! diff --git a/html-ruby-extensions/html-ruby-603.html b/html-ruby-extensions/html-ruby-603.html new file mode 100644 index 00000000000000..3e077671450078 --- /dev/null +++ b/html-ruby-extensions/html-ruby-603.html @@ -0,0 +1,48 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + + +

The example below consists of 3 base characters, each annotated twice, and then all jointly annotated once more. +“” is annotated by “1” and “a”. +“” is annotated by “2” and “b”. +“” is annotated by “3” and “c”. +The whole is annotated with “altogether”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+!!!!!!a!b!c!!!alto!gether!!1!2!3! diff --git a/html-ruby-extensions/reference/html-ruby-001-a-ref.html b/html-ruby-extensions/reference/html-ruby-001-a-ref.html new file mode 100644 index 00000000000000..cb000b79f7c545 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-001-a-ref.html @@ -0,0 +1,32 @@ + + + +test reference + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/reference/html-ruby-001-b-ref.html b/html-ruby-extensions/reference/html-ruby-001-b-ref.html new file mode 100644 index 00000000000000..e65abfc1b8c710 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-001-b-ref.html @@ -0,0 +1,32 @@ + + + +test reference + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/reference/html-ruby-001-c-ref.html b/html-ruby-extensions/reference/html-ruby-001-c-ref.html new file mode 100644 index 00000000000000..f6bf6ded27767b --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-001-c-ref.html @@ -0,0 +1,33 @@ + + + +test reference + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/reference/html-ruby-001-d-ref.html b/html-ruby-extensions/reference/html-ruby-001-d-ref.html new file mode 100644 index 00000000000000..db1bac733f0459 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-001-d-ref.html @@ -0,0 +1,33 @@ + + + +test reference + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/reference/html-ruby-001-e-ref.html b/html-ruby-extensions/reference/html-ruby-001-e-ref.html new file mode 100644 index 00000000000000..6fb5fa674e6bee --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-001-e-ref.html @@ -0,0 +1,32 @@ + + + +test reference + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/reference/html-ruby-001-f-ref.html b/html-ruby-extensions/reference/html-ruby-001-f-ref.html new file mode 100644 index 00000000000000..45abfc7a0e1f13 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-001-f-ref.html @@ -0,0 +1,32 @@ + + + +test reference + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/reference/html-ruby-001-g-ref.html b/html-ruby-extensions/reference/html-ruby-001-g-ref.html new file mode 100644 index 00000000000000..415735b5dfca61 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-001-g-ref.html @@ -0,0 +1,33 @@ + + + +test reference + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/reference/html-ruby-001-y-ref.html b/html-ruby-extensions/reference/html-ruby-001-y-ref.html new file mode 100644 index 00000000000000..0e45e43c4b4691 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-001-y-ref.html @@ -0,0 +1,32 @@ + + + +test reference + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+ diff --git a/html-ruby-extensions/reference/html-ruby-001-z-ref.html b/html-ruby-extensions/reference/html-ruby-001-z-ref.html new file mode 100644 index 00000000000000..866ccaf884353e --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-001-z-ref.html @@ -0,0 +1,31 @@ + + + +test reference + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


diff --git a/html-ruby-extensions/reference/html-ruby-008-a-ref.html b/html-ruby-extensions/reference/html-ruby-008-a-ref.html new file mode 100644 index 00000000000000..c7765a71708f65 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-008-a-ref.html @@ -0,0 +1,34 @@ + + + +test reference + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one excess annotation with no base: “け”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょうけ diff --git a/html-ruby-extensions/reference/html-ruby-008-b-ref.html b/html-ruby-extensions/reference/html-ruby-008-b-ref.html new file mode 100644 index 00000000000000..26477ca40a60bd --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-008-b-ref.html @@ -0,0 +1,34 @@ + + + +test reference + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one excess annotation with no base: “け”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょうけ diff --git a/html-ruby-extensions/reference/html-ruby-008-c-ref.html b/html-ruby-extensions/reference/html-ruby-008-c-ref.html new file mode 100644 index 00000000000000..f8bc6367baff9f --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-008-c-ref.html @@ -0,0 +1,35 @@ + + + +test reference + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one excess annotation with no base: “け”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/reference/html-ruby-008-d-ref.html b/html-ruby-extensions/reference/html-ruby-008-d-ref.html new file mode 100644 index 00000000000000..c4b9f3ed75a80d --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-008-d-ref.html @@ -0,0 +1,35 @@ + + + +test reference + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one excess annotation with no base: “け”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/reference/html-ruby-008-e-ref.html b/html-ruby-extensions/reference/html-ruby-008-e-ref.html new file mode 100644 index 00000000000000..8ed05d4dc9f421 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-008-e-ref.html @@ -0,0 +1,34 @@ + + + +test reference + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one excess annotation with no base: “け”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/reference/html-ruby-008-f-ref.html b/html-ruby-extensions/reference/html-ruby-008-f-ref.html new file mode 100644 index 00000000000000..5b076e8ad50a08 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-008-f-ref.html @@ -0,0 +1,34 @@ + + + +test reference + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one excess annotation with no base: “け”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょうけ diff --git a/html-ruby-extensions/reference/html-ruby-008-g-ref.html b/html-ruby-extensions/reference/html-ruby-008-g-ref.html new file mode 100644 index 00000000000000..c15c03a41b1400 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-008-g-ref.html @@ -0,0 +1,35 @@ + + + +test reference + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one excess annotation with no base: “け”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/reference/html-ruby-008-h-ref.html b/html-ruby-extensions/reference/html-ruby-008-h-ref.html new file mode 100644 index 00000000000000..11f3bf57194f67 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-008-h-ref.html @@ -0,0 +1,34 @@ + + + +test reference + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one excess annotation with no base: “け”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょうけ diff --git a/html-ruby-extensions/reference/html-ruby-008-i-ref.html b/html-ruby-extensions/reference/html-ruby-008-i-ref.html new file mode 100644 index 00000000000000..cb9045a8572403 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-008-i-ref.html @@ -0,0 +1,35 @@ + + + +test reference + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one excess annotation with no base: “け”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/reference/html-ruby-008-y-ref.html b/html-ruby-extensions/reference/html-ruby-008-y-ref.html new file mode 100644 index 00000000000000..35d92e957782a9 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-008-y-ref.html @@ -0,0 +1,34 @@ + + + +test reference + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one excess annotation with no base: “け”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+ diff --git a/html-ruby-extensions/reference/html-ruby-008-z-ref.html b/html-ruby-extensions/reference/html-ruby-008-z-ref.html new file mode 100644 index 00000000000000..309873da37ca39 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-008-z-ref.html @@ -0,0 +1,33 @@ + + + +test reference + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one excess annotation with no base: “け”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


diff --git a/html-ruby-extensions/reference/html-ruby-010-a-ref.html b/html-ruby-extensions/reference/html-ruby-010-a-ref.html new file mode 100644 index 00000000000000..587887b2549622 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-010-a-ref.html @@ -0,0 +1,32 @@ + + + +test reference + + + +

The example below consists of 3 base characters, the first being annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is not annotated. +“” is not annotated. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/reference/html-ruby-010-b-ref.html b/html-ruby-extensions/reference/html-ruby-010-b-ref.html new file mode 100644 index 00000000000000..c6cffd2405ab28 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-010-b-ref.html @@ -0,0 +1,32 @@ + + + +test reference + + + +

The example below consists of 3 base characters, the first being annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is not annotated. +“” is not annotated. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/reference/html-ruby-010-c-ref.html b/html-ruby-extensions/reference/html-ruby-010-c-ref.html new file mode 100644 index 00000000000000..fa02cbf569e178 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-010-c-ref.html @@ -0,0 +1,33 @@ + + + +test reference + + + +

The example below consists of 3 base characters, the first being annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is not annotated. +“” is not annotated. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/reference/html-ruby-010-d-ref.html b/html-ruby-extensions/reference/html-ruby-010-d-ref.html new file mode 100644 index 00000000000000..47df5fdd7fe557 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-010-d-ref.html @@ -0,0 +1,33 @@ + + + +test reference + + + +

The example below consists of 3 base characters, the first being annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is not annotated. +“” is not annotated. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/reference/html-ruby-010-e-ref.html b/html-ruby-extensions/reference/html-ruby-010-e-ref.html new file mode 100644 index 00000000000000..c67b51c59bf9cf --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-010-e-ref.html @@ -0,0 +1,32 @@ + + + +test reference + + + +

The example below consists of 3 base characters, the first being annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is not annotated. +“” is not annotated. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/reference/html-ruby-010-f-ref.html b/html-ruby-extensions/reference/html-ruby-010-f-ref.html new file mode 100644 index 00000000000000..af290b5e2ce6f2 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-010-f-ref.html @@ -0,0 +1,32 @@ + + + +test reference + + + +

The example below consists of 3 base characters, the first being annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is not annotated. +“” is not annotated. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/reference/html-ruby-010-y-ref.html b/html-ruby-extensions/reference/html-ruby-010-y-ref.html new file mode 100644 index 00000000000000..e1cd3d9c7839f5 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-010-y-ref.html @@ -0,0 +1,32 @@ + + + +test reference + + + +

The example below consists of 3 base characters, the first being annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is not annotated. +“” is not annotated. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+ diff --git a/html-ruby-extensions/reference/html-ruby-010-z-ref.html b/html-ruby-extensions/reference/html-ruby-010-z-ref.html new file mode 100644 index 00000000000000..516644200625a9 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-010-z-ref.html @@ -0,0 +1,31 @@ + + + +test reference + + + +

The example below consists of 3 base characters, the first being annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is not annotated. +“” is not annotated. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


diff --git a/html-ruby-extensions/reference/html-ruby-012-a-ref.html b/html-ruby-extensions/reference/html-ruby-012-a-ref.html new file mode 100644 index 00000000000000..3f13e231dc60a6 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-012-a-ref.html @@ -0,0 +1,20 @@ + + + +test reference + + +

The example below consists of 2 base characters (今日), jointly annotated with their pronuntiation (きょう). +This test passes if: +

+ +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+きょう diff --git a/html-ruby-extensions/reference/html-ruby-012-b-ref.html b/html-ruby-extensions/reference/html-ruby-012-b-ref.html new file mode 100644 index 00000000000000..63d7d66aaf580f --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-012-b-ref.html @@ -0,0 +1,20 @@ + + + +test reference + + +

The example below consists of 2 base characters (今日), jointly annotated with their pronuntiation (きょう). +This test passes if: +

+ +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+今日きょう diff --git a/html-ruby-extensions/reference/html-ruby-012-c-ref.html b/html-ruby-extensions/reference/html-ruby-012-c-ref.html new file mode 100644 index 00000000000000..2f11bc26b3dc87 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-012-c-ref.html @@ -0,0 +1,23 @@ + + + +test reference + + + +

The example below consists of 2 base characters (今日), jointly annotated with their pronuntiation (きょう). +This test passes if: +

+ +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+きょう diff --git a/html-ruby-extensions/reference/html-ruby-012-d-ref.html b/html-ruby-extensions/reference/html-ruby-012-d-ref.html new file mode 100644 index 00000000000000..38fc00cc705353 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-012-d-ref.html @@ -0,0 +1,23 @@ + + + +test reference + + + +

The example below consists of 2 base characters (今日), jointly annotated with their pronuntiation (きょう). +This test passes if: +

+ +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+今日きょう diff --git a/html-ruby-extensions/reference/html-ruby-012-e-ref.html b/html-ruby-extensions/reference/html-ruby-012-e-ref.html new file mode 100644 index 00000000000000..50ec6190fcfb75 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-012-e-ref.html @@ -0,0 +1,20 @@ + + + +test reference + + +

The example below consists of 2 base characters (今日), jointly annotated with their pronuntiation (きょう). +This test passes if: +

+ +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+きょう diff --git a/html-ruby-extensions/reference/html-ruby-012-y-ref.html b/html-ruby-extensions/reference/html-ruby-012-y-ref.html new file mode 100644 index 00000000000000..40524c6b932955 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-012-y-ref.html @@ -0,0 +1,20 @@ + + + +test reference + + +

The example below consists of 2 base characters (今日), jointly annotated with their pronuntiation (きょう). +This test passes if: +

+ +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+今日 diff --git a/html-ruby-extensions/reference/html-ruby-012-z-ref.html b/html-ruby-extensions/reference/html-ruby-012-z-ref.html new file mode 100644 index 00000000000000..6712c736cbce17 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-012-z-ref.html @@ -0,0 +1,19 @@ + + + +test reference + + +

The example below consists of 2 base characters (今日), jointly annotated with their pronuntiation (きょう). +This test passes if: +

+ +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


diff --git a/html-ruby-extensions/reference/html-ruby-013-a-ref.html b/html-ruby-extensions/reference/html-ruby-013-a-ref.html new file mode 100644 index 00000000000000..7a509544f78a03 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-013-a-ref.html @@ -0,0 +1,32 @@ + + + +test reference + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+じょう diff --git a/html-ruby-extensions/reference/html-ruby-013-b-ref.html b/html-ruby-extensions/reference/html-ruby-013-b-ref.html new file mode 100644 index 00000000000000..cd0a1d8c9aeedb --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-013-b-ref.html @@ -0,0 +1,32 @@ + + + +test reference + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+ じょう diff --git a/html-ruby-extensions/reference/html-ruby-013-c-ref.html b/html-ruby-extensions/reference/html-ruby-013-c-ref.html new file mode 100644 index 00000000000000..e2e7aa84f86623 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-013-c-ref.html @@ -0,0 +1,33 @@ + + + +test reference + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+ じょう diff --git a/html-ruby-extensions/reference/html-ruby-013-d-ref.html b/html-ruby-extensions/reference/html-ruby-013-d-ref.html new file mode 100644 index 00000000000000..2446c0a28fa37b --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-013-d-ref.html @@ -0,0 +1,32 @@ + + + +test reference + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+ じょう diff --git a/html-ruby-extensions/reference/html-ruby-013-e-ref.html b/html-ruby-extensions/reference/html-ruby-013-e-ref.html new file mode 100644 index 00000000000000..f5ba0c808d1b54 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-013-e-ref.html @@ -0,0 +1,32 @@ + + + +test reference + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+ a じょう diff --git a/html-ruby-extensions/reference/html-ruby-013-f-ref.html b/html-ruby-extensions/reference/html-ruby-013-f-ref.html new file mode 100644 index 00000000000000..0dc15a70738f15 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-013-f-ref.html @@ -0,0 +1,33 @@ + + + +test reference + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+ じょう diff --git a/html-ruby-extensions/reference/html-ruby-013-y-ref.html b/html-ruby-extensions/reference/html-ruby-013-y-ref.html new file mode 100644 index 00000000000000..1f84d0b43324eb --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-013-y-ref.html @@ -0,0 +1,32 @@ + + + +test reference + + + +

The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+ diff --git a/html-ruby-extensions/reference/html-ruby-501-a-ref.html b/html-ruby-extensions/reference/html-ruby-501-a-ref.html new file mode 100644 index 00000000000000..7b21804618c4b8 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-501-a-ref.html @@ -0,0 +1,20 @@ + + + +test reference + + +

The example below consists of 2 base characters (“今日”), jointly annotated with two levels of annotations: “きょう” and “today”. +This test passes if: +

+ +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+きょうtoday diff --git a/html-ruby-extensions/reference/html-ruby-501-b-ref.html b/html-ruby-extensions/reference/html-ruby-501-b-ref.html new file mode 100644 index 00000000000000..240a8f990de443 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-501-b-ref.html @@ -0,0 +1,20 @@ + + + +test reference + + +

The example below consists of 2 base characters (“今日”), jointly annotated with two levels of annotations: “きょう” and “today”. +This test passes if: +

+ +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+今日きょうtoday diff --git a/html-ruby-extensions/reference/html-ruby-501-c-ref.html b/html-ruby-extensions/reference/html-ruby-501-c-ref.html new file mode 100644 index 00000000000000..af008f19818268 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-501-c-ref.html @@ -0,0 +1,23 @@ + + + +test reference + + + +

The example below consists of 2 base characters (“今日”), jointly annotated with two levels of annotations: “きょう” and “today”. +This test passes if: +

+ +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+きょうtoday diff --git a/html-ruby-extensions/reference/html-ruby-501-d-ref.html b/html-ruby-extensions/reference/html-ruby-501-d-ref.html new file mode 100644 index 00000000000000..ad705248f6900a --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-501-d-ref.html @@ -0,0 +1,23 @@ + + + +test reference + + + +

The example below consists of 2 base characters (“今日”), jointly annotated with two levels of annotations: “きょう” and “today”. +This test passes if: +

+ +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+今日きょうtoday diff --git a/html-ruby-extensions/reference/html-ruby-501-e-ref.html b/html-ruby-extensions/reference/html-ruby-501-e-ref.html new file mode 100644 index 00000000000000..8171949d490788 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-501-e-ref.html @@ -0,0 +1,20 @@ + + + +test reference + + +

The example below consists of 2 base characters (“今日”), jointly annotated with two levels of annotations: “きょう” and “today”. +This test passes if: +

+ +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+きょうtoday diff --git a/html-ruby-extensions/reference/html-ruby-501-y-ref.html b/html-ruby-extensions/reference/html-ruby-501-y-ref.html new file mode 100644 index 00000000000000..19ada1a01e8468 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-501-y-ref.html @@ -0,0 +1,20 @@ + + + +test reference + + +

The example below consists of 2 base characters (“今日”), jointly annotated with two levels of annotations: “きょう” and “today”. +This test passes if: +

+ +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+今日 diff --git a/html-ruby-extensions/reference/html-ruby-501-z-ref.html b/html-ruby-extensions/reference/html-ruby-501-z-ref.html new file mode 100644 index 00000000000000..868ad51fc5a9b1 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-501-z-ref.html @@ -0,0 +1,19 @@ + + + +test reference + + +

The example below consists of 2 base characters (“今日”), jointly annotated with two levels of annotations: “きょう” and “today”. +This test passes if: +

+ +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


diff --git a/html-ruby-extensions/reference/html-ruby-502-a-ref.html b/html-ruby-extensions/reference/html-ruby-502-a-ref.html new file mode 100644 index 00000000000000..c0c736c840a270 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-502-a-ref.html @@ -0,0 +1,30 @@ + + + +test reference + + + +

The example below consists of 2 base characters, each annotated twice with its pronunciation (once in the latin alphabet, once in kana) +“” is annotated by “きょう” and “kyo”. +“” is annotated by “” and “to”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+きょうkyoto diff --git a/html-ruby-extensions/reference/html-ruby-502-b-ref.html b/html-ruby-extensions/reference/html-ruby-502-b-ref.html new file mode 100644 index 00000000000000..8c5d8c5c74b3b9 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-502-b-ref.html @@ -0,0 +1,31 @@ + + + +test reference + + + +

The example below consists of 2 base characters, each annotated twice with its pronunciation (once in the latin alphabet, once in kana) +“” is annotated by “きょう” and “kyo”. +“” is annotated by “” and “to”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+きょうkyoto diff --git a/html-ruby-extensions/reference/html-ruby-502-c-ref.html b/html-ruby-extensions/reference/html-ruby-502-c-ref.html new file mode 100644 index 00000000000000..0656d815aad45a --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-502-c-ref.html @@ -0,0 +1,30 @@ + + + +test reference + + + +

The example below consists of 2 base characters, each annotated twice with its pronunciation (once in the latin alphabet, once in kana) +“” is annotated by “きょう” and “kyo”. +“” is annotated by “” and “to”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+きょうkyoto diff --git a/html-ruby-extensions/reference/html-ruby-502-d-ref.html b/html-ruby-extensions/reference/html-ruby-502-d-ref.html new file mode 100644 index 00000000000000..32325c7b4aac00 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-502-d-ref.html @@ -0,0 +1,30 @@ + + + +test reference + + + +

The example below consists of 2 base characters, each annotated twice with its pronunciation (once in the latin alphabet, once in kana) +“” is annotated by “きょう” and “kyo”. +“” is annotated by “” and “to”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+きょうkyoto diff --git a/html-ruby-extensions/reference/html-ruby-502-e-ref.html b/html-ruby-extensions/reference/html-ruby-502-e-ref.html new file mode 100644 index 00000000000000..ede72a408de290 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-502-e-ref.html @@ -0,0 +1,31 @@ + + + +test reference + + + +

The example below consists of 2 base characters, each annotated twice with its pronunciation (once in the latin alphabet, once in kana) +“” is annotated by “きょう” and “kyo”. +“” is annotated by “” and “to”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+きょうkyoto diff --git a/html-ruby-extensions/reference/html-ruby-502-y-ref.html b/html-ruby-extensions/reference/html-ruby-502-y-ref.html new file mode 100644 index 00000000000000..e3abfd82d027d7 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-502-y-ref.html @@ -0,0 +1,30 @@ + + + +test reference + + + +

The example below consists of 2 base characters, each annotated twice with its pronunciation (once in the latin alphabet, once in kana) +“” is annotated by “きょう” and “kyo”. +“” is annotated by “” and “to”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+ diff --git a/html-ruby-extensions/reference/html-ruby-502-z-ref.html b/html-ruby-extensions/reference/html-ruby-502-z-ref.html new file mode 100644 index 00000000000000..d3f29650377927 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-502-z-ref.html @@ -0,0 +1,29 @@ + + + +test reference + + + +

The example below consists of 2 base characters, each annotated twice with its pronunciation (once in the latin alphabet, once in kana) +“” is annotated by “きょう” and “kyo”. +“” is annotated by “” and “to”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


diff --git a/html-ruby-extensions/reference/html-ruby-503-a-ref.html b/html-ruby-extensions/reference/html-ruby-503-a-ref.html new file mode 100644 index 00000000000000..fef43181e49ad8 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-503-a-ref.html @@ -0,0 +1,34 @@ + + + +test reference + + + +

The example below consists of 3 base characters, each annotated twice, and then all jointly annotated once more. +“” is annotated by “1” and “a”. +“” is annotated by “2” and “b”. +“” is annotated by “3” and “c”. +The whole is annotated with “altogether”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+
abcaltogether123 diff --git a/html-ruby-extensions/reference/html-ruby-503-b-ref.html b/html-ruby-extensions/reference/html-ruby-503-b-ref.html new file mode 100644 index 00000000000000..d7da23f261802f --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-503-b-ref.html @@ -0,0 +1,35 @@ + + + +test reference + + + +

The example below consists of 3 base characters, each annotated twice, and then all jointly annotated once more. +“” is annotated by “1” and “a”. +“” is annotated by “2” and “b”. +“” is annotated by “3” and “c”. +The whole is annotated with “altogether”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+abcaltogether123 diff --git a/html-ruby-extensions/reference/html-ruby-503-c-ref.html b/html-ruby-extensions/reference/html-ruby-503-c-ref.html new file mode 100644 index 00000000000000..27d7e39b39f0f9 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-503-c-ref.html @@ -0,0 +1,34 @@ + + + +test reference + + + +

The example below consists of 3 base characters, each annotated twice, and then all jointly annotated once more. +“” is annotated by “1” and “a”. +“” is annotated by “2” and “b”. +“” is annotated by “3” and “c”. +The whole is annotated with “altogether”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+abcaltogether123 diff --git a/html-ruby-extensions/reference/html-ruby-503-d-ref.html b/html-ruby-extensions/reference/html-ruby-503-d-ref.html new file mode 100644 index 00000000000000..dece3c3c71ccaa --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-503-d-ref.html @@ -0,0 +1,34 @@ + + + +test reference + + + +

The example below consists of 3 base characters, each annotated twice, and then all jointly annotated once more. +“” is annotated by “1” and “a”. +“” is annotated by “2” and “b”. +“” is annotated by “3” and “c”. +The whole is annotated with “altogether”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+abcaltogether123 diff --git a/html-ruby-extensions/reference/html-ruby-503-e-ref.html b/html-ruby-extensions/reference/html-ruby-503-e-ref.html new file mode 100644 index 00000000000000..396d63bbb6ae21 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-503-e-ref.html @@ -0,0 +1,35 @@ + + + +test reference + + + +

The example below consists of 3 base characters, each annotated twice, and then all jointly annotated once more. +“” is annotated by “1” and “a”. +“” is annotated by “2” and “b”. +“” is annotated by “3” and “c”. +The whole is annotated with “altogether”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+abcaltogether123 diff --git a/html-ruby-extensions/reference/html-ruby-503-y-ref.html b/html-ruby-extensions/reference/html-ruby-503-y-ref.html new file mode 100644 index 00000000000000..fabbc2434f5263 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-503-y-ref.html @@ -0,0 +1,34 @@ + + + +test reference + + + +

The example below consists of 3 base characters, each annotated twice, and then all jointly annotated once more. +“” is annotated by “1” and “a”. +“” is annotated by “2” and “b”. +“” is annotated by “3” and “c”. +The whole is annotated with “altogether”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+ diff --git a/html-ruby-extensions/reference/html-ruby-503-z-ref.html b/html-ruby-extensions/reference/html-ruby-503-z-ref.html new file mode 100644 index 00000000000000..e7a0e7a4facdc9 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-503-z-ref.html @@ -0,0 +1,33 @@ + + + +test reference + + + +

The example below consists of 3 base characters, each annotated twice, and then all jointly annotated once more. +“” is annotated by “1” and “a”. +“” is annotated by “2” and “b”. +“” is annotated by “3” and “c”. +The whole is annotated with “altogether”. +This test passes if: +

+ +

Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


From 31538ec23f7a143b4b9b9cc65468173477219451 Mon Sep 17 00:00:00 2001 From: Florian Rivoal Date: Wed, 4 Mar 2026 15:30:30 +0900 Subject: [PATCH 02/18] Add tests for what ruby sub-elements represent when used in isolation --- html-ruby-extensions/html-ruby-701.html | 18 ++++++++++++++++++ html-ruby-extensions/html-ruby-702.html | 18 ++++++++++++++++++ html-ruby-extensions/html-ruby-703.html | 18 ++++++++++++++++++ html-ruby-extensions/html-ruby-704.html | 14 ++++++++++++++ .../reference/html-ruby-701-ref.html | 14 ++++++++++++++ .../reference/html-ruby-704-ref.html | 10 ++++++++++ 6 files changed, 92 insertions(+) create mode 100644 html-ruby-extensions/html-ruby-701.html create mode 100644 html-ruby-extensions/html-ruby-702.html create mode 100644 html-ruby-extensions/html-ruby-703.html create mode 100644 html-ruby-extensions/html-ruby-704.html create mode 100644 html-ruby-extensions/reference/html-ruby-701-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-704-ref.html diff --git a/html-ruby-extensions/html-ruby-701.html b/html-ruby-extensions/html-ruby-701.html new file mode 100644 index 00000000000000..c1001a3c8eeeff --- /dev/null +++ b/html-ruby-extensions/html-ruby-701.html @@ -0,0 +1,18 @@ + + + +Ruby Markup Content Model + + + + + +

+This test passes if the word "PASS" appears below. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+PASS diff --git a/html-ruby-extensions/html-ruby-702.html b/html-ruby-extensions/html-ruby-702.html new file mode 100644 index 00000000000000..9e647155e3664c --- /dev/null +++ b/html-ruby-extensions/html-ruby-702.html @@ -0,0 +1,18 @@ + + + +Ruby Markup Content Model + + + + + +

+This test passes if the word "PASS" appears below. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+PASS diff --git a/html-ruby-extensions/html-ruby-703.html b/html-ruby-extensions/html-ruby-703.html new file mode 100644 index 00000000000000..ae1e213f92d0b2 --- /dev/null +++ b/html-ruby-extensions/html-ruby-703.html @@ -0,0 +1,18 @@ + + + +Ruby Markup Content Model + + + + + +

+This test passes if the word "PASS" appears below. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


+PASS diff --git a/html-ruby-extensions/html-ruby-704.html b/html-ruby-extensions/html-ruby-704.html new file mode 100644 index 00000000000000..44a4a3b0b886e2 --- /dev/null +++ b/html-ruby-extensions/html-ruby-704.html @@ -0,0 +1,14 @@ + + + +Ruby Markup Content Model + + + + + +

+This test passes if the word "FAIL" does not appears below. + +


+FAIL diff --git a/html-ruby-extensions/reference/html-ruby-701-ref.html b/html-ruby-extensions/reference/html-ruby-701-ref.html new file mode 100644 index 00000000000000..79106a2b0e736c --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-701-ref.html @@ -0,0 +1,14 @@ + + + +test reference + + +

+This test passes if the word "PASS" appears below. + +

Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


diff --git a/html-ruby-extensions/reference/html-ruby-704-ref.html b/html-ruby-extensions/reference/html-ruby-704-ref.html new file mode 100644 index 00000000000000..58c97c12f3b8fc --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-704-ref.html @@ -0,0 +1,10 @@ + + + +Ruby Markup Content Model + + +

+This test passes if the word "FAIL" does not appears below. + +


From e23ffb831ad15f9e5e64fd05224ea22611b5c56c Mon Sep 17 00:00:00 2001 From: Florian Rivoal Date: Thu, 5 Mar 2026 16:02:06 +0900 Subject: [PATCH 03/18] Fix typo --- html-ruby-extensions/html-ruby-704.html | 2 +- html-ruby-extensions/reference/html-ruby-704-ref.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/html-ruby-extensions/html-ruby-704.html b/html-ruby-extensions/html-ruby-704.html index 44a4a3b0b886e2..b94c9c8c485cb6 100644 --- a/html-ruby-extensions/html-ruby-704.html +++ b/html-ruby-extensions/html-ruby-704.html @@ -8,7 +8,7 @@

-This test passes if the word "FAIL" does not appears below. +This test passes if the word "FAIL" does not appear below.


FAIL diff --git a/html-ruby-extensions/reference/html-ruby-704-ref.html b/html-ruby-extensions/reference/html-ruby-704-ref.html index 58c97c12f3b8fc..5a5c2ab9f79636 100644 --- a/html-ruby-extensions/reference/html-ruby-704-ref.html +++ b/html-ruby-extensions/reference/html-ruby-704-ref.html @@ -5,6 +5,6 @@

-This test passes if the word "FAIL" does not appears below. +This test passes if the word "FAIL" does not appear below.


From 471f3167b0e099fca55da88e63bbeca826e8e1e6 Mon Sep 17 00:00:00 2001 From: Florian Rivoal Date: Thu, 5 Mar 2026 16:07:40 +0900 Subject: [PATCH 04/18] Clarify expectations about annotations being associated with a base --- html-ruby-extensions/html-ruby-001.html | 2 +- html-ruby-extensions/html-ruby-002.html | 2 +- html-ruby-extensions/html-ruby-003.html | 2 +- html-ruby-extensions/html-ruby-004.html | 2 +- html-ruby-extensions/html-ruby-005.html | 2 +- html-ruby-extensions/html-ruby-006.html | 2 +- html-ruby-extensions/html-ruby-007.html | 2 +- html-ruby-extensions/html-ruby-008.html | 2 +- html-ruby-extensions/html-ruby-009.html | 2 +- html-ruby-extensions/html-ruby-013.html | 2 +- html-ruby-extensions/html-ruby-101.html | 2 +- html-ruby-extensions/html-ruby-102.html | 2 +- html-ruby-extensions/html-ruby-103.html | 2 +- html-ruby-extensions/html-ruby-104.html | 2 +- html-ruby-extensions/html-ruby-105.html | 2 +- html-ruby-extensions/html-ruby-106.html | 2 +- html-ruby-extensions/html-ruby-107.html | 2 +- html-ruby-extensions/html-ruby-108.html | 2 +- html-ruby-extensions/html-ruby-109.html | 2 +- html-ruby-extensions/html-ruby-201.html | 2 +- html-ruby-extensions/html-ruby-202.html | 2 +- html-ruby-extensions/html-ruby-203.html | 2 +- html-ruby-extensions/html-ruby-204.html | 2 +- html-ruby-extensions/html-ruby-205.html | 2 +- html-ruby-extensions/html-ruby-206.html | 2 +- html-ruby-extensions/html-ruby-207.html | 2 +- html-ruby-extensions/html-ruby-208.html | 2 +- html-ruby-extensions/html-ruby-209.html | 2 +- html-ruby-extensions/html-ruby-301.html | 2 +- html-ruby-extensions/html-ruby-302.html | 2 +- html-ruby-extensions/html-ruby-303.html | 2 +- html-ruby-extensions/html-ruby-304.html | 2 +- html-ruby-extensions/html-ruby-305.html | 2 +- html-ruby-extensions/html-ruby-306.html | 2 +- html-ruby-extensions/html-ruby-307.html | 2 +- html-ruby-extensions/html-ruby-308.html | 2 +- html-ruby-extensions/html-ruby-309.html | 2 +- html-ruby-extensions/html-ruby-313.html | 2 +- html-ruby-extensions/html-ruby-314.html | 2 +- html-ruby-extensions/html-ruby-315.html | 2 +- html-ruby-extensions/html-ruby-316.html | 2 +- html-ruby-extensions/html-ruby-401.html | 2 +- html-ruby-extensions/html-ruby-402.html | 2 +- html-ruby-extensions/html-ruby-403.html | 2 +- html-ruby-extensions/html-ruby-404.html | 2 +- html-ruby-extensions/html-ruby-405.html | 2 +- html-ruby-extensions/html-ruby-406.html | 2 +- html-ruby-extensions/html-ruby-407.html | 2 +- html-ruby-extensions/html-ruby-408.html | 2 +- html-ruby-extensions/html-ruby-409.html | 2 +- html-ruby-extensions/html-ruby-413.html | 2 +- html-ruby-extensions/html-ruby-414.html | 2 +- html-ruby-extensions/html-ruby-415.html | 2 +- html-ruby-extensions/html-ruby-416.html | 2 +- html-ruby-extensions/html-ruby-502.html | 2 +- html-ruby-extensions/html-ruby-503.html | 2 +- html-ruby-extensions/html-ruby-602.html | 2 +- html-ruby-extensions/html-ruby-603.html | 2 +- html-ruby-extensions/reference/html-ruby-001-a-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-001-b-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-001-c-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-001-d-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-001-e-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-001-f-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-001-g-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-001-y-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-001-z-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-008-a-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-008-b-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-008-c-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-008-d-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-008-e-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-008-f-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-008-g-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-008-h-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-008-i-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-008-y-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-008-z-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-013-a-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-013-b-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-013-c-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-013-d-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-013-e-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-013-f-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-013-y-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-502-a-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-502-b-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-502-c-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-502-d-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-502-e-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-502-y-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-502-z-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-503-a-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-503-b-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-503-c-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-503-d-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-503-e-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-503-y-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-503-z-ref.html | 2 +- 99 files changed, 99 insertions(+), 99 deletions(-) diff --git a/html-ruby-extensions/html-ruby-001.html b/html-ruby-extensions/html-ruby-001.html index 2117fdac09d72f..3a2e46f0651172 100644 --- a/html-ruby-extensions/html-ruby-001.html +++ b/html-ruby-extensions/html-ruby-001.html @@ -29,7 +29,7 @@
  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-002.html b/html-ruby-extensions/html-ruby-002.html index 145ff93a2beb7c..999373b71c889b 100644 --- a/html-ruby-extensions/html-ruby-002.html +++ b/html-ruby-extensions/html-ruby-002.html @@ -30,7 +30,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-003.html b/html-ruby-extensions/html-ruby-003.html index f116d0563399d0..b33a2e9292144b 100644 --- a/html-ruby-extensions/html-ruby-003.html +++ b/html-ruby-extensions/html-ruby-003.html @@ -29,7 +29,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-004.html b/html-ruby-extensions/html-ruby-004.html index 050b6122e607b5..7246e09f18cf00 100644 --- a/html-ruby-extensions/html-ruby-004.html +++ b/html-ruby-extensions/html-ruby-004.html @@ -30,7 +30,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-005.html b/html-ruby-extensions/html-ruby-005.html index 99c3e52395db32..2e0f1977d8e1b2 100644 --- a/html-ruby-extensions/html-ruby-005.html +++ b/html-ruby-extensions/html-ruby-005.html @@ -30,7 +30,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-006.html b/html-ruby-extensions/html-ruby-006.html index 4513b5e4b56af5..a206b1ffd33936 100644 --- a/html-ruby-extensions/html-ruby-006.html +++ b/html-ruby-extensions/html-ruby-006.html @@ -30,7 +30,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-007.html b/html-ruby-extensions/html-ruby-007.html index df13a7955d43c5..357f36d0882a84 100644 --- a/html-ruby-extensions/html-ruby-007.html +++ b/html-ruby-extensions/html-ruby-007.html @@ -30,7 +30,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-008.html b/html-ruby-extensions/html-ruby-008.html index 37df7deb7c9353..83c7a803f1e84a 100644 --- a/html-ruby-extensions/html-ruby-008.html +++ b/html-ruby-extensions/html-ruby-008.html @@ -34,7 +34,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base, and +
  • the correct annotation is presented clearly as being associated with the correct base, and
  • the excess annotation appears to be annotating an empty base.
diff --git a/html-ruby-extensions/html-ruby-009.html b/html-ruby-extensions/html-ruby-009.html index 0cc9eae573ca14..fba04356f96ded 100644 --- a/html-ruby-extensions/html-ruby-009.html +++ b/html-ruby-extensions/html-ruby-009.html @@ -34,7 +34,7 @@
  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base, and +
  • the correct annotation is presented clearly as being associated with the correct base, and
  • the excess annotation appears to be annotating an empty base.
diff --git a/html-ruby-extensions/html-ruby-013.html b/html-ruby-extensions/html-ruby-013.html index 35d7e0ea7c26e1..56d5fa811ee50f 100644 --- a/html-ruby-extensions/html-ruby-013.html +++ b/html-ruby-extensions/html-ruby-013.html @@ -30,7 +30,7 @@
  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-101.html b/html-ruby-extensions/html-ruby-101.html index acad62a4403461..7e90dd36e039c1 100644 --- a/html-ruby-extensions/html-ruby-101.html +++ b/html-ruby-extensions/html-ruby-101.html @@ -30,7 +30,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-102.html b/html-ruby-extensions/html-ruby-102.html index 77b82c3d3712d6..4cf8a664cdfadd 100644 --- a/html-ruby-extensions/html-ruby-102.html +++ b/html-ruby-extensions/html-ruby-102.html @@ -31,7 +31,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-103.html b/html-ruby-extensions/html-ruby-103.html index 24814cbf6c62ec..7c0f154657557c 100644 --- a/html-ruby-extensions/html-ruby-103.html +++ b/html-ruby-extensions/html-ruby-103.html @@ -30,7 +30,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-104.html b/html-ruby-extensions/html-ruby-104.html index ab49e7192bf824..dd826a0bdd9e79 100644 --- a/html-ruby-extensions/html-ruby-104.html +++ b/html-ruby-extensions/html-ruby-104.html @@ -31,7 +31,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-105.html b/html-ruby-extensions/html-ruby-105.html index ef8865d02ca541..fb38b00b2d584e 100644 --- a/html-ruby-extensions/html-ruby-105.html +++ b/html-ruby-extensions/html-ruby-105.html @@ -31,7 +31,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-106.html b/html-ruby-extensions/html-ruby-106.html index 114f952895a42d..a5882dace29a37 100644 --- a/html-ruby-extensions/html-ruby-106.html +++ b/html-ruby-extensions/html-ruby-106.html @@ -31,7 +31,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-107.html b/html-ruby-extensions/html-ruby-107.html index ef117b7da9caf8..97914e9fff76b4 100644 --- a/html-ruby-extensions/html-ruby-107.html +++ b/html-ruby-extensions/html-ruby-107.html @@ -31,7 +31,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-108.html b/html-ruby-extensions/html-ruby-108.html index 2cae0a4e5bccad..193bee63835113 100644 --- a/html-ruby-extensions/html-ruby-108.html +++ b/html-ruby-extensions/html-ruby-108.html @@ -35,7 +35,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base, and +
  • the correct annotation is presented clearly as being associated with the correct base, and
  • the excess annotation appears to be annotating an empty base.
diff --git a/html-ruby-extensions/html-ruby-109.html b/html-ruby-extensions/html-ruby-109.html index 2f3059b00483cc..f15e8660830589 100644 --- a/html-ruby-extensions/html-ruby-109.html +++ b/html-ruby-extensions/html-ruby-109.html @@ -35,7 +35,7 @@
  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base, and +
  • the correct annotation is presented clearly as being associated with the correct base, and
  • the excess annotation appears to be annotating an empty base.
diff --git a/html-ruby-extensions/html-ruby-201.html b/html-ruby-extensions/html-ruby-201.html index 5910ede6eee37b..98c6f9182935a9 100644 --- a/html-ruby-extensions/html-ruby-201.html +++ b/html-ruby-extensions/html-ruby-201.html @@ -31,7 +31,7 @@
  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-202.html b/html-ruby-extensions/html-ruby-202.html index 1d8fb780966c80..5bf3147c875a3d 100644 --- a/html-ruby-extensions/html-ruby-202.html +++ b/html-ruby-extensions/html-ruby-202.html @@ -32,7 +32,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-203.html b/html-ruby-extensions/html-ruby-203.html index b7906e6e078f6d..bf2115eac7b736 100644 --- a/html-ruby-extensions/html-ruby-203.html +++ b/html-ruby-extensions/html-ruby-203.html @@ -31,7 +31,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-204.html b/html-ruby-extensions/html-ruby-204.html index eb0a06ca7c2737..f29bc7fc37cc5d 100644 --- a/html-ruby-extensions/html-ruby-204.html +++ b/html-ruby-extensions/html-ruby-204.html @@ -32,7 +32,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-205.html b/html-ruby-extensions/html-ruby-205.html index 72d136525cdaf0..5bc21f4282a17b 100644 --- a/html-ruby-extensions/html-ruby-205.html +++ b/html-ruby-extensions/html-ruby-205.html @@ -32,7 +32,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-206.html b/html-ruby-extensions/html-ruby-206.html index 09bd18dec17e5e..7f2da0164dedf2 100644 --- a/html-ruby-extensions/html-ruby-206.html +++ b/html-ruby-extensions/html-ruby-206.html @@ -32,7 +32,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-207.html b/html-ruby-extensions/html-ruby-207.html index 5ff411c6b3f28f..6cb6b56a005895 100644 --- a/html-ruby-extensions/html-ruby-207.html +++ b/html-ruby-extensions/html-ruby-207.html @@ -32,7 +32,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-208.html b/html-ruby-extensions/html-ruby-208.html index 523a0e26345a18..2570dea91ddad2 100644 --- a/html-ruby-extensions/html-ruby-208.html +++ b/html-ruby-extensions/html-ruby-208.html @@ -35,7 +35,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base, and +
  • the correct annotation is presented clearly as being associated with the correct base, and
  • the excess annotation appears to be annotating an empty base.
diff --git a/html-ruby-extensions/html-ruby-209.html b/html-ruby-extensions/html-ruby-209.html index 8c24454868181b..ed6100ee4b50b5 100644 --- a/html-ruby-extensions/html-ruby-209.html +++ b/html-ruby-extensions/html-ruby-209.html @@ -35,7 +35,7 @@
  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base, and +
  • the correct annotation is presented clearly as being associated with the correct base, and
  • the excess annotation appears to be annotating an empty base.
diff --git a/html-ruby-extensions/html-ruby-301.html b/html-ruby-extensions/html-ruby-301.html index 9ead90f3afb2c0..2c77088cf5120f 100644 --- a/html-ruby-extensions/html-ruby-301.html +++ b/html-ruby-extensions/html-ruby-301.html @@ -29,7 +29,7 @@
  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-302.html b/html-ruby-extensions/html-ruby-302.html index 278ad34d08e9e0..9837fc7d1fe863 100644 --- a/html-ruby-extensions/html-ruby-302.html +++ b/html-ruby-extensions/html-ruby-302.html @@ -30,7 +30,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-303.html b/html-ruby-extensions/html-ruby-303.html index 366d0a57b0c1da..d7b4cad56b8cb9 100644 --- a/html-ruby-extensions/html-ruby-303.html +++ b/html-ruby-extensions/html-ruby-303.html @@ -29,7 +29,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-304.html b/html-ruby-extensions/html-ruby-304.html index 46d31bcb29c92b..eb8060a553d417 100644 --- a/html-ruby-extensions/html-ruby-304.html +++ b/html-ruby-extensions/html-ruby-304.html @@ -30,7 +30,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-305.html b/html-ruby-extensions/html-ruby-305.html index 596255f0e268e3..a815d589f5e5fa 100644 --- a/html-ruby-extensions/html-ruby-305.html +++ b/html-ruby-extensions/html-ruby-305.html @@ -31,7 +31,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-306.html b/html-ruby-extensions/html-ruby-306.html index 43e4cc80b38aae..3d4800d4f9b875 100644 --- a/html-ruby-extensions/html-ruby-306.html +++ b/html-ruby-extensions/html-ruby-306.html @@ -31,7 +31,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-307.html b/html-ruby-extensions/html-ruby-307.html index b98d98c0a9dd0a..98d99c13886e6f 100644 --- a/html-ruby-extensions/html-ruby-307.html +++ b/html-ruby-extensions/html-ruby-307.html @@ -31,7 +31,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-308.html b/html-ruby-extensions/html-ruby-308.html index 1e2406dbb999a0..690504279e9b31 100644 --- a/html-ruby-extensions/html-ruby-308.html +++ b/html-ruby-extensions/html-ruby-308.html @@ -35,7 +35,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base, and +
  • the correct annotation is presented clearly as being associated with the correct base, and
  • the excess annotation appears to be annotating an empty base.
diff --git a/html-ruby-extensions/html-ruby-309.html b/html-ruby-extensions/html-ruby-309.html index 102158238071cc..e7f754318433df 100644 --- a/html-ruby-extensions/html-ruby-309.html +++ b/html-ruby-extensions/html-ruby-309.html @@ -35,7 +35,7 @@
  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base, and +
  • the correct annotation is presented clearly as being associated with the correct base, and
  • the excess annotation appears to be annotating an empty base.
diff --git a/html-ruby-extensions/html-ruby-313.html b/html-ruby-extensions/html-ruby-313.html index 988daea0a5d6be..3da937e549ec33 100644 --- a/html-ruby-extensions/html-ruby-313.html +++ b/html-ruby-extensions/html-ruby-313.html @@ -30,7 +30,7 @@
  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-314.html b/html-ruby-extensions/html-ruby-314.html index 2bacd5f8e47c20..afe81fd4b909bb 100644 --- a/html-ruby-extensions/html-ruby-314.html +++ b/html-ruby-extensions/html-ruby-314.html @@ -31,7 +31,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-315.html b/html-ruby-extensions/html-ruby-315.html index ff0c7bc2c9149c..bece000433ff44 100644 --- a/html-ruby-extensions/html-ruby-315.html +++ b/html-ruby-extensions/html-ruby-315.html @@ -30,7 +30,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-316.html b/html-ruby-extensions/html-ruby-316.html index 4078b73abbfffb..f2f1904be9a67f 100644 --- a/html-ruby-extensions/html-ruby-316.html +++ b/html-ruby-extensions/html-ruby-316.html @@ -31,7 +31,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-401.html b/html-ruby-extensions/html-ruby-401.html index 036669860dd75c..9dc573f45ecf6d 100644 --- a/html-ruby-extensions/html-ruby-401.html +++ b/html-ruby-extensions/html-ruby-401.html @@ -30,7 +30,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-402.html b/html-ruby-extensions/html-ruby-402.html index 2bd7325ac4665e..f32cbc99bacf7a 100644 --- a/html-ruby-extensions/html-ruby-402.html +++ b/html-ruby-extensions/html-ruby-402.html @@ -31,7 +31,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-403.html b/html-ruby-extensions/html-ruby-403.html index 0fbf065875493f..7552e328637345 100644 --- a/html-ruby-extensions/html-ruby-403.html +++ b/html-ruby-extensions/html-ruby-403.html @@ -30,7 +30,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-404.html b/html-ruby-extensions/html-ruby-404.html index 602bbb1c4e49d2..9940bba6287703 100644 --- a/html-ruby-extensions/html-ruby-404.html +++ b/html-ruby-extensions/html-ruby-404.html @@ -31,7 +31,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-405.html b/html-ruby-extensions/html-ruby-405.html index e47f158dff20c4..6a54148f1fe8c8 100644 --- a/html-ruby-extensions/html-ruby-405.html +++ b/html-ruby-extensions/html-ruby-405.html @@ -32,7 +32,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-406.html b/html-ruby-extensions/html-ruby-406.html index 69a44f77e9105f..c3e206d5ffc909 100644 --- a/html-ruby-extensions/html-ruby-406.html +++ b/html-ruby-extensions/html-ruby-406.html @@ -32,7 +32,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-407.html b/html-ruby-extensions/html-ruby-407.html index a8b57f7b3cbc29..de8c110e500a88 100644 --- a/html-ruby-extensions/html-ruby-407.html +++ b/html-ruby-extensions/html-ruby-407.html @@ -32,7 +32,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-408.html b/html-ruby-extensions/html-ruby-408.html index 635a32ac401823..39c84df333d753 100644 --- a/html-ruby-extensions/html-ruby-408.html +++ b/html-ruby-extensions/html-ruby-408.html @@ -36,7 +36,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base, and +
  • the correct annotation is presented clearly as being associated with the correct base, and
  • the excess annotation appears to be annotating an empty base.
diff --git a/html-ruby-extensions/html-ruby-409.html b/html-ruby-extensions/html-ruby-409.html index 8bdc57510df715..481544ec87b4fd 100644 --- a/html-ruby-extensions/html-ruby-409.html +++ b/html-ruby-extensions/html-ruby-409.html @@ -36,7 +36,7 @@
  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base, and +
  • the correct annotation is presented clearly as being associated with the correct base, and
  • the excess annotation appears to be annotating an empty base.
diff --git a/html-ruby-extensions/html-ruby-413.html b/html-ruby-extensions/html-ruby-413.html index 80c388e48b6e4b..0a39d01c48f234 100644 --- a/html-ruby-extensions/html-ruby-413.html +++ b/html-ruby-extensions/html-ruby-413.html @@ -31,7 +31,7 @@
  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-414.html b/html-ruby-extensions/html-ruby-414.html index e3785f832e222e..123c0e525bcae3 100644 --- a/html-ruby-extensions/html-ruby-414.html +++ b/html-ruby-extensions/html-ruby-414.html @@ -32,7 +32,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-415.html b/html-ruby-extensions/html-ruby-415.html index 19fe32d2d8a220..48ddc6ed3ee74c 100644 --- a/html-ruby-extensions/html-ruby-415.html +++ b/html-ruby-extensions/html-ruby-415.html @@ -31,7 +31,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-416.html b/html-ruby-extensions/html-ruby-416.html index 165e0bab0e4e63..71c2706bf029f9 100644 --- a/html-ruby-extensions/html-ruby-416.html +++ b/html-ruby-extensions/html-ruby-416.html @@ -32,7 +32,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-502.html b/html-ruby-extensions/html-ruby-502.html index 7215dd2cb2c89c..d7add69ca064f2 100644 --- a/html-ruby-extensions/html-ruby-502.html +++ b/html-ruby-extensions/html-ruby-502.html @@ -28,7 +28,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-503.html b/html-ruby-extensions/html-ruby-503.html index a65871ef0dbe64..6b7610d6c3dbbd 100644 --- a/html-ruby-extensions/html-ruby-503.html +++ b/html-ruby-extensions/html-ruby-503.html @@ -31,7 +31,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base, and +
  • the correct annotation is presented clearly as being associated with the correct base, and
  • the joint annotation is associated with the whole base, not just a part.
diff --git a/html-ruby-extensions/html-ruby-602.html b/html-ruby-extensions/html-ruby-602.html index 82a6dd306b8033..a3ce176f506891 100644 --- a/html-ruby-extensions/html-ruby-602.html +++ b/html-ruby-extensions/html-ruby-602.html @@ -29,7 +29,7 @@
  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/html-ruby-603.html b/html-ruby-extensions/html-ruby-603.html index 3e077671450078..84b86da76218df 100644 --- a/html-ruby-extensions/html-ruby-603.html +++ b/html-ruby-extensions/html-ruby-603.html @@ -32,7 +32,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base, and +
  • the correct annotation is presented clearly as being associated with the correct base, and
  • the joint annotation is associated with the whole base, not just a part.
diff --git a/html-ruby-extensions/reference/html-ruby-001-a-ref.html b/html-ruby-extensions/reference/html-ruby-001-a-ref.html index cb000b79f7c545..98cda4bc37f88b 100644 --- a/html-ruby-extensions/reference/html-ruby-001-a-ref.html +++ b/html-ruby-extensions/reference/html-ruby-001-a-ref.html @@ -17,7 +17,7 @@
  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/reference/html-ruby-001-b-ref.html b/html-ruby-extensions/reference/html-ruby-001-b-ref.html index e65abfc1b8c710..3154d1da742cba 100644 --- a/html-ruby-extensions/reference/html-ruby-001-b-ref.html +++ b/html-ruby-extensions/reference/html-ruby-001-b-ref.html @@ -17,7 +17,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/reference/html-ruby-001-c-ref.html b/html-ruby-extensions/reference/html-ruby-001-c-ref.html index f6bf6ded27767b..738b2eb2d1af5c 100644 --- a/html-ruby-extensions/reference/html-ruby-001-c-ref.html +++ b/html-ruby-extensions/reference/html-ruby-001-c-ref.html @@ -18,7 +18,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/reference/html-ruby-001-d-ref.html b/html-ruby-extensions/reference/html-ruby-001-d-ref.html index db1bac733f0459..69a918061bb277 100644 --- a/html-ruby-extensions/reference/html-ruby-001-d-ref.html +++ b/html-ruby-extensions/reference/html-ruby-001-d-ref.html @@ -18,7 +18,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/reference/html-ruby-001-e-ref.html b/html-ruby-extensions/reference/html-ruby-001-e-ref.html index 6fb5fa674e6bee..395442773f8235 100644 --- a/html-ruby-extensions/reference/html-ruby-001-e-ref.html +++ b/html-ruby-extensions/reference/html-ruby-001-e-ref.html @@ -17,7 +17,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/reference/html-ruby-001-f-ref.html b/html-ruby-extensions/reference/html-ruby-001-f-ref.html index 45abfc7a0e1f13..cdc3fc43228e99 100644 --- a/html-ruby-extensions/reference/html-ruby-001-f-ref.html +++ b/html-ruby-extensions/reference/html-ruby-001-f-ref.html @@ -17,7 +17,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/reference/html-ruby-001-g-ref.html b/html-ruby-extensions/reference/html-ruby-001-g-ref.html index 415735b5dfca61..155a0588e696e4 100644 --- a/html-ruby-extensions/reference/html-ruby-001-g-ref.html +++ b/html-ruby-extensions/reference/html-ruby-001-g-ref.html @@ -18,7 +18,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/reference/html-ruby-001-y-ref.html b/html-ruby-extensions/reference/html-ruby-001-y-ref.html index 0e45e43c4b4691..70477a93bd3f90 100644 --- a/html-ruby-extensions/reference/html-ruby-001-y-ref.html +++ b/html-ruby-extensions/reference/html-ruby-001-y-ref.html @@ -17,7 +17,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/reference/html-ruby-001-z-ref.html b/html-ruby-extensions/reference/html-ruby-001-z-ref.html index 866ccaf884353e..6c41390bbc91b6 100644 --- a/html-ruby-extensions/reference/html-ruby-001-z-ref.html +++ b/html-ruby-extensions/reference/html-ruby-001-z-ref.html @@ -17,7 +17,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/reference/html-ruby-008-a-ref.html b/html-ruby-extensions/reference/html-ruby-008-a-ref.html index c7765a71708f65..0b014522ac790a 100644 --- a/html-ruby-extensions/reference/html-ruby-008-a-ref.html +++ b/html-ruby-extensions/reference/html-ruby-008-a-ref.html @@ -18,7 +18,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base, and +
  • the correct annotation is presented clearly as being associated with the correct base, and
  • the excess annotation appears to be annotating an empty base.
diff --git a/html-ruby-extensions/reference/html-ruby-008-b-ref.html b/html-ruby-extensions/reference/html-ruby-008-b-ref.html index 26477ca40a60bd..b9e663bf73edf9 100644 --- a/html-ruby-extensions/reference/html-ruby-008-b-ref.html +++ b/html-ruby-extensions/reference/html-ruby-008-b-ref.html @@ -18,7 +18,7 @@
  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base, and +
  • the correct annotation is presented clearly as being associated with the correct base, and
  • the excess annotation appears to be annotating an empty base.
diff --git a/html-ruby-extensions/reference/html-ruby-008-c-ref.html b/html-ruby-extensions/reference/html-ruby-008-c-ref.html index f8bc6367baff9f..127c9d4d97aacb 100644 --- a/html-ruby-extensions/reference/html-ruby-008-c-ref.html +++ b/html-ruby-extensions/reference/html-ruby-008-c-ref.html @@ -19,7 +19,7 @@
  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base, and +
  • the correct annotation is presented clearly as being associated with the correct base, and
  • the excess annotation appears to be annotating an empty base.
diff --git a/html-ruby-extensions/reference/html-ruby-008-d-ref.html b/html-ruby-extensions/reference/html-ruby-008-d-ref.html index c4b9f3ed75a80d..853106789a3190 100644 --- a/html-ruby-extensions/reference/html-ruby-008-d-ref.html +++ b/html-ruby-extensions/reference/html-ruby-008-d-ref.html @@ -19,7 +19,7 @@
  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base, and +
  • the correct annotation is presented clearly as being associated with the correct base, and
  • the excess annotation appears to be annotating an empty base.
diff --git a/html-ruby-extensions/reference/html-ruby-008-e-ref.html b/html-ruby-extensions/reference/html-ruby-008-e-ref.html index 8ed05d4dc9f421..0016f9ba61d809 100644 --- a/html-ruby-extensions/reference/html-ruby-008-e-ref.html +++ b/html-ruby-extensions/reference/html-ruby-008-e-ref.html @@ -18,7 +18,7 @@
  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base, and +
  • the correct annotation is presented clearly as being associated with the correct base, and
  • the excess annotation appears to be annotating an empty base.
diff --git a/html-ruby-extensions/reference/html-ruby-008-f-ref.html b/html-ruby-extensions/reference/html-ruby-008-f-ref.html index 5b076e8ad50a08..a365c612575546 100644 --- a/html-ruby-extensions/reference/html-ruby-008-f-ref.html +++ b/html-ruby-extensions/reference/html-ruby-008-f-ref.html @@ -18,7 +18,7 @@
  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base, and +
  • the correct annotation is presented clearly as being associated with the correct base, and
  • the excess annotation appears to be annotating an empty base.
diff --git a/html-ruby-extensions/reference/html-ruby-008-g-ref.html b/html-ruby-extensions/reference/html-ruby-008-g-ref.html index c15c03a41b1400..97d426ba9eb7c9 100644 --- a/html-ruby-extensions/reference/html-ruby-008-g-ref.html +++ b/html-ruby-extensions/reference/html-ruby-008-g-ref.html @@ -19,7 +19,7 @@
  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base, and +
  • the correct annotation is presented clearly as being associated with the correct base, and
  • the excess annotation appears to be annotating an empty base.
diff --git a/html-ruby-extensions/reference/html-ruby-008-h-ref.html b/html-ruby-extensions/reference/html-ruby-008-h-ref.html index 11f3bf57194f67..ef3b19d576a875 100644 --- a/html-ruby-extensions/reference/html-ruby-008-h-ref.html +++ b/html-ruby-extensions/reference/html-ruby-008-h-ref.html @@ -18,7 +18,7 @@
  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base, and +
  • the correct annotation is presented clearly as being associated with the correct base, and
  • the excess annotation appears to be annotating an empty base.
diff --git a/html-ruby-extensions/reference/html-ruby-008-i-ref.html b/html-ruby-extensions/reference/html-ruby-008-i-ref.html index cb9045a8572403..c4634c5e906858 100644 --- a/html-ruby-extensions/reference/html-ruby-008-i-ref.html +++ b/html-ruby-extensions/reference/html-ruby-008-i-ref.html @@ -19,7 +19,7 @@
  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base, and +
  • the correct annotation is presented clearly as being associated with the correct base, and
  • the excess annotation appears to be annotating an empty base.
diff --git a/html-ruby-extensions/reference/html-ruby-008-y-ref.html b/html-ruby-extensions/reference/html-ruby-008-y-ref.html index 35d92e957782a9..9fb285298061bb 100644 --- a/html-ruby-extensions/reference/html-ruby-008-y-ref.html +++ b/html-ruby-extensions/reference/html-ruby-008-y-ref.html @@ -18,7 +18,7 @@
  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base, and +
  • the correct annotation is presented clearly as being associated with the correct base, and
  • the excess annotation appears to be annotating an empty base.
diff --git a/html-ruby-extensions/reference/html-ruby-008-z-ref.html b/html-ruby-extensions/reference/html-ruby-008-z-ref.html index 309873da37ca39..03d6dc72c178d9 100644 --- a/html-ruby-extensions/reference/html-ruby-008-z-ref.html +++ b/html-ruby-extensions/reference/html-ruby-008-z-ref.html @@ -18,7 +18,7 @@
  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base, and +
  • the correct annotation is presented clearly as being associated with the correct base, and
  • the excess annotation appears to be annotating an empty base.
diff --git a/html-ruby-extensions/reference/html-ruby-013-a-ref.html b/html-ruby-extensions/reference/html-ruby-013-a-ref.html index 7a509544f78a03..b5c879c7a970c8 100644 --- a/html-ruby-extensions/reference/html-ruby-013-a-ref.html +++ b/html-ruby-extensions/reference/html-ruby-013-a-ref.html @@ -17,7 +17,7 @@
  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/reference/html-ruby-013-b-ref.html b/html-ruby-extensions/reference/html-ruby-013-b-ref.html index cd0a1d8c9aeedb..cdecf81c044e7f 100644 --- a/html-ruby-extensions/reference/html-ruby-013-b-ref.html +++ b/html-ruby-extensions/reference/html-ruby-013-b-ref.html @@ -17,7 +17,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/reference/html-ruby-013-c-ref.html b/html-ruby-extensions/reference/html-ruby-013-c-ref.html index e2e7aa84f86623..50446cd9f89a74 100644 --- a/html-ruby-extensions/reference/html-ruby-013-c-ref.html +++ b/html-ruby-extensions/reference/html-ruby-013-c-ref.html @@ -18,7 +18,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/reference/html-ruby-013-d-ref.html b/html-ruby-extensions/reference/html-ruby-013-d-ref.html index 2446c0a28fa37b..78158b2c03b78c 100644 --- a/html-ruby-extensions/reference/html-ruby-013-d-ref.html +++ b/html-ruby-extensions/reference/html-ruby-013-d-ref.html @@ -17,7 +17,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/reference/html-ruby-013-e-ref.html b/html-ruby-extensions/reference/html-ruby-013-e-ref.html index f5ba0c808d1b54..29eae3f8f9212e 100644 --- a/html-ruby-extensions/reference/html-ruby-013-e-ref.html +++ b/html-ruby-extensions/reference/html-ruby-013-e-ref.html @@ -17,7 +17,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/reference/html-ruby-013-f-ref.html b/html-ruby-extensions/reference/html-ruby-013-f-ref.html index 0dc15a70738f15..012bc8e5898fc1 100644 --- a/html-ruby-extensions/reference/html-ruby-013-f-ref.html +++ b/html-ruby-extensions/reference/html-ruby-013-f-ref.html @@ -18,7 +18,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/reference/html-ruby-013-y-ref.html b/html-ruby-extensions/reference/html-ruby-013-y-ref.html index 1f84d0b43324eb..c83638db1a08f7 100644 --- a/html-ruby-extensions/reference/html-ruby-013-y-ref.html +++ b/html-ruby-extensions/reference/html-ruby-013-y-ref.html @@ -17,7 +17,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/reference/html-ruby-502-a-ref.html b/html-ruby-extensions/reference/html-ruby-502-a-ref.html index c0c736c840a270..09d9d4859341d6 100644 --- a/html-ruby-extensions/reference/html-ruby-502-a-ref.html +++ b/html-ruby-extensions/reference/html-ruby-502-a-ref.html @@ -15,7 +15,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/reference/html-ruby-502-b-ref.html b/html-ruby-extensions/reference/html-ruby-502-b-ref.html index 8c5d8c5c74b3b9..23cb6374af5248 100644 --- a/html-ruby-extensions/reference/html-ruby-502-b-ref.html +++ b/html-ruby-extensions/reference/html-ruby-502-b-ref.html @@ -16,7 +16,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/reference/html-ruby-502-c-ref.html b/html-ruby-extensions/reference/html-ruby-502-c-ref.html index 0656d815aad45a..f3f14cd08796ab 100644 --- a/html-ruby-extensions/reference/html-ruby-502-c-ref.html +++ b/html-ruby-extensions/reference/html-ruby-502-c-ref.html @@ -15,7 +15,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/reference/html-ruby-502-d-ref.html b/html-ruby-extensions/reference/html-ruby-502-d-ref.html index 32325c7b4aac00..6c3ded5d125117 100644 --- a/html-ruby-extensions/reference/html-ruby-502-d-ref.html +++ b/html-ruby-extensions/reference/html-ruby-502-d-ref.html @@ -15,7 +15,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/reference/html-ruby-502-e-ref.html b/html-ruby-extensions/reference/html-ruby-502-e-ref.html index ede72a408de290..ae7da8f34da5b4 100644 --- a/html-ruby-extensions/reference/html-ruby-502-e-ref.html +++ b/html-ruby-extensions/reference/html-ruby-502-e-ref.html @@ -16,7 +16,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/reference/html-ruby-502-y-ref.html b/html-ruby-extensions/reference/html-ruby-502-y-ref.html index e3abfd82d027d7..fd1b09e6a89047 100644 --- a/html-ruby-extensions/reference/html-ruby-502-y-ref.html +++ b/html-ruby-extensions/reference/html-ruby-502-y-ref.html @@ -15,7 +15,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/reference/html-ruby-502-z-ref.html b/html-ruby-extensions/reference/html-ruby-502-z-ref.html index d3f29650377927..a450d6152223c0 100644 --- a/html-ruby-extensions/reference/html-ruby-502-z-ref.html +++ b/html-ruby-extensions/reference/html-ruby-502-z-ref.html @@ -15,7 +15,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base. +
  • the correct annotation is presented clearly as being associated with the correct base.

Note: The colors are not part of the test, diff --git a/html-ruby-extensions/reference/html-ruby-503-a-ref.html b/html-ruby-extensions/reference/html-ruby-503-a-ref.html index fef43181e49ad8..3fb0006ca9b2a1 100644 --- a/html-ruby-extensions/reference/html-ruby-503-a-ref.html +++ b/html-ruby-extensions/reference/html-ruby-503-a-ref.html @@ -18,7 +18,7 @@

  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base, and +
  • the correct annotation is presented clearly as being associated with the correct base, and
  • the joint annotation is associated with the whole base, not just a part.
diff --git a/html-ruby-extensions/reference/html-ruby-503-b-ref.html b/html-ruby-extensions/reference/html-ruby-503-b-ref.html index d7da23f261802f..4ac6aeb7be1f4c 100644 --- a/html-ruby-extensions/reference/html-ruby-503-b-ref.html +++ b/html-ruby-extensions/reference/html-ruby-503-b-ref.html @@ -19,7 +19,7 @@
  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base, and +
  • the correct annotation is presented clearly as being associated with the correct base, and
  • the joint annotation is associated with the whole base, not just a part.
diff --git a/html-ruby-extensions/reference/html-ruby-503-c-ref.html b/html-ruby-extensions/reference/html-ruby-503-c-ref.html index 27d7e39b39f0f9..0e905c63b337b6 100644 --- a/html-ruby-extensions/reference/html-ruby-503-c-ref.html +++ b/html-ruby-extensions/reference/html-ruby-503-c-ref.html @@ -18,7 +18,7 @@
  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base, and +
  • the correct annotation is presented clearly as being associated with the correct base, and
  • the joint annotation is associated with the whole base, not just a part.
diff --git a/html-ruby-extensions/reference/html-ruby-503-d-ref.html b/html-ruby-extensions/reference/html-ruby-503-d-ref.html index dece3c3c71ccaa..d52682d9c5aa92 100644 --- a/html-ruby-extensions/reference/html-ruby-503-d-ref.html +++ b/html-ruby-extensions/reference/html-ruby-503-d-ref.html @@ -18,7 +18,7 @@
  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base, and +
  • the correct annotation is presented clearly as being associated with the correct base, and
  • the joint annotation is associated with the whole base, not just a part.
diff --git a/html-ruby-extensions/reference/html-ruby-503-e-ref.html b/html-ruby-extensions/reference/html-ruby-503-e-ref.html index 396d63bbb6ae21..0ae442f9d58856 100644 --- a/html-ruby-extensions/reference/html-ruby-503-e-ref.html +++ b/html-ruby-extensions/reference/html-ruby-503-e-ref.html @@ -19,7 +19,7 @@
  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base, and +
  • the correct annotation is presented clearly as being associated with the correct base, and
  • the joint annotation is associated with the whole base, not just a part.
diff --git a/html-ruby-extensions/reference/html-ruby-503-y-ref.html b/html-ruby-extensions/reference/html-ruby-503-y-ref.html index fabbc2434f5263..0695a45c4b0f49 100644 --- a/html-ruby-extensions/reference/html-ruby-503-y-ref.html +++ b/html-ruby-extensions/reference/html-ruby-503-y-ref.html @@ -18,7 +18,7 @@
  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base, and +
  • the correct annotation is presented clearly as being associated with the correct base, and
  • the joint annotation is associated with the whole base, not just a part.
diff --git a/html-ruby-extensions/reference/html-ruby-503-z-ref.html b/html-ruby-extensions/reference/html-ruby-503-z-ref.html index e7a0e7a4facdc9..b820c19f9c6bdb 100644 --- a/html-ruby-extensions/reference/html-ruby-503-z-ref.html +++ b/html-ruby-extensions/reference/html-ruby-503-z-ref.html @@ -18,7 +18,7 @@
  • each base character is conveyed as a base, and
  • each annotation is convenyed as an annotation, and -
  • the correct annotation is associated with the correct base, and +
  • the correct annotation is presented clearly as being associated with the correct base, and
  • the joint annotation is associated with the whole base, not just a part.
From 3faed56c6a794439b6fffab1580d8633ec8a6e4f Mon Sep 17 00:00:00 2001 From: Florian Rivoal Date: Thu, 5 Mar 2026 16:57:20 +0900 Subject: [PATCH 05/18] Clarify expectations about bases being part of the normal text --- html-ruby-extensions/html-ruby-001.html | 5 +++-- html-ruby-extensions/html-ruby-002.html | 5 +++-- html-ruby-extensions/html-ruby-003.html | 5 +++-- html-ruby-extensions/html-ruby-004.html | 5 +++-- html-ruby-extensions/html-ruby-005.html | 5 +++-- html-ruby-extensions/html-ruby-006.html | 5 +++-- html-ruby-extensions/html-ruby-007.html | 5 +++-- html-ruby-extensions/html-ruby-008.html | 5 +++-- html-ruby-extensions/html-ruby-009.html | 5 +++-- html-ruby-extensions/html-ruby-010.html | 5 +++-- html-ruby-extensions/html-ruby-011.html | 5 +++-- html-ruby-extensions/html-ruby-012.html | 5 +++-- html-ruby-extensions/html-ruby-013.html | 5 +++-- html-ruby-extensions/html-ruby-101.html | 5 +++-- html-ruby-extensions/html-ruby-102.html | 5 +++-- html-ruby-extensions/html-ruby-103.html | 5 +++-- html-ruby-extensions/html-ruby-104.html | 5 +++-- html-ruby-extensions/html-ruby-105.html | 5 +++-- html-ruby-extensions/html-ruby-106.html | 5 +++-- html-ruby-extensions/html-ruby-107.html | 5 +++-- html-ruby-extensions/html-ruby-108.html | 5 +++-- html-ruby-extensions/html-ruby-109.html | 5 +++-- html-ruby-extensions/html-ruby-110.html | 5 +++-- html-ruby-extensions/html-ruby-111.html | 5 +++-- html-ruby-extensions/html-ruby-112.html | 5 +++-- html-ruby-extensions/html-ruby-201.html | 5 +++-- html-ruby-extensions/html-ruby-202.html | 5 +++-- html-ruby-extensions/html-ruby-203.html | 5 +++-- html-ruby-extensions/html-ruby-204.html | 5 +++-- html-ruby-extensions/html-ruby-205.html | 5 +++-- html-ruby-extensions/html-ruby-206.html | 5 +++-- html-ruby-extensions/html-ruby-207.html | 5 +++-- html-ruby-extensions/html-ruby-208.html | 5 +++-- html-ruby-extensions/html-ruby-209.html | 5 +++-- html-ruby-extensions/html-ruby-210.html | 5 +++-- html-ruby-extensions/html-ruby-211.html | 5 +++-- html-ruby-extensions/html-ruby-212.html | 5 +++-- html-ruby-extensions/html-ruby-301.html | 5 +++-- html-ruby-extensions/html-ruby-302.html | 5 +++-- html-ruby-extensions/html-ruby-303.html | 5 +++-- html-ruby-extensions/html-ruby-304.html | 5 +++-- html-ruby-extensions/html-ruby-305.html | 5 +++-- html-ruby-extensions/html-ruby-306.html | 5 +++-- html-ruby-extensions/html-ruby-307.html | 5 +++-- html-ruby-extensions/html-ruby-308.html | 5 +++-- html-ruby-extensions/html-ruby-309.html | 5 +++-- html-ruby-extensions/html-ruby-310.html | 5 +++-- html-ruby-extensions/html-ruby-311.html | 5 +++-- html-ruby-extensions/html-ruby-312.html | 5 +++-- html-ruby-extensions/html-ruby-313.html | 5 +++-- html-ruby-extensions/html-ruby-314.html | 5 +++-- html-ruby-extensions/html-ruby-315.html | 5 +++-- html-ruby-extensions/html-ruby-316.html | 5 +++-- html-ruby-extensions/html-ruby-401.html | 5 +++-- html-ruby-extensions/html-ruby-402.html | 5 +++-- html-ruby-extensions/html-ruby-403.html | 5 +++-- html-ruby-extensions/html-ruby-404.html | 5 +++-- html-ruby-extensions/html-ruby-405.html | 5 +++-- html-ruby-extensions/html-ruby-406.html | 5 +++-- html-ruby-extensions/html-ruby-407.html | 5 +++-- html-ruby-extensions/html-ruby-408.html | 5 +++-- html-ruby-extensions/html-ruby-409.html | 5 +++-- html-ruby-extensions/html-ruby-410.html | 5 +++-- html-ruby-extensions/html-ruby-411.html | 5 +++-- html-ruby-extensions/html-ruby-412.html | 5 +++-- html-ruby-extensions/html-ruby-413.html | 5 +++-- html-ruby-extensions/html-ruby-414.html | 5 +++-- html-ruby-extensions/html-ruby-415.html | 5 +++-- html-ruby-extensions/html-ruby-416.html | 5 +++-- html-ruby-extensions/html-ruby-501.html | 5 +++-- html-ruby-extensions/html-ruby-502.html | 5 +++-- html-ruby-extensions/html-ruby-503.html | 5 +++-- html-ruby-extensions/html-ruby-601.html | 5 +++-- html-ruby-extensions/html-ruby-602.html | 5 +++-- html-ruby-extensions/html-ruby-603.html | 5 +++-- html-ruby-extensions/reference/html-ruby-001-a-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-001-b-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-001-c-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-001-d-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-001-e-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-001-f-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-001-g-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-001-y-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-001-z-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-008-a-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-008-b-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-008-c-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-008-d-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-008-e-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-008-f-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-008-g-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-008-h-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-008-i-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-008-y-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-008-z-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-010-a-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-010-b-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-010-c-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-010-d-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-010-e-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-010-f-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-010-y-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-010-z-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-012-a-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-012-b-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-012-c-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-012-d-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-012-e-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-012-y-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-012-z-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-013-a-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-013-b-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-013-c-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-013-d-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-013-e-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-013-f-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-013-y-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-501-a-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-501-b-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-501-c-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-501-d-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-501-e-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-501-y-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-501-z-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-502-a-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-502-b-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-502-c-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-502-d-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-502-e-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-502-y-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-502-z-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-503-a-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-503-b-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-503-c-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-503-d-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-503-e-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-503-y-ref.html | 5 +++-- html-ruby-extensions/reference/html-ruby-503-z-ref.html | 5 +++-- 138 files changed, 414 insertions(+), 276 deletions(-) diff --git a/html-ruby-extensions/html-ruby-001.html b/html-ruby-extensions/html-ruby-001.html index 3a2e46f0651172..0b632c64deaf28 100644 --- a/html-ruby-extensions/html-ruby-001.html +++ b/html-ruby-extensions/html-ruby-001.html @@ -25,9 +25,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
    -
  • each base character is conveyed as a base, and +
  • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
  • each annotation is convenyed as an annotation, and
  • the correct annotation is presented clearly as being associated with the correct base.
@@ -41,4 +42,4 @@ and implementations may therefore validly vary.
-じょう +例文はじょう diff --git a/html-ruby-extensions/html-ruby-002.html b/html-ruby-extensions/html-ruby-002.html index 999373b71c889b..0d7ef9b383b8f7 100644 --- a/html-ruby-extensions/html-ruby-002.html +++ b/html-ruby-extensions/html-ruby-002.html @@ -26,9 +26,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
    -
  • each base character is conveyed as a base, and +
  • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
  • each annotation is convenyed as an annotation, and
  • the correct annotation is presented clearly as being associated with the correct base.
@@ -42,4 +43,4 @@ and implementations may therefore validly vary.
-じょう +例文はじょう diff --git a/html-ruby-extensions/html-ruby-003.html b/html-ruby-extensions/html-ruby-003.html index b33a2e9292144b..63b0074f0f4ca9 100644 --- a/html-ruby-extensions/html-ruby-003.html +++ b/html-ruby-extensions/html-ruby-003.html @@ -25,9 +25,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
    -
  • each base character is conveyed as a base, and +
  • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
  • each annotation is convenyed as an annotation, and
  • the correct annotation is presented clearly as being associated with the correct base.
@@ -41,4 +42,4 @@ and implementations may therefore validly vary.
-じょう +例文はじょう diff --git a/html-ruby-extensions/html-ruby-004.html b/html-ruby-extensions/html-ruby-004.html index 7246e09f18cf00..3a33de2d348e47 100644 --- a/html-ruby-extensions/html-ruby-004.html +++ b/html-ruby-extensions/html-ruby-004.html @@ -26,9 +26,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
    -
  • each base character is conveyed as a base, and +
  • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
  • each annotation is convenyed as an annotation, and
  • the correct annotation is presented clearly as being associated with the correct base.
@@ -42,4 +43,4 @@ and implementations may therefore validly vary.
-じょう +例文はじょう diff --git a/html-ruby-extensions/html-ruby-005.html b/html-ruby-extensions/html-ruby-005.html index 2e0f1977d8e1b2..9671bbbee783d7 100644 --- a/html-ruby-extensions/html-ruby-005.html +++ b/html-ruby-extensions/html-ruby-005.html @@ -26,9 +26,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
    -
  • each base character is conveyed as a base, and +
  • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
  • each annotation is convenyed as an annotation, and
  • the correct annotation is presented clearly as being associated with the correct base.
@@ -42,4 +43,4 @@ and implementations may therefore validly vary.
-じょう +例文はじょう diff --git a/html-ruby-extensions/html-ruby-006.html b/html-ruby-extensions/html-ruby-006.html index a206b1ffd33936..89a545a1087a8c 100644 --- a/html-ruby-extensions/html-ruby-006.html +++ b/html-ruby-extensions/html-ruby-006.html @@ -26,9 +26,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
    -
  • each base character is conveyed as a base, and +
  • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
  • each annotation is convenyed as an annotation, and
  • the correct annotation is presented clearly as being associated with the correct base.
@@ -42,4 +43,4 @@ and implementations may therefore validly vary.
-じょう +例文はじょう diff --git a/html-ruby-extensions/html-ruby-007.html b/html-ruby-extensions/html-ruby-007.html index 357f36d0882a84..796e094fd32d0e 100644 --- a/html-ruby-extensions/html-ruby-007.html +++ b/html-ruby-extensions/html-ruby-007.html @@ -26,9 +26,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
    -
  • each base character is conveyed as a base, and +
  • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
  • each annotation is convenyed as an annotation, and
  • the correct annotation is presented clearly as being associated with the correct base.
@@ -42,4 +43,4 @@ and implementations may therefore validly vary.
-じょう +例文はじょう diff --git a/html-ruby-extensions/html-ruby-008.html b/html-ruby-extensions/html-ruby-008.html index 83c7a803f1e84a..aed42c7af5c10e 100644 --- a/html-ruby-extensions/html-ruby-008.html +++ b/html-ruby-extensions/html-ruby-008.html @@ -30,9 +30,10 @@ “” is annotated by “”. “” is annotated by “”. There is also one excess annotation with no base: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
    -
  • each base character is conveyed as a base, and +
  • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
  • each annotation is convenyed as an annotation, and
  • the correct annotation is presented clearly as being associated with the correct base, and
  • the excess annotation appears to be annotating an empty base. @@ -47,4 +48,4 @@ and implementations may therefore validly vary.
    -じょう +例文はじょう diff --git a/html-ruby-extensions/html-ruby-009.html b/html-ruby-extensions/html-ruby-009.html index fba04356f96ded..82bc36d372ea60 100644 --- a/html-ruby-extensions/html-ruby-009.html +++ b/html-ruby-extensions/html-ruby-009.html @@ -30,9 +30,10 @@ “” is annotated by “”. “” is annotated by “”. There is also one excess annotation with no base: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
      -
    • each base character is conveyed as a base, and +
    • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
    • each annotation is convenyed as an annotation, and
    • the correct annotation is presented clearly as being associated with the correct base, and
    • the excess annotation appears to be annotating an empty base. @@ -47,4 +48,4 @@ and implementations may therefore validly vary.
      -じょう +例文はじょう diff --git a/html-ruby-extensions/html-ruby-010.html b/html-ruby-extensions/html-ruby-010.html index 057efa710aa44e..8f8c32520a0a74 100644 --- a/html-ruby-extensions/html-ruby-010.html +++ b/html-ruby-extensions/html-ruby-010.html @@ -26,9 +26,10 @@ “” is annotated by “じょう”. “” is not annotated. “” is not annotated. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
        -
      • each base character is conveyed as a base, and +
      • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
      • the annotation is convenyed as an annotation, and
      • the annotation is only associated with the first base, not shared with the others.
      @@ -42,4 +43,4 @@ and implementations may therefore validly vary.
      -じょう +例文はじょう diff --git a/html-ruby-extensions/html-ruby-011.html b/html-ruby-extensions/html-ruby-011.html index 335b78393f79b6..6073565472e615 100644 --- a/html-ruby-extensions/html-ruby-011.html +++ b/html-ruby-extensions/html-ruby-011.html @@ -26,9 +26,10 @@ “” is annotated by “じょう”. “” is not annotated. “” is not annotated. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
        -
      • each base character is conveyed as a base, and +
      • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
      • the annotation is convenyed as an annotation, and
      • the annotation is only associated with the first base, not shared with the others.
      @@ -42,4 +43,4 @@ and implementations may therefore validly vary.
      -じょう +例文はじょう diff --git a/html-ruby-extensions/html-ruby-012.html b/html-ruby-extensions/html-ruby-012.html index c962e66360078a..1f60bedbcbea82 100644 --- a/html-ruby-extensions/html-ruby-012.html +++ b/html-ruby-extensions/html-ruby-012.html @@ -17,9 +17,10 @@

      The example below consists of 2 base characters (今日), jointly annotated with their pronuntiation (きょう). +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:

        -
      • the base characters are conveyed as a base, and +
      • the base characters are presented inline with and similarly to the context text, as if they are all part of the same sentence, and
      • the annotation is convenyed as an annotation, and
      • the annotation is jointly associated with the whole base, not just part of it.
      @@ -29,4 +30,4 @@ and implementations may therefore validly vary.
      -きょう +例文はきょう diff --git a/html-ruby-extensions/html-ruby-013.html b/html-ruby-extensions/html-ruby-013.html index 56d5fa811ee50f..348cc41d0e1aa7 100644 --- a/html-ruby-extensions/html-ruby-013.html +++ b/html-ruby-extensions/html-ruby-013.html @@ -26,9 +26,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
        -
      • each base character is conveyed as a base, and +
      • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
      • each annotation is convenyed as an annotation, and
      • the correct annotation is presented clearly as being associated with the correct base.
      @@ -42,7 +43,7 @@ and implementations may therefore validly vary.
      - +例文は じょう diff --git a/html-ruby-extensions/html-ruby-101.html b/html-ruby-extensions/html-ruby-101.html index 7e90dd36e039c1..6485bac658d05c 100644 --- a/html-ruby-extensions/html-ruby-101.html +++ b/html-ruby-extensions/html-ruby-101.html @@ -26,9 +26,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
        -
      • each base character is conveyed as a base, and +
      • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
      • each annotation is convenyed as an annotation, and
      • the correct annotation is presented clearly as being associated with the correct base.
      @@ -42,4 +43,4 @@ and implementations may therefore validly vary.
      -!じょう!!!!! +例文は!じょう!!!!! diff --git a/html-ruby-extensions/html-ruby-102.html b/html-ruby-extensions/html-ruby-102.html index 4cf8a664cdfadd..3b9afa9f525770 100644 --- a/html-ruby-extensions/html-ruby-102.html +++ b/html-ruby-extensions/html-ruby-102.html @@ -27,9 +27,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
        -
      • each base character is conveyed as a base, and +
      • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
      • each annotation is convenyed as an annotation, and
      • the correct annotation is presented clearly as being associated with the correct base.
      @@ -43,4 +44,4 @@ and implementations may therefore validly vary.
      -!じょう!!!!! +例文は!じょう!!!!! diff --git a/html-ruby-extensions/html-ruby-103.html b/html-ruby-extensions/html-ruby-103.html index 7c0f154657557c..289eefa1c8c6c8 100644 --- a/html-ruby-extensions/html-ruby-103.html +++ b/html-ruby-extensions/html-ruby-103.html @@ -26,9 +26,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
        -
      • each base character is conveyed as a base, and +
      • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
      • each annotation is convenyed as an annotation, and
      • the correct annotation is presented clearly as being associated with the correct base.
      @@ -42,4 +43,4 @@ and implementations may therefore validly vary.
      -!じょう!!!!! +例文は!じょう!!!!! diff --git a/html-ruby-extensions/html-ruby-104.html b/html-ruby-extensions/html-ruby-104.html index dd826a0bdd9e79..3a4fbaa1c3b229 100644 --- a/html-ruby-extensions/html-ruby-104.html +++ b/html-ruby-extensions/html-ruby-104.html @@ -27,9 +27,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
        -
      • each base character is conveyed as a base, and +
      • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
      • each annotation is convenyed as an annotation, and
      • the correct annotation is presented clearly as being associated with the correct base.
      @@ -43,4 +44,4 @@ and implementations may therefore validly vary.
      -!じょう!!!!! +例文は!じょう!!!!! diff --git a/html-ruby-extensions/html-ruby-105.html b/html-ruby-extensions/html-ruby-105.html index fb38b00b2d584e..e9c741b69c062d 100644 --- a/html-ruby-extensions/html-ruby-105.html +++ b/html-ruby-extensions/html-ruby-105.html @@ -27,9 +27,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
        -
      • each base character is conveyed as a base, and +
      • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
      • each annotation is convenyed as an annotation, and
      • the correct annotation is presented clearly as being associated with the correct base.
      @@ -43,4 +44,4 @@ and implementations may therefore validly vary.
      -!じょう!!! +例文は!じょう!!! diff --git a/html-ruby-extensions/html-ruby-106.html b/html-ruby-extensions/html-ruby-106.html index a5882dace29a37..3407659ebe2d97 100644 --- a/html-ruby-extensions/html-ruby-106.html +++ b/html-ruby-extensions/html-ruby-106.html @@ -27,9 +27,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
        -
      • each base character is conveyed as a base, and +
      • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
      • each annotation is convenyed as an annotation, and
      • the correct annotation is presented clearly as being associated with the correct base.
      @@ -43,4 +44,4 @@ and implementations may therefore validly vary.
      -!じょう!!! +例文は!じょう!!! diff --git a/html-ruby-extensions/html-ruby-107.html b/html-ruby-extensions/html-ruby-107.html index 97914e9fff76b4..61698d86122fe5 100644 --- a/html-ruby-extensions/html-ruby-107.html +++ b/html-ruby-extensions/html-ruby-107.html @@ -27,9 +27,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
        -
      • each base character is conveyed as a base, and +
      • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
      • each annotation is convenyed as an annotation, and
      • the correct annotation is presented clearly as being associated with the correct base.
      @@ -43,4 +44,4 @@ and implementations may therefore validly vary.
      -!じょう!!! +例文は!じょう!!! diff --git a/html-ruby-extensions/html-ruby-108.html b/html-ruby-extensions/html-ruby-108.html index 193bee63835113..b55836e8967777 100644 --- a/html-ruby-extensions/html-ruby-108.html +++ b/html-ruby-extensions/html-ruby-108.html @@ -31,9 +31,10 @@ “” is annotated by “”. “” is annotated by “”. There is also one excess annotation with no base: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
        -
      • each base character is conveyed as a base, and +
      • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
      • each annotation is convenyed as an annotation, and
      • the correct annotation is presented clearly as being associated with the correct base, and
      • the excess annotation appears to be annotating an empty base. @@ -48,4 +49,4 @@ and implementations may therefore validly vary.
        -!じょう!!!!!! +例文は!じょう!!!!!! diff --git a/html-ruby-extensions/html-ruby-109.html b/html-ruby-extensions/html-ruby-109.html index f15e8660830589..687f581931cd30 100644 --- a/html-ruby-extensions/html-ruby-109.html +++ b/html-ruby-extensions/html-ruby-109.html @@ -31,9 +31,10 @@ “” is annotated by “”. “” is annotated by “”. There is also one excess annotation with no base: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
          -
        • each base character is conveyed as a base, and +
        • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
        • each annotation is convenyed as an annotation, and
        • the correct annotation is presented clearly as being associated with the correct base, and
        • the excess annotation appears to be annotating an empty base. @@ -48,4 +49,4 @@ and implementations may therefore validly vary.
          -!じょう!!!! +例文は!じょう!!!! diff --git a/html-ruby-extensions/html-ruby-110.html b/html-ruby-extensions/html-ruby-110.html index c5ba53736fe4ae..ec8d890aa8b9c1 100644 --- a/html-ruby-extensions/html-ruby-110.html +++ b/html-ruby-extensions/html-ruby-110.html @@ -27,9 +27,10 @@ “” is annotated by “じょう”. “” is not annotated. “” is not annotated. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
            -
          • each base character is conveyed as a base, and +
          • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
          • the annotation is convenyed as an annotation, and
          • the annotation is only associated with the first base, not shared with the others.
          @@ -43,4 +44,4 @@ and implementations may therefore validly vary.
          -!じょう! +例文は!じょう! diff --git a/html-ruby-extensions/html-ruby-111.html b/html-ruby-extensions/html-ruby-111.html index b759b76d6a7ca1..d73aaf4e558ca2 100644 --- a/html-ruby-extensions/html-ruby-111.html +++ b/html-ruby-extensions/html-ruby-111.html @@ -27,9 +27,10 @@ “” is annotated by “じょう”. “” is not annotated. “” is not annotated. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
            -
          • each base character is conveyed as a base, and +
          • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
          • the annotation is convenyed as an annotation, and
          • the annotation is only associated with the first base, not shared with the others.
          @@ -43,4 +44,4 @@ and implementations may therefore validly vary.
          -じょう +例文はじょう diff --git a/html-ruby-extensions/html-ruby-112.html b/html-ruby-extensions/html-ruby-112.html index 1c4a454cd477d3..bbe877fe524161 100644 --- a/html-ruby-extensions/html-ruby-112.html +++ b/html-ruby-extensions/html-ruby-112.html @@ -18,9 +18,10 @@

          The example below consists of 2 base characters (今日), jointly annotated with their pronuntiation (きょう). +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:

            -
          • the base characters are conveyed as a base, and +
          • the base characters are presented inline with and similarly to the context text, as if they are all part of the same sentence, and
          • the annotation is convenyed as an annotation, and
          • the annotation is jointly associated with the whole base, not just part of it.
          @@ -30,4 +31,4 @@ and implementations may therefore validly vary.
          -!きょう! +例文は!きょう! diff --git a/html-ruby-extensions/html-ruby-201.html b/html-ruby-extensions/html-ruby-201.html index 98c6f9182935a9..c2668cf3ef62f3 100644 --- a/html-ruby-extensions/html-ruby-201.html +++ b/html-ruby-extensions/html-ruby-201.html @@ -27,9 +27,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
            -
          • each base character is conveyed as a base, and +
          • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
          • each annotation is convenyed as an annotation, and
          • the correct annotation is presented clearly as being associated with the correct base.
          @@ -43,4 +44,4 @@ and implementations may therefore validly vary.
          -!!じょう!!!!! +例文は!!じょう!!!!! diff --git a/html-ruby-extensions/html-ruby-202.html b/html-ruby-extensions/html-ruby-202.html index 5bf3147c875a3d..ca4b97a9cb4f57 100644 --- a/html-ruby-extensions/html-ruby-202.html +++ b/html-ruby-extensions/html-ruby-202.html @@ -28,9 +28,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
            -
          • each base character is conveyed as a base, and +
          • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
          • each annotation is convenyed as an annotation, and
          • the correct annotation is presented clearly as being associated with the correct base.
          @@ -44,4 +45,4 @@ and implementations may therefore validly vary.
          -!!じょう!!!!! +例文は!!じょう!!!!! diff --git a/html-ruby-extensions/html-ruby-203.html b/html-ruby-extensions/html-ruby-203.html index bf2115eac7b736..06c10b61f52b00 100644 --- a/html-ruby-extensions/html-ruby-203.html +++ b/html-ruby-extensions/html-ruby-203.html @@ -27,9 +27,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
            -
          • each base character is conveyed as a base, and +
          • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
          • each annotation is convenyed as an annotation, and
          • the correct annotation is presented clearly as being associated with the correct base.
          @@ -43,4 +44,4 @@ and implementations may therefore validly vary.
          -!!じょう!!!!! +例文は!!じょう!!!!! diff --git a/html-ruby-extensions/html-ruby-204.html b/html-ruby-extensions/html-ruby-204.html index f29bc7fc37cc5d..9e95eeebcccc58 100644 --- a/html-ruby-extensions/html-ruby-204.html +++ b/html-ruby-extensions/html-ruby-204.html @@ -28,9 +28,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
            -
          • each base character is conveyed as a base, and +
          • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
          • each annotation is convenyed as an annotation, and
          • the correct annotation is presented clearly as being associated with the correct base.
          @@ -44,4 +45,4 @@ and implementations may therefore validly vary.
          -!!じょう!!!!! +例文は!!じょう!!!!! diff --git a/html-ruby-extensions/html-ruby-205.html b/html-ruby-extensions/html-ruby-205.html index 5bc21f4282a17b..d45a5cfcbfd7cd 100644 --- a/html-ruby-extensions/html-ruby-205.html +++ b/html-ruby-extensions/html-ruby-205.html @@ -28,9 +28,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
            -
          • each base character is conveyed as a base, and +
          • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
          • each annotation is convenyed as an annotation, and
          • the correct annotation is presented clearly as being associated with the correct base.
          @@ -44,4 +45,4 @@ and implementations may therefore validly vary.
          -!!!!じょう!!! +例文は!!!!じょう!!! diff --git a/html-ruby-extensions/html-ruby-206.html b/html-ruby-extensions/html-ruby-206.html index 7f2da0164dedf2..a93720ed98e69d 100644 --- a/html-ruby-extensions/html-ruby-206.html +++ b/html-ruby-extensions/html-ruby-206.html @@ -28,9 +28,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
            -
          • each base character is conveyed as a base, and +
          • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
          • each annotation is convenyed as an annotation, and
          • the correct annotation is presented clearly as being associated with the correct base.
          @@ -44,4 +45,4 @@ and implementations may therefore validly vary.
          -!!!!じょう!!! +例文は!!!!じょう!!! diff --git a/html-ruby-extensions/html-ruby-207.html b/html-ruby-extensions/html-ruby-207.html index 6cb6b56a005895..fc9436e82ffd66 100644 --- a/html-ruby-extensions/html-ruby-207.html +++ b/html-ruby-extensions/html-ruby-207.html @@ -28,9 +28,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
            -
          • each base character is conveyed as a base, and +
          • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
          • each annotation is convenyed as an annotation, and
          • the correct annotation is presented clearly as being associated with the correct base.
          @@ -44,4 +45,4 @@ and implementations may therefore validly vary.
          -!!!!じょう!!! +例文は!!!!じょう!!! diff --git a/html-ruby-extensions/html-ruby-208.html b/html-ruby-extensions/html-ruby-208.html index 2570dea91ddad2..3a10f70b35269c 100644 --- a/html-ruby-extensions/html-ruby-208.html +++ b/html-ruby-extensions/html-ruby-208.html @@ -31,9 +31,10 @@ “” is annotated by “”. “” is annotated by “”. There is also one excess annotation with no base: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
            -
          • each base character is conveyed as a base, and +
          • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
          • each annotation is convenyed as an annotation, and
          • the correct annotation is presented clearly as being associated with the correct base, and
          • the excess annotation appears to be annotating an empty base. @@ -48,4 +49,4 @@ and implementations may therefore validly vary.
            -!!じょう!!!!!! +例文は!!じょう!!!!!! diff --git a/html-ruby-extensions/html-ruby-209.html b/html-ruby-extensions/html-ruby-209.html index ed6100ee4b50b5..6f1faf83984de8 100644 --- a/html-ruby-extensions/html-ruby-209.html +++ b/html-ruby-extensions/html-ruby-209.html @@ -31,9 +31,10 @@ “” is annotated by “”. “” is annotated by “”. There is also one excess annotation with no base: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
              -
            • each base character is conveyed as a base, and +
            • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
            • each annotation is convenyed as an annotation, and
            • the correct annotation is presented clearly as being associated with the correct base, and
            • the excess annotation appears to be annotating an empty base. @@ -48,4 +49,4 @@ and implementations may therefore validly vary.
              -!!!!じょう!!!! +例文は!!!!じょう!!!! diff --git a/html-ruby-extensions/html-ruby-210.html b/html-ruby-extensions/html-ruby-210.html index 47a99dfe5ef1a1..32ee7c251215ab 100644 --- a/html-ruby-extensions/html-ruby-210.html +++ b/html-ruby-extensions/html-ruby-210.html @@ -27,9 +27,10 @@ “” is annotated by “じょう”. “” is not annotated. “” is not annotated. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                -
              • each base character is conveyed as a base, and +
              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
              • the annotation is convenyed as an annotation, and
              • the annotation is only associated with the first base, not shared with the others.
              @@ -43,4 +44,4 @@ and implementations may therefore validly vary.
              -!!!!じょう! +例文は!!!!じょう! diff --git a/html-ruby-extensions/html-ruby-211.html b/html-ruby-extensions/html-ruby-211.html index bb1f68be1f9363..485478d92967da 100644 --- a/html-ruby-extensions/html-ruby-211.html +++ b/html-ruby-extensions/html-ruby-211.html @@ -27,9 +27,10 @@ “” is annotated by “じょう”. “” is not annotated. “” is not annotated. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                -
              • each base character is conveyed as a base, and +
              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
              • the annotation is convenyed as an annotation, and
              • the annotation is only associated with the first base, not shared with the others.
              @@ -43,4 +44,4 @@ and implementations may therefore validly vary.
              -!!じょう!! +例文は!!じょう!! diff --git a/html-ruby-extensions/html-ruby-212.html b/html-ruby-extensions/html-ruby-212.html index 4332ab957e71e0..c2f63880d15578 100644 --- a/html-ruby-extensions/html-ruby-212.html +++ b/html-ruby-extensions/html-ruby-212.html @@ -18,9 +18,10 @@

              The example below consists of 2 base characters (今日), jointly annotated with their pronuntiation (きょう). +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:

                -
              • the base characters are conveyed as a base, and +
              • the base characters are presented inline with and similarly to the context text, as if they are all part of the same sentence, and
              • the annotation is convenyed as an annotation, and
              • the annotation is jointly associated with the whole base, not just part of it.
              @@ -30,4 +31,4 @@ and implementations may therefore validly vary.
              -!!!きょう! +例文は!!!きょう! diff --git a/html-ruby-extensions/html-ruby-301.html b/html-ruby-extensions/html-ruby-301.html index 2c77088cf5120f..60e57d836e358c 100644 --- a/html-ruby-extensions/html-ruby-301.html +++ b/html-ruby-extensions/html-ruby-301.html @@ -25,9 +25,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                -
              • each base character is conveyed as a base, and +
              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
              • each annotation is convenyed as an annotation, and
              • the correct annotation is presented clearly as being associated with the correct base.
              @@ -41,4 +42,4 @@ and implementations may therefore validly vary.
              -じょう +例文はじょう diff --git a/html-ruby-extensions/html-ruby-302.html b/html-ruby-extensions/html-ruby-302.html index 9837fc7d1fe863..be926a108b4cab 100644 --- a/html-ruby-extensions/html-ruby-302.html +++ b/html-ruby-extensions/html-ruby-302.html @@ -26,9 +26,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                -
              • each base character is conveyed as a base, and +
              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
              • each annotation is convenyed as an annotation, and
              • the correct annotation is presented clearly as being associated with the correct base.
              @@ -42,4 +43,4 @@ and implementations may therefore validly vary.
              -じょう +例文はじょう diff --git a/html-ruby-extensions/html-ruby-303.html b/html-ruby-extensions/html-ruby-303.html index d7b4cad56b8cb9..dac0b32f149c07 100644 --- a/html-ruby-extensions/html-ruby-303.html +++ b/html-ruby-extensions/html-ruby-303.html @@ -25,9 +25,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                -
              • each base character is conveyed as a base, and +
              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
              • each annotation is convenyed as an annotation, and
              • the correct annotation is presented clearly as being associated with the correct base.
              @@ -41,4 +42,4 @@ and implementations may therefore validly vary.
              -じょう +例文はじょう diff --git a/html-ruby-extensions/html-ruby-304.html b/html-ruby-extensions/html-ruby-304.html index eb8060a553d417..5e559688321876 100644 --- a/html-ruby-extensions/html-ruby-304.html +++ b/html-ruby-extensions/html-ruby-304.html @@ -26,9 +26,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                -
              • each base character is conveyed as a base, and +
              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
              • each annotation is convenyed as an annotation, and
              • the correct annotation is presented clearly as being associated with the correct base.
              @@ -42,4 +43,4 @@ and implementations may therefore validly vary.
              -じょう +例文はじょう diff --git a/html-ruby-extensions/html-ruby-305.html b/html-ruby-extensions/html-ruby-305.html index a815d589f5e5fa..fdd4fae187a121 100644 --- a/html-ruby-extensions/html-ruby-305.html +++ b/html-ruby-extensions/html-ruby-305.html @@ -27,9 +27,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                -
              • each base character is conveyed as a base, and +
              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
              • each annotation is convenyed as an annotation, and
              • the correct annotation is presented clearly as being associated with the correct base.
              @@ -43,4 +44,4 @@ and implementations may therefore validly vary.
              -じょう +例文はじょう diff --git a/html-ruby-extensions/html-ruby-306.html b/html-ruby-extensions/html-ruby-306.html index 3d4800d4f9b875..36bccc4cc31bf7 100644 --- a/html-ruby-extensions/html-ruby-306.html +++ b/html-ruby-extensions/html-ruby-306.html @@ -27,9 +27,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                -
              • each base character is conveyed as a base, and +
              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
              • each annotation is convenyed as an annotation, and
              • the correct annotation is presented clearly as being associated with the correct base.
              @@ -43,4 +44,4 @@ and implementations may therefore validly vary.
              -じょう +例文はじょう diff --git a/html-ruby-extensions/html-ruby-307.html b/html-ruby-extensions/html-ruby-307.html index 98d99c13886e6f..9f305e0f46436f 100644 --- a/html-ruby-extensions/html-ruby-307.html +++ b/html-ruby-extensions/html-ruby-307.html @@ -27,9 +27,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                -
              • each base character is conveyed as a base, and +
              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
              • each annotation is convenyed as an annotation, and
              • the correct annotation is presented clearly as being associated with the correct base.
              @@ -43,4 +44,4 @@ and implementations may therefore validly vary.
              -じょう +例文はじょう diff --git a/html-ruby-extensions/html-ruby-308.html b/html-ruby-extensions/html-ruby-308.html index 690504279e9b31..361ed0a607dbcd 100644 --- a/html-ruby-extensions/html-ruby-308.html +++ b/html-ruby-extensions/html-ruby-308.html @@ -31,9 +31,10 @@ “” is annotated by “”. “” is annotated by “”. There is also one excess annotation with no base: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                -
              • each base character is conveyed as a base, and +
              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
              • each annotation is convenyed as an annotation, and
              • the correct annotation is presented clearly as being associated with the correct base, and
              • the excess annotation appears to be annotating an empty base. @@ -48,4 +49,4 @@ and implementations may therefore validly vary.
                -じょう +例文はじょう diff --git a/html-ruby-extensions/html-ruby-309.html b/html-ruby-extensions/html-ruby-309.html index e7f754318433df..0c1a487a7c97c9 100644 --- a/html-ruby-extensions/html-ruby-309.html +++ b/html-ruby-extensions/html-ruby-309.html @@ -31,9 +31,10 @@ “” is annotated by “”. “” is annotated by “”. There is also one excess annotation with no base: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                  -
                • each base character is conveyed as a base, and +
                • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                • each annotation is convenyed as an annotation, and
                • the correct annotation is presented clearly as being associated with the correct base, and
                • the excess annotation appears to be annotating an empty base. @@ -48,4 +49,4 @@ and implementations may therefore validly vary.
                  -じょう +例文はじょう diff --git a/html-ruby-extensions/html-ruby-310.html b/html-ruby-extensions/html-ruby-310.html index f590d0010c3e55..979ca7645f62f6 100644 --- a/html-ruby-extensions/html-ruby-310.html +++ b/html-ruby-extensions/html-ruby-310.html @@ -27,9 +27,10 @@ “” is annotated by “じょう”. “” is not annotated. “” is not annotated. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                    -
                  • each base character is conveyed as a base, and +
                  • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                  • the annotation is convenyed as an annotation, and
                  • the annotation is only associated with the first base, not shared with the others.
                  @@ -43,4 +44,4 @@ and implementations may therefore validly vary.
                  -じょう +例文はじょう diff --git a/html-ruby-extensions/html-ruby-311.html b/html-ruby-extensions/html-ruby-311.html index ac38c14d0a8ca6..30f305ac9c6096 100644 --- a/html-ruby-extensions/html-ruby-311.html +++ b/html-ruby-extensions/html-ruby-311.html @@ -26,9 +26,10 @@ “” is annotated by “じょう”. “” is not annotated. “” is not annotated. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                    -
                  • each base character is conveyed as a base, and +
                  • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                  • the annotation is convenyed as an annotation, and
                  • the annotation is only associated with the first base, not shared with the others.
                  @@ -42,4 +43,4 @@ and implementations may therefore validly vary.
                  -じょう +例文はじょう diff --git a/html-ruby-extensions/html-ruby-312.html b/html-ruby-extensions/html-ruby-312.html index 00010038530671..d0d9a216f8ff52 100644 --- a/html-ruby-extensions/html-ruby-312.html +++ b/html-ruby-extensions/html-ruby-312.html @@ -17,9 +17,10 @@

                  The example below consists of 2 base characters (今日), jointly annotated with their pronuntiation (きょう). +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:

                    -
                  • the base characters are conveyed as a base, and +
                  • the base characters are presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                  • the annotation is convenyed as an annotation, and
                  • the annotation is jointly associated with the whole base, not just part of it.
                  @@ -29,4 +30,4 @@ and implementations may therefore validly vary.
                  -きょう +例文はきょう diff --git a/html-ruby-extensions/html-ruby-313.html b/html-ruby-extensions/html-ruby-313.html index 3da937e549ec33..1c6ac1b626185c 100644 --- a/html-ruby-extensions/html-ruby-313.html +++ b/html-ruby-extensions/html-ruby-313.html @@ -26,9 +26,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                    -
                  • each base character is conveyed as a base, and +
                  • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                  • each annotation is convenyed as an annotation, and
                  • the correct annotation is presented clearly as being associated with the correct base.
                  @@ -42,4 +43,4 @@ and implementations may therefore validly vary.
                  -じょう +例文はじょう diff --git a/html-ruby-extensions/html-ruby-314.html b/html-ruby-extensions/html-ruby-314.html index afe81fd4b909bb..4b666011d7eeee 100644 --- a/html-ruby-extensions/html-ruby-314.html +++ b/html-ruby-extensions/html-ruby-314.html @@ -27,9 +27,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                    -
                  • each base character is conveyed as a base, and +
                  • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                  • each annotation is convenyed as an annotation, and
                  • the correct annotation is presented clearly as being associated with the correct base.
                  @@ -43,4 +44,4 @@ and implementations may therefore validly vary.
                  -じょう +例文はじょう diff --git a/html-ruby-extensions/html-ruby-315.html b/html-ruby-extensions/html-ruby-315.html index bece000433ff44..6b5a50ca2ea290 100644 --- a/html-ruby-extensions/html-ruby-315.html +++ b/html-ruby-extensions/html-ruby-315.html @@ -26,9 +26,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                    -
                  • each base character is conveyed as a base, and +
                  • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                  • each annotation is convenyed as an annotation, and
                  • the correct annotation is presented clearly as being associated with the correct base.
                  @@ -42,4 +43,4 @@ and implementations may therefore validly vary.
                  -じょう +例文はじょう diff --git a/html-ruby-extensions/html-ruby-316.html b/html-ruby-extensions/html-ruby-316.html index f2f1904be9a67f..663ff252043e89 100644 --- a/html-ruby-extensions/html-ruby-316.html +++ b/html-ruby-extensions/html-ruby-316.html @@ -27,9 +27,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                    -
                  • each base character is conveyed as a base, and +
                  • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                  • each annotation is convenyed as an annotation, and
                  • the correct annotation is presented clearly as being associated with the correct base.
                  @@ -43,4 +44,4 @@ and implementations may therefore validly vary.
                  -じょう +例文はじょう diff --git a/html-ruby-extensions/html-ruby-401.html b/html-ruby-extensions/html-ruby-401.html index 9dc573f45ecf6d..dd33ad706e6be0 100644 --- a/html-ruby-extensions/html-ruby-401.html +++ b/html-ruby-extensions/html-ruby-401.html @@ -26,9 +26,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                    -
                  • each base character is conveyed as a base, and +
                  • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                  • each annotation is convenyed as an annotation, and
                  • the correct annotation is presented clearly as being associated with the correct base.
                  @@ -42,4 +43,4 @@ and implementations may therefore validly vary.
                  -!!!じょう!!!!!!!!! +例文は!!!じょう!!!!!!!!! diff --git a/html-ruby-extensions/html-ruby-402.html b/html-ruby-extensions/html-ruby-402.html index f32cbc99bacf7a..d41d219e21e736 100644 --- a/html-ruby-extensions/html-ruby-402.html +++ b/html-ruby-extensions/html-ruby-402.html @@ -27,9 +27,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                    -
                  • each base character is conveyed as a base, and +
                  • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                  • each annotation is convenyed as an annotation, and
                  • the correct annotation is presented clearly as being associated with the correct base.
                  @@ -43,4 +44,4 @@ and implementations may therefore validly vary.
                  -!!!じょう!!!!!!!! +例文は!!!じょう!!!!!!!! diff --git a/html-ruby-extensions/html-ruby-403.html b/html-ruby-extensions/html-ruby-403.html index 7552e328637345..e6065ef8097b9c 100644 --- a/html-ruby-extensions/html-ruby-403.html +++ b/html-ruby-extensions/html-ruby-403.html @@ -26,9 +26,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                    -
                  • each base character is conveyed as a base, and +
                  • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                  • each annotation is convenyed as an annotation, and
                  • the correct annotation is presented clearly as being associated with the correct base.
                  @@ -42,4 +43,4 @@ and implementations may therefore validly vary.
                  -!!!!じょ!!!!!!!!!!!! +例文は!!!!じょ!!!!!!!!!!!! diff --git a/html-ruby-extensions/html-ruby-404.html b/html-ruby-extensions/html-ruby-404.html index 9940bba6287703..b2db69b750886e 100644 --- a/html-ruby-extensions/html-ruby-404.html +++ b/html-ruby-extensions/html-ruby-404.html @@ -27,9 +27,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                    -
                  • each base character is conveyed as a base, and +
                  • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                  • each annotation is convenyed as an annotation, and
                  • the correct annotation is presented clearly as being associated with the correct base.
                  @@ -43,4 +44,4 @@ and implementations may therefore validly vary.
                  -!!!じょう!!!!!!!!!! +例文は!!!じょう!!!!!!!!!! diff --git a/html-ruby-extensions/html-ruby-405.html b/html-ruby-extensions/html-ruby-405.html index 6a54148f1fe8c8..65ff3c17e2d09c 100644 --- a/html-ruby-extensions/html-ruby-405.html +++ b/html-ruby-extensions/html-ruby-405.html @@ -28,9 +28,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                    -
                  • each base character is conveyed as a base, and +
                  • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                  • each annotation is convenyed as an annotation, and
                  • the correct annotation is presented clearly as being associated with the correct base.
                  @@ -44,4 +45,4 @@ and implementations may therefore validly vary.
                  -!!!!!じょう!!!! +例文は!!!!!じょう!!!! diff --git a/html-ruby-extensions/html-ruby-406.html b/html-ruby-extensions/html-ruby-406.html index c3e206d5ffc909..7bb0c95f9a3d8e 100644 --- a/html-ruby-extensions/html-ruby-406.html +++ b/html-ruby-extensions/html-ruby-406.html @@ -28,9 +28,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                    -
                  • each base character is conveyed as a base, and +
                  • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                  • each annotation is convenyed as an annotation, and
                  • the correct annotation is presented clearly as being associated with the correct base.
                  @@ -44,4 +45,4 @@ and implementations may therefore validly vary.
                  -!!!!!じょう!!!!! +例文は!!!!!じょう!!!!! diff --git a/html-ruby-extensions/html-ruby-407.html b/html-ruby-extensions/html-ruby-407.html index de8c110e500a88..45a7b650c64228 100644 --- a/html-ruby-extensions/html-ruby-407.html +++ b/html-ruby-extensions/html-ruby-407.html @@ -28,9 +28,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                    -
                  • each base character is conveyed as a base, and +
                  • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                  • each annotation is convenyed as an annotation, and
                  • the correct annotation is presented clearly as being associated with the correct base.
                  @@ -44,4 +45,4 @@ and implementations may therefore validly vary.
                  -!!じょ!!!!! +例文は!!じょ!!!!! diff --git a/html-ruby-extensions/html-ruby-408.html b/html-ruby-extensions/html-ruby-408.html index 39c84df333d753..fd2dd575a8307b 100644 --- a/html-ruby-extensions/html-ruby-408.html +++ b/html-ruby-extensions/html-ruby-408.html @@ -32,9 +32,10 @@ “” is annotated by “”. “” is annotated by “”. There is also one excess annotation with no base: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                    -
                  • each base character is conveyed as a base, and +
                  • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                  • each annotation is convenyed as an annotation, and
                  • the correct annotation is presented clearly as being associated with the correct base, and
                  • the excess annotation appears to be annotating an empty base. @@ -49,4 +50,4 @@ and implementations may therefore validly vary.
                    -!!じょう!!!!!!!!!!! +例文は!!じょう!!!!!!!!!!! diff --git a/html-ruby-extensions/html-ruby-409.html b/html-ruby-extensions/html-ruby-409.html index 481544ec87b4fd..8466971bbff604 100644 --- a/html-ruby-extensions/html-ruby-409.html +++ b/html-ruby-extensions/html-ruby-409.html @@ -32,9 +32,10 @@ “” is annotated by “”. “” is annotated by “”. There is also one excess annotation with no base: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                      -
                    • each base character is conveyed as a base, and +
                    • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                    • each annotation is convenyed as an annotation, and
                    • the correct annotation is presented clearly as being associated with the correct base, and
                    • the excess annotation appears to be annotating an empty base. @@ -49,4 +50,4 @@ and implementations may therefore validly vary.
                      -!!じょう!!!!! +例文は!!じょう!!!!! diff --git a/html-ruby-extensions/html-ruby-410.html b/html-ruby-extensions/html-ruby-410.html index 4c7b0eb7e30092..d5342c1a8830f3 100644 --- a/html-ruby-extensions/html-ruby-410.html +++ b/html-ruby-extensions/html-ruby-410.html @@ -28,9 +28,10 @@ “” is annotated by “じょう”. “” is not annotated. “” is not annotated. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                        -
                      • each base character is conveyed as a base, and +
                      • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                      • the annotation is convenyed as an annotation, and
                      • the annotation is only associated with the first base, not shared with the others.
                      @@ -44,4 +45,4 @@ and implementations may therefore validly vary.
                      -!!じょう!! +例文は!!じょう!! diff --git a/html-ruby-extensions/html-ruby-411.html b/html-ruby-extensions/html-ruby-411.html index e26c95e8026851..7100c8adb10076 100644 --- a/html-ruby-extensions/html-ruby-411.html +++ b/html-ruby-extensions/html-ruby-411.html @@ -27,9 +27,10 @@ “” is annotated by “じょう”. “” is not annotated. “” is not annotated. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                        -
                      • each base character is conveyed as a base, and +
                      • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                      • the annotation is convenyed as an annotation, and
                      • the annotation is only associated with the first base, not shared with the others.
                      @@ -43,4 +44,4 @@ and implementations may therefore validly vary.
                      -!!じょう!! +例文は!!じょう!! diff --git a/html-ruby-extensions/html-ruby-412.html b/html-ruby-extensions/html-ruby-412.html index 975f84bdcc2d5b..136317b63e7de3 100644 --- a/html-ruby-extensions/html-ruby-412.html +++ b/html-ruby-extensions/html-ruby-412.html @@ -18,9 +18,10 @@

                      The example below consists of 2 base characters (今日), jointly annotated with their pronuntiation (きょう). +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:

                        -
                      • the base characters are conveyed as a base, and +
                      • the base characters are presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                      • the annotation is convenyed as an annotation, and
                      • the annotation is jointly associated with the whole base, not just part of it.
                      @@ -30,4 +31,4 @@ and implementations may therefore validly vary.
                      -!!きょ!! +例文は!!きょ!! diff --git a/html-ruby-extensions/html-ruby-413.html b/html-ruby-extensions/html-ruby-413.html index 0a39d01c48f234..bfeab0bdd12577 100644 --- a/html-ruby-extensions/html-ruby-413.html +++ b/html-ruby-extensions/html-ruby-413.html @@ -27,9 +27,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                        -
                      • each base character is conveyed as a base, and +
                      • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                      • each annotation is convenyed as an annotation, and
                      • the correct annotation is presented clearly as being associated with the correct base.
                      @@ -43,4 +44,4 @@ and implementations may therefore validly vary.
                      -!!じょう!!!!!!! +例文は!!じょう!!!!!!! diff --git a/html-ruby-extensions/html-ruby-414.html b/html-ruby-extensions/html-ruby-414.html index 123c0e525bcae3..bed4e41c96290a 100644 --- a/html-ruby-extensions/html-ruby-414.html +++ b/html-ruby-extensions/html-ruby-414.html @@ -28,9 +28,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                        -
                      • each base character is conveyed as a base, and +
                      • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                      • each annotation is convenyed as an annotation, and
                      • the correct annotation is presented clearly as being associated with the correct base.
                      @@ -44,4 +45,4 @@ and implementations may therefore validly vary.
                      -!!じょう!!!!!!! +例文は!!じょう!!!!!!! diff --git a/html-ruby-extensions/html-ruby-415.html b/html-ruby-extensions/html-ruby-415.html index 48ddc6ed3ee74c..e2ae70b61ec177 100644 --- a/html-ruby-extensions/html-ruby-415.html +++ b/html-ruby-extensions/html-ruby-415.html @@ -27,9 +27,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                        -
                      • each base character is conveyed as a base, and +
                      • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                      • each annotation is convenyed as an annotation, and
                      • the correct annotation is presented clearly as being associated with the correct base.
                      @@ -43,4 +44,4 @@ and implementations may therefore validly vary.
                      -!!じょう!!!!!!!!!! +例文は!!じょう!!!!!!!!!! diff --git a/html-ruby-extensions/html-ruby-416.html b/html-ruby-extensions/html-ruby-416.html index 71c2706bf029f9..5721c8aa465b85 100644 --- a/html-ruby-extensions/html-ruby-416.html +++ b/html-ruby-extensions/html-ruby-416.html @@ -28,9 +28,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                        -
                      • each base character is conveyed as a base, and +
                      • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                      • each annotation is convenyed as an annotation, and
                      • the correct annotation is presented clearly as being associated with the correct base.
                      @@ -44,4 +45,4 @@ and implementations may therefore validly vary.
                      -!!じょう!!!!!!!!!! +例文は!!じょう!!!!!!!!!! diff --git a/html-ruby-extensions/html-ruby-501.html b/html-ruby-extensions/html-ruby-501.html index 4b5a03e3ea20ef..a70b6fb861e237 100644 --- a/html-ruby-extensions/html-ruby-501.html +++ b/html-ruby-extensions/html-ruby-501.html @@ -17,9 +17,10 @@

                      The example below consists of 2 base characters (“今日”), jointly annotated with two levels of annotations: “きょう” and “today”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:

                        -
                      • the base characters are conveyed as a base, and +
                      • the base characters are presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                      • each annotation is convenyed as an annotation, and
                      • each annotation is jointly associated with the whole base, not just part of it.
                      @@ -29,4 +30,4 @@ and implementations may therefore validly vary.
                      -きょうtoday +例文はきょうtoday diff --git a/html-ruby-extensions/html-ruby-502.html b/html-ruby-extensions/html-ruby-502.html index d7add69ca064f2..2455319099a858 100644 --- a/html-ruby-extensions/html-ruby-502.html +++ b/html-ruby-extensions/html-ruby-502.html @@ -24,9 +24,10 @@

                      The example below consists of 2 base characters, each annotated twice with its pronunciation (once in the latin alphabet, once in kana) “” is annotated by “きょう” and “kyo”. “” is annotated by “” and “to”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:

                        -
                      • each base character is conveyed as a base, and +
                      • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                      • each annotation is convenyed as an annotation, and
                      • the correct annotation is presented clearly as being associated with the correct base.
                      @@ -40,4 +41,4 @@ and implementations may therefore validly vary.
                      -きょうkyoto +例文はきょうkyoto diff --git a/html-ruby-extensions/html-ruby-503.html b/html-ruby-extensions/html-ruby-503.html index 6b7610d6c3dbbd..ed02547bc273c4 100644 --- a/html-ruby-extensions/html-ruby-503.html +++ b/html-ruby-extensions/html-ruby-503.html @@ -27,9 +27,10 @@ “” is annotated by “2” and “b”. “” is annotated by “3” and “c”. The whole is annotated with “altogether”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                        -
                      • each base character is conveyed as a base, and +
                      • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                      • each annotation is convenyed as an annotation, and
                      • the correct annotation is presented clearly as being associated with the correct base, and
                      • the joint annotation is associated with the whole base, not just a part. @@ -44,4 +45,4 @@ and implementations may therefore validly vary.
                        -abcaltogether123 +例文はabcaltogether123 diff --git a/html-ruby-extensions/html-ruby-601.html b/html-ruby-extensions/html-ruby-601.html index 08bac79048b63f..8ba51cadbb31a8 100644 --- a/html-ruby-extensions/html-ruby-601.html +++ b/html-ruby-extensions/html-ruby-601.html @@ -18,9 +18,10 @@

                        The example below consists of 2 base characters (“今日”), jointly annotated with two levels of annotations: “きょう” and “today”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:

                          -
                        • the base characters are conveyed as a base, and +
                        • the base characters are presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                        • each annotation is convenyed as an annotation, and
                        • each annotation is jointly associated with the whole base, not just part of it.
                        @@ -30,4 +31,4 @@ and implementations may therefore validly vary.
                        -!!きょ!!!to!day! +例文は!!きょ!!!to!day! diff --git a/html-ruby-extensions/html-ruby-602.html b/html-ruby-extensions/html-ruby-602.html index a3ce176f506891..f7ea9e96459060 100644 --- a/html-ruby-extensions/html-ruby-602.html +++ b/html-ruby-extensions/html-ruby-602.html @@ -25,9 +25,10 @@

                        The example below consists of 2 base characters, each annotated twice with its pronunciation (once in the latin alphabet, once in kana) “” is annotated by “きょう” and “kyo”. “” is annotated by “” and “to”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:

                          -
                        • each base character is conveyed as a base, and +
                        • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                        • each annotation is convenyed as an annotation, and
                        • the correct annotation is presented clearly as being associated with the correct base.
                        @@ -41,4 +42,4 @@ and implementations may therefore validly vary.
                        -!!!!きょう!!!kyo!to! +例文は!!!!きょう!!!kyo!to! diff --git a/html-ruby-extensions/html-ruby-603.html b/html-ruby-extensions/html-ruby-603.html index 84b86da76218df..4750c58619ab7e 100644 --- a/html-ruby-extensions/html-ruby-603.html +++ b/html-ruby-extensions/html-ruby-603.html @@ -28,9 +28,10 @@ “” is annotated by “2” and “b”. “” is annotated by “3” and “c”. The whole is annotated with “altogether”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                          -
                        • each base character is conveyed as a base, and +
                        • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                        • each annotation is convenyed as an annotation, and
                        • the correct annotation is presented clearly as being associated with the correct base, and
                        • the joint annotation is associated with the whole base, not just a part. @@ -45,4 +46,4 @@ and implementations may therefore validly vary.
                          -!!!!!!a!b!c!!!alto!gether!!1!2!3! +例文は!!!!!!a!b!c!!!alto!gether!!1!2!3! diff --git a/html-ruby-extensions/reference/html-ruby-001-a-ref.html b/html-ruby-extensions/reference/html-ruby-001-a-ref.html index 98cda4bc37f88b..30126714f6248d 100644 --- a/html-ruby-extensions/reference/html-ruby-001-a-ref.html +++ b/html-ruby-extensions/reference/html-ruby-001-a-ref.html @@ -13,9 +13,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                            -
                          • each base character is conveyed as a base, and +
                          • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                          • each annotation is convenyed as an annotation, and
                          • the correct annotation is presented clearly as being associated with the correct base.
                          @@ -29,4 +30,4 @@ and implementations may therefore validly vary.
                          -じょう +例文はじょう diff --git a/html-ruby-extensions/reference/html-ruby-001-b-ref.html b/html-ruby-extensions/reference/html-ruby-001-b-ref.html index 3154d1da742cba..f649da821a5706 100644 --- a/html-ruby-extensions/reference/html-ruby-001-b-ref.html +++ b/html-ruby-extensions/reference/html-ruby-001-b-ref.html @@ -13,9 +13,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                            -
                          • each base character is conveyed as a base, and +
                          • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                          • each annotation is convenyed as an annotation, and
                          • the correct annotation is presented clearly as being associated with the correct base.
                          @@ -29,4 +30,4 @@ and implementations may therefore validly vary.
                          -じょう +例文はじょう diff --git a/html-ruby-extensions/reference/html-ruby-001-c-ref.html b/html-ruby-extensions/reference/html-ruby-001-c-ref.html index 738b2eb2d1af5c..a79bcc62170c38 100644 --- a/html-ruby-extensions/reference/html-ruby-001-c-ref.html +++ b/html-ruby-extensions/reference/html-ruby-001-c-ref.html @@ -14,9 +14,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                            -
                          • each base character is conveyed as a base, and +
                          • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                          • each annotation is convenyed as an annotation, and
                          • the correct annotation is presented clearly as being associated with the correct base.
                          @@ -30,4 +31,4 @@ and implementations may therefore validly vary.
                          -じょう +例文はじょう diff --git a/html-ruby-extensions/reference/html-ruby-001-d-ref.html b/html-ruby-extensions/reference/html-ruby-001-d-ref.html index 69a918061bb277..8a47c38de3723f 100644 --- a/html-ruby-extensions/reference/html-ruby-001-d-ref.html +++ b/html-ruby-extensions/reference/html-ruby-001-d-ref.html @@ -14,9 +14,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                            -
                          • each base character is conveyed as a base, and +
                          • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                          • each annotation is convenyed as an annotation, and
                          • the correct annotation is presented clearly as being associated with the correct base.
                          @@ -30,4 +31,4 @@ and implementations may therefore validly vary.
                          -じょう +例文はじょう diff --git a/html-ruby-extensions/reference/html-ruby-001-e-ref.html b/html-ruby-extensions/reference/html-ruby-001-e-ref.html index 395442773f8235..e5ff8e32e733c2 100644 --- a/html-ruby-extensions/reference/html-ruby-001-e-ref.html +++ b/html-ruby-extensions/reference/html-ruby-001-e-ref.html @@ -13,9 +13,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                            -
                          • each base character is conveyed as a base, and +
                          • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                          • each annotation is convenyed as an annotation, and
                          • the correct annotation is presented clearly as being associated with the correct base.
                          @@ -29,4 +30,4 @@ and implementations may therefore validly vary.
                          -じょう +例文はじょう diff --git a/html-ruby-extensions/reference/html-ruby-001-f-ref.html b/html-ruby-extensions/reference/html-ruby-001-f-ref.html index cdc3fc43228e99..b6e3b0ada387d3 100644 --- a/html-ruby-extensions/reference/html-ruby-001-f-ref.html +++ b/html-ruby-extensions/reference/html-ruby-001-f-ref.html @@ -13,9 +13,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                            -
                          • each base character is conveyed as a base, and +
                          • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                          • each annotation is convenyed as an annotation, and
                          • the correct annotation is presented clearly as being associated with the correct base.
                          @@ -29,4 +30,4 @@ and implementations may therefore validly vary.
                          -じょう +例文はじょう diff --git a/html-ruby-extensions/reference/html-ruby-001-g-ref.html b/html-ruby-extensions/reference/html-ruby-001-g-ref.html index 155a0588e696e4..d036b5c507aadf 100644 --- a/html-ruby-extensions/reference/html-ruby-001-g-ref.html +++ b/html-ruby-extensions/reference/html-ruby-001-g-ref.html @@ -14,9 +14,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                            -
                          • each base character is conveyed as a base, and +
                          • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                          • each annotation is convenyed as an annotation, and
                          • the correct annotation is presented clearly as being associated with the correct base.
                          @@ -30,4 +31,4 @@ and implementations may therefore validly vary.
                          -じょう +例文はじょう diff --git a/html-ruby-extensions/reference/html-ruby-001-y-ref.html b/html-ruby-extensions/reference/html-ruby-001-y-ref.html index 70477a93bd3f90..ccd0f65ecfebb8 100644 --- a/html-ruby-extensions/reference/html-ruby-001-y-ref.html +++ b/html-ruby-extensions/reference/html-ruby-001-y-ref.html @@ -13,9 +13,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                            -
                          • each base character is conveyed as a base, and +
                          • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                          • each annotation is convenyed as an annotation, and
                          • the correct annotation is presented clearly as being associated with the correct base.
                          @@ -29,4 +30,4 @@ and implementations may therefore validly vary.
                          - +例文は diff --git a/html-ruby-extensions/reference/html-ruby-001-z-ref.html b/html-ruby-extensions/reference/html-ruby-001-z-ref.html index 6c41390bbc91b6..226d971b9d142f 100644 --- a/html-ruby-extensions/reference/html-ruby-001-z-ref.html +++ b/html-ruby-extensions/reference/html-ruby-001-z-ref.html @@ -13,9 +13,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                            -
                          • each base character is conveyed as a base, and +
                          • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                          • each annotation is convenyed as an annotation, and
                          • the correct annotation is presented clearly as being associated with the correct base.
                          @@ -28,4 +29,4 @@ The precise appearance is not specified, and implementations may therefore validly vary. -
                          +例文は
                          diff --git a/html-ruby-extensions/reference/html-ruby-008-a-ref.html b/html-ruby-extensions/reference/html-ruby-008-a-ref.html index 0b014522ac790a..b540321be2fa5a 100644 --- a/html-ruby-extensions/reference/html-ruby-008-a-ref.html +++ b/html-ruby-extensions/reference/html-ruby-008-a-ref.html @@ -14,9 +14,10 @@ “” is annotated by “”. “” is annotated by “”. There is also one excess annotation with no base: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                            -
                          • each base character is conveyed as a base, and +
                          • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                          • each annotation is convenyed as an annotation, and
                          • the correct annotation is presented clearly as being associated with the correct base, and
                          • the excess annotation appears to be annotating an empty base. @@ -31,4 +32,4 @@ and implementations may therefore validly vary.
                            -じょうけ +例文はじょうけ diff --git a/html-ruby-extensions/reference/html-ruby-008-b-ref.html b/html-ruby-extensions/reference/html-ruby-008-b-ref.html index b9e663bf73edf9..7a66166faf2369 100644 --- a/html-ruby-extensions/reference/html-ruby-008-b-ref.html +++ b/html-ruby-extensions/reference/html-ruby-008-b-ref.html @@ -14,9 +14,10 @@ “” is annotated by “”. “” is annotated by “”. There is also one excess annotation with no base: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                              -
                            • each base character is conveyed as a base, and +
                            • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                            • each annotation is convenyed as an annotation, and
                            • the correct annotation is presented clearly as being associated with the correct base, and
                            • the excess annotation appears to be annotating an empty base. @@ -31,4 +32,4 @@ and implementations may therefore validly vary.
                              -じょうけ +例文はじょうけ diff --git a/html-ruby-extensions/reference/html-ruby-008-c-ref.html b/html-ruby-extensions/reference/html-ruby-008-c-ref.html index 127c9d4d97aacb..0541793069d064 100644 --- a/html-ruby-extensions/reference/html-ruby-008-c-ref.html +++ b/html-ruby-extensions/reference/html-ruby-008-c-ref.html @@ -15,9 +15,10 @@ “” is annotated by “”. “” is annotated by “”. There is also one excess annotation with no base: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                                -
                              • each base character is conveyed as a base, and +
                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                              • each annotation is convenyed as an annotation, and
                              • the correct annotation is presented clearly as being associated with the correct base, and
                              • the excess annotation appears to be annotating an empty base. @@ -32,4 +33,4 @@ and implementations may therefore validly vary.
                                -じょう +例文はじょう diff --git a/html-ruby-extensions/reference/html-ruby-008-d-ref.html b/html-ruby-extensions/reference/html-ruby-008-d-ref.html index 853106789a3190..4b302b58563577 100644 --- a/html-ruby-extensions/reference/html-ruby-008-d-ref.html +++ b/html-ruby-extensions/reference/html-ruby-008-d-ref.html @@ -15,9 +15,10 @@ “” is annotated by “”. “” is annotated by “”. There is also one excess annotation with no base: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                                  -
                                • each base character is conveyed as a base, and +
                                • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                • each annotation is convenyed as an annotation, and
                                • the correct annotation is presented clearly as being associated with the correct base, and
                                • the excess annotation appears to be annotating an empty base. @@ -32,4 +33,4 @@ and implementations may therefore validly vary.
                                  -じょう +例文はじょう diff --git a/html-ruby-extensions/reference/html-ruby-008-e-ref.html b/html-ruby-extensions/reference/html-ruby-008-e-ref.html index 0016f9ba61d809..f1186070506524 100644 --- a/html-ruby-extensions/reference/html-ruby-008-e-ref.html +++ b/html-ruby-extensions/reference/html-ruby-008-e-ref.html @@ -14,9 +14,10 @@ “” is annotated by “”. “” is annotated by “”. There is also one excess annotation with no base: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                                    -
                                  • each base character is conveyed as a base, and +
                                  • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                  • each annotation is convenyed as an annotation, and
                                  • the correct annotation is presented clearly as being associated with the correct base, and
                                  • the excess annotation appears to be annotating an empty base. @@ -31,4 +32,4 @@ and implementations may therefore validly vary.
                                    -じょう +例文はじょう diff --git a/html-ruby-extensions/reference/html-ruby-008-f-ref.html b/html-ruby-extensions/reference/html-ruby-008-f-ref.html index a365c612575546..0fdb1c511125d0 100644 --- a/html-ruby-extensions/reference/html-ruby-008-f-ref.html +++ b/html-ruby-extensions/reference/html-ruby-008-f-ref.html @@ -14,9 +14,10 @@ “” is annotated by “”. “” is annotated by “”. There is also one excess annotation with no base: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                                      -
                                    • each base character is conveyed as a base, and +
                                    • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                    • each annotation is convenyed as an annotation, and
                                    • the correct annotation is presented clearly as being associated with the correct base, and
                                    • the excess annotation appears to be annotating an empty base. @@ -31,4 +32,4 @@ and implementations may therefore validly vary.
                                      -じょうけ +例文はじょうけ diff --git a/html-ruby-extensions/reference/html-ruby-008-g-ref.html b/html-ruby-extensions/reference/html-ruby-008-g-ref.html index 97d426ba9eb7c9..ea68357719bbc4 100644 --- a/html-ruby-extensions/reference/html-ruby-008-g-ref.html +++ b/html-ruby-extensions/reference/html-ruby-008-g-ref.html @@ -15,9 +15,10 @@ “” is annotated by “”. “” is annotated by “”. There is also one excess annotation with no base: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                                        -
                                      • each base character is conveyed as a base, and +
                                      • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                      • each annotation is convenyed as an annotation, and
                                      • the correct annotation is presented clearly as being associated with the correct base, and
                                      • the excess annotation appears to be annotating an empty base. @@ -32,4 +33,4 @@ and implementations may therefore validly vary.
                                        -じょう +例文はじょう diff --git a/html-ruby-extensions/reference/html-ruby-008-h-ref.html b/html-ruby-extensions/reference/html-ruby-008-h-ref.html index ef3b19d576a875..701797175f66a5 100644 --- a/html-ruby-extensions/reference/html-ruby-008-h-ref.html +++ b/html-ruby-extensions/reference/html-ruby-008-h-ref.html @@ -14,9 +14,10 @@ “” is annotated by “”. “” is annotated by “”. There is also one excess annotation with no base: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                                          -
                                        • each base character is conveyed as a base, and +
                                        • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                        • each annotation is convenyed as an annotation, and
                                        • the correct annotation is presented clearly as being associated with the correct base, and
                                        • the excess annotation appears to be annotating an empty base. @@ -31,4 +32,4 @@ and implementations may therefore validly vary.
                                          -じょうけ +例文はじょうけ diff --git a/html-ruby-extensions/reference/html-ruby-008-i-ref.html b/html-ruby-extensions/reference/html-ruby-008-i-ref.html index c4634c5e906858..a52b93e642858a 100644 --- a/html-ruby-extensions/reference/html-ruby-008-i-ref.html +++ b/html-ruby-extensions/reference/html-ruby-008-i-ref.html @@ -15,9 +15,10 @@ “” is annotated by “”. “” is annotated by “”. There is also one excess annotation with no base: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                                            -
                                          • each base character is conveyed as a base, and +
                                          • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                          • each annotation is convenyed as an annotation, and
                                          • the correct annotation is presented clearly as being associated with the correct base, and
                                          • the excess annotation appears to be annotating an empty base. @@ -32,4 +33,4 @@ and implementations may therefore validly vary.
                                            -じょう +例文はじょう diff --git a/html-ruby-extensions/reference/html-ruby-008-y-ref.html b/html-ruby-extensions/reference/html-ruby-008-y-ref.html index 9fb285298061bb..2c88bdde3641e4 100644 --- a/html-ruby-extensions/reference/html-ruby-008-y-ref.html +++ b/html-ruby-extensions/reference/html-ruby-008-y-ref.html @@ -14,9 +14,10 @@ “” is annotated by “”. “” is annotated by “”. There is also one excess annotation with no base: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                                              -
                                            • each base character is conveyed as a base, and +
                                            • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                            • each annotation is convenyed as an annotation, and
                                            • the correct annotation is presented clearly as being associated with the correct base, and
                                            • the excess annotation appears to be annotating an empty base. @@ -31,4 +32,4 @@ and implementations may therefore validly vary.
                                              - +例文は diff --git a/html-ruby-extensions/reference/html-ruby-008-z-ref.html b/html-ruby-extensions/reference/html-ruby-008-z-ref.html index 03d6dc72c178d9..8833d2cfe20661 100644 --- a/html-ruby-extensions/reference/html-ruby-008-z-ref.html +++ b/html-ruby-extensions/reference/html-ruby-008-z-ref.html @@ -14,9 +14,10 @@ “” is annotated by “”. “” is annotated by “”. There is also one excess annotation with no base: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                                                -
                                              • each base character is conveyed as a base, and +
                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                              • each annotation is convenyed as an annotation, and
                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                              • the excess annotation appears to be annotating an empty base. @@ -30,4 +31,4 @@ The precise appearance is not specified, and implementations may therefore validly vary. -
                                                +例文は
                                                diff --git a/html-ruby-extensions/reference/html-ruby-010-a-ref.html b/html-ruby-extensions/reference/html-ruby-010-a-ref.html index 587887b2549622..6e7d5a078c4d27 100644 --- a/html-ruby-extensions/reference/html-ruby-010-a-ref.html +++ b/html-ruby-extensions/reference/html-ruby-010-a-ref.html @@ -13,9 +13,10 @@ “” is annotated by “じょう”. “” is not annotated. “” is not annotated. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                                                  -
                                                • each base character is conveyed as a base, and +
                                                • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                                • the annotation is convenyed as an annotation, and
                                                • the annotation is only associated with the first base, not shared with the others.
                                                @@ -29,4 +30,4 @@ and implementations may therefore validly vary.
                                                -じょう +例文はじょう diff --git a/html-ruby-extensions/reference/html-ruby-010-b-ref.html b/html-ruby-extensions/reference/html-ruby-010-b-ref.html index c6cffd2405ab28..84b1c69f5a10fa 100644 --- a/html-ruby-extensions/reference/html-ruby-010-b-ref.html +++ b/html-ruby-extensions/reference/html-ruby-010-b-ref.html @@ -13,9 +13,10 @@ “” is annotated by “じょう”. “” is not annotated. “” is not annotated. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                                                  -
                                                • each base character is conveyed as a base, and +
                                                • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                                • the annotation is convenyed as an annotation, and
                                                • the annotation is only associated with the first base, not shared with the others.
                                                @@ -29,4 +30,4 @@ and implementations may therefore validly vary.
                                                -じょう +例文はじょう diff --git a/html-ruby-extensions/reference/html-ruby-010-c-ref.html b/html-ruby-extensions/reference/html-ruby-010-c-ref.html index fa02cbf569e178..ec87aa2300b80b 100644 --- a/html-ruby-extensions/reference/html-ruby-010-c-ref.html +++ b/html-ruby-extensions/reference/html-ruby-010-c-ref.html @@ -14,9 +14,10 @@ “” is annotated by “じょう”. “” is not annotated. “” is not annotated. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                                                  -
                                                • each base character is conveyed as a base, and +
                                                • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                                • the annotation is convenyed as an annotation, and
                                                • the annotation is only associated with the first base, not shared with the others.
                                                @@ -30,4 +31,4 @@ and implementations may therefore validly vary.
                                                -じょう +例文はじょう diff --git a/html-ruby-extensions/reference/html-ruby-010-d-ref.html b/html-ruby-extensions/reference/html-ruby-010-d-ref.html index 47df5fdd7fe557..29bc394a86c3b6 100644 --- a/html-ruby-extensions/reference/html-ruby-010-d-ref.html +++ b/html-ruby-extensions/reference/html-ruby-010-d-ref.html @@ -14,9 +14,10 @@ “” is annotated by “じょう”. “” is not annotated. “” is not annotated. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                                                  -
                                                • each base character is conveyed as a base, and +
                                                • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                                • the annotation is convenyed as an annotation, and
                                                • the annotation is only associated with the first base, not shared with the others.
                                                @@ -30,4 +31,4 @@ and implementations may therefore validly vary.
                                                -じょう +例文はじょう diff --git a/html-ruby-extensions/reference/html-ruby-010-e-ref.html b/html-ruby-extensions/reference/html-ruby-010-e-ref.html index c67b51c59bf9cf..037fd9140e7a64 100644 --- a/html-ruby-extensions/reference/html-ruby-010-e-ref.html +++ b/html-ruby-extensions/reference/html-ruby-010-e-ref.html @@ -13,9 +13,10 @@ “” is annotated by “じょう”. “” is not annotated. “” is not annotated. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                                                  -
                                                • each base character is conveyed as a base, and +
                                                • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                                • the annotation is convenyed as an annotation, and
                                                • the annotation is only associated with the first base, not shared with the others.
                                                @@ -29,4 +30,4 @@ and implementations may therefore validly vary.
                                                -じょう +例文はじょう diff --git a/html-ruby-extensions/reference/html-ruby-010-f-ref.html b/html-ruby-extensions/reference/html-ruby-010-f-ref.html index af290b5e2ce6f2..4d07f196fb3766 100644 --- a/html-ruby-extensions/reference/html-ruby-010-f-ref.html +++ b/html-ruby-extensions/reference/html-ruby-010-f-ref.html @@ -13,9 +13,10 @@ “” is annotated by “じょう”. “” is not annotated. “” is not annotated. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                                                  -
                                                • each base character is conveyed as a base, and +
                                                • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                                • the annotation is convenyed as an annotation, and
                                                • the annotation is only associated with the first base, not shared with the others.
                                                @@ -29,4 +30,4 @@ and implementations may therefore validly vary.
                                                -じょう +例文はじょう diff --git a/html-ruby-extensions/reference/html-ruby-010-y-ref.html b/html-ruby-extensions/reference/html-ruby-010-y-ref.html index e1cd3d9c7839f5..c2fa83818d4edf 100644 --- a/html-ruby-extensions/reference/html-ruby-010-y-ref.html +++ b/html-ruby-extensions/reference/html-ruby-010-y-ref.html @@ -13,9 +13,10 @@ “” is annotated by “じょう”. “” is not annotated. “” is not annotated. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                                                  -
                                                • each base character is conveyed as a base, and +
                                                • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                                • the annotation is convenyed as an annotation, and
                                                • the annotation is only associated with the first base, not shared with the others.
                                                @@ -29,4 +30,4 @@ and implementations may therefore validly vary.
                                                - +例文は diff --git a/html-ruby-extensions/reference/html-ruby-010-z-ref.html b/html-ruby-extensions/reference/html-ruby-010-z-ref.html index 516644200625a9..96ad87df0b5bf0 100644 --- a/html-ruby-extensions/reference/html-ruby-010-z-ref.html +++ b/html-ruby-extensions/reference/html-ruby-010-z-ref.html @@ -13,9 +13,10 @@ “” is annotated by “じょう”. “” is not annotated. “” is not annotated. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                                                  -
                                                • each base character is conveyed as a base, and +
                                                • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                                • the annotation is convenyed as an annotation, and
                                                • the annotation is only associated with the first base, not shared with the others.
                                                @@ -28,4 +29,4 @@ The precise appearance is not specified, and implementations may therefore validly vary. -
                                                +例文は
                                                diff --git a/html-ruby-extensions/reference/html-ruby-012-a-ref.html b/html-ruby-extensions/reference/html-ruby-012-a-ref.html index 3f13e231dc60a6..66bc514dc57b2b 100644 --- a/html-ruby-extensions/reference/html-ruby-012-a-ref.html +++ b/html-ruby-extensions/reference/html-ruby-012-a-ref.html @@ -5,9 +5,10 @@

                                                The example below consists of 2 base characters (今日), jointly annotated with their pronuntiation (きょう). +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:

                                                  -
                                                • the base characters are conveyed as a base, and +
                                                • the base characters are presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                                • the annotation is convenyed as an annotation, and
                                                • the annotation is jointly associated with the whole base, not just part of it.
                                                @@ -17,4 +18,4 @@ and implementations may therefore validly vary.
                                                -きょう +例文はきょう diff --git a/html-ruby-extensions/reference/html-ruby-012-b-ref.html b/html-ruby-extensions/reference/html-ruby-012-b-ref.html index 63d7d66aaf580f..0b5887cfe76f8a 100644 --- a/html-ruby-extensions/reference/html-ruby-012-b-ref.html +++ b/html-ruby-extensions/reference/html-ruby-012-b-ref.html @@ -5,9 +5,10 @@

                                                The example below consists of 2 base characters (今日), jointly annotated with their pronuntiation (きょう). +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:

                                                  -
                                                • the base characters are conveyed as a base, and +
                                                • the base characters are presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                                • the annotation is convenyed as an annotation, and
                                                • the annotation is jointly associated with the whole base, not just part of it.
                                                @@ -17,4 +18,4 @@ and implementations may therefore validly vary.
                                                -今日きょう +例文は今日きょう diff --git a/html-ruby-extensions/reference/html-ruby-012-c-ref.html b/html-ruby-extensions/reference/html-ruby-012-c-ref.html index 2f11bc26b3dc87..b21bab687892ca 100644 --- a/html-ruby-extensions/reference/html-ruby-012-c-ref.html +++ b/html-ruby-extensions/reference/html-ruby-012-c-ref.html @@ -8,9 +8,10 @@

                                                The example below consists of 2 base characters (今日), jointly annotated with their pronuntiation (きょう). +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:

                                                  -
                                                • the base characters are conveyed as a base, and +
                                                • the base characters are presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                                • the annotation is convenyed as an annotation, and
                                                • the annotation is jointly associated with the whole base, not just part of it.
                                                @@ -20,4 +21,4 @@ and implementations may therefore validly vary.
                                                -きょう +例文はきょう diff --git a/html-ruby-extensions/reference/html-ruby-012-d-ref.html b/html-ruby-extensions/reference/html-ruby-012-d-ref.html index 38fc00cc705353..e1579abd65a643 100644 --- a/html-ruby-extensions/reference/html-ruby-012-d-ref.html +++ b/html-ruby-extensions/reference/html-ruby-012-d-ref.html @@ -8,9 +8,10 @@

                                                The example below consists of 2 base characters (今日), jointly annotated with their pronuntiation (きょう). +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:

                                                  -
                                                • the base characters are conveyed as a base, and +
                                                • the base characters are presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                                • the annotation is convenyed as an annotation, and
                                                • the annotation is jointly associated with the whole base, not just part of it.
                                                @@ -20,4 +21,4 @@ and implementations may therefore validly vary.
                                                -今日きょう +例文は今日きょう diff --git a/html-ruby-extensions/reference/html-ruby-012-e-ref.html b/html-ruby-extensions/reference/html-ruby-012-e-ref.html index 50ec6190fcfb75..f0ce6c8f2b02e0 100644 --- a/html-ruby-extensions/reference/html-ruby-012-e-ref.html +++ b/html-ruby-extensions/reference/html-ruby-012-e-ref.html @@ -5,9 +5,10 @@

                                                The example below consists of 2 base characters (今日), jointly annotated with their pronuntiation (きょう). +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:

                                                  -
                                                • the base characters are conveyed as a base, and +
                                                • the base characters are presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                                • the annotation is convenyed as an annotation, and
                                                • the annotation is jointly associated with the whole base, not just part of it.
                                                @@ -17,4 +18,4 @@ and implementations may therefore validly vary.
                                                -きょう +例文はきょう diff --git a/html-ruby-extensions/reference/html-ruby-012-y-ref.html b/html-ruby-extensions/reference/html-ruby-012-y-ref.html index 40524c6b932955..fb45334ba2510a 100644 --- a/html-ruby-extensions/reference/html-ruby-012-y-ref.html +++ b/html-ruby-extensions/reference/html-ruby-012-y-ref.html @@ -5,9 +5,10 @@

                                                The example below consists of 2 base characters (今日), jointly annotated with their pronuntiation (きょう). +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:

                                                  -
                                                • the base characters are conveyed as a base, and +
                                                • the base characters are presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                                • the annotation is convenyed as an annotation, and
                                                • the annotation is jointly associated with the whole base, not just part of it.
                                                @@ -17,4 +18,4 @@ and implementations may therefore validly vary.
                                                -今日 +例文は今日 diff --git a/html-ruby-extensions/reference/html-ruby-012-z-ref.html b/html-ruby-extensions/reference/html-ruby-012-z-ref.html index 6712c736cbce17..57c36287cb43e9 100644 --- a/html-ruby-extensions/reference/html-ruby-012-z-ref.html +++ b/html-ruby-extensions/reference/html-ruby-012-z-ref.html @@ -5,9 +5,10 @@

                                                The example below consists of 2 base characters (今日), jointly annotated with their pronuntiation (きょう). +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:

                                                  -
                                                • the base characters are conveyed as a base, and +
                                                • the base characters are presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                                • the annotation is convenyed as an annotation, and
                                                • the annotation is jointly associated with the whole base, not just part of it.
                                                @@ -16,4 +17,4 @@ The precise appearance is not specified, and implementations may therefore validly vary. -
                                                +例文は
                                                diff --git a/html-ruby-extensions/reference/html-ruby-013-a-ref.html b/html-ruby-extensions/reference/html-ruby-013-a-ref.html index b5c879c7a970c8..e7da3469e26352 100644 --- a/html-ruby-extensions/reference/html-ruby-013-a-ref.html +++ b/html-ruby-extensions/reference/html-ruby-013-a-ref.html @@ -13,9 +13,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                                                  -
                                                • each base character is conveyed as a base, and +
                                                • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                                • each annotation is convenyed as an annotation, and
                                                • the correct annotation is presented clearly as being associated with the correct base.
                                                @@ -29,4 +30,4 @@ and implementations may therefore validly vary.
                                                -じょう +例文はじょう diff --git a/html-ruby-extensions/reference/html-ruby-013-b-ref.html b/html-ruby-extensions/reference/html-ruby-013-b-ref.html index cdecf81c044e7f..598c8ddaebaf7f 100644 --- a/html-ruby-extensions/reference/html-ruby-013-b-ref.html +++ b/html-ruby-extensions/reference/html-ruby-013-b-ref.html @@ -13,9 +13,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                                                  -
                                                • each base character is conveyed as a base, and +
                                                • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                                • each annotation is convenyed as an annotation, and
                                                • the correct annotation is presented clearly as being associated with the correct base.
                                                @@ -29,4 +30,4 @@ and implementations may therefore validly vary.
                                                - じょう +例文は じょう diff --git a/html-ruby-extensions/reference/html-ruby-013-c-ref.html b/html-ruby-extensions/reference/html-ruby-013-c-ref.html index 50446cd9f89a74..39982ce9297b8f 100644 --- a/html-ruby-extensions/reference/html-ruby-013-c-ref.html +++ b/html-ruby-extensions/reference/html-ruby-013-c-ref.html @@ -14,9 +14,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                                                  -
                                                • each base character is conveyed as a base, and +
                                                • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                                • each annotation is convenyed as an annotation, and
                                                • the correct annotation is presented clearly as being associated with the correct base.
                                                @@ -30,4 +31,4 @@ and implementations may therefore validly vary.
                                                - じょう +例文は じょう diff --git a/html-ruby-extensions/reference/html-ruby-013-d-ref.html b/html-ruby-extensions/reference/html-ruby-013-d-ref.html index 78158b2c03b78c..5a6ad76ae54ab2 100644 --- a/html-ruby-extensions/reference/html-ruby-013-d-ref.html +++ b/html-ruby-extensions/reference/html-ruby-013-d-ref.html @@ -13,9 +13,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                                                  -
                                                • each base character is conveyed as a base, and +
                                                • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                                • each annotation is convenyed as an annotation, and
                                                • the correct annotation is presented clearly as being associated with the correct base.
                                                @@ -29,4 +30,4 @@ and implementations may therefore validly vary.
                                                - じょう +例文は じょう diff --git a/html-ruby-extensions/reference/html-ruby-013-e-ref.html b/html-ruby-extensions/reference/html-ruby-013-e-ref.html index 29eae3f8f9212e..7bf0efea4ea937 100644 --- a/html-ruby-extensions/reference/html-ruby-013-e-ref.html +++ b/html-ruby-extensions/reference/html-ruby-013-e-ref.html @@ -13,9 +13,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                                                  -
                                                • each base character is conveyed as a base, and +
                                                • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                                • each annotation is convenyed as an annotation, and
                                                • the correct annotation is presented clearly as being associated with the correct base.
                                                @@ -29,4 +30,4 @@ and implementations may therefore validly vary.
                                                - a じょう +例文は a じょう diff --git a/html-ruby-extensions/reference/html-ruby-013-f-ref.html b/html-ruby-extensions/reference/html-ruby-013-f-ref.html index 012bc8e5898fc1..8676470dc5df0f 100644 --- a/html-ruby-extensions/reference/html-ruby-013-f-ref.html +++ b/html-ruby-extensions/reference/html-ruby-013-f-ref.html @@ -14,9 +14,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                                                  -
                                                • each base character is conveyed as a base, and +
                                                • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                                • each annotation is convenyed as an annotation, and
                                                • the correct annotation is presented clearly as being associated with the correct base.
                                                @@ -30,4 +31,4 @@ and implementations may therefore validly vary.
                                                - じょう +例文は じょう diff --git a/html-ruby-extensions/reference/html-ruby-013-y-ref.html b/html-ruby-extensions/reference/html-ruby-013-y-ref.html index c83638db1a08f7..d4caf3bcdf03da 100644 --- a/html-ruby-extensions/reference/html-ruby-013-y-ref.html +++ b/html-ruby-extensions/reference/html-ruby-013-y-ref.html @@ -13,9 +13,10 @@ “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                                                  -
                                                • each base character is conveyed as a base, and +
                                                • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                                • each annotation is convenyed as an annotation, and
                                                • the correct annotation is presented clearly as being associated with the correct base.
                                                @@ -29,4 +30,4 @@ and implementations may therefore validly vary.
                                                - +例文は diff --git a/html-ruby-extensions/reference/html-ruby-501-a-ref.html b/html-ruby-extensions/reference/html-ruby-501-a-ref.html index 7b21804618c4b8..2524acd055973a 100644 --- a/html-ruby-extensions/reference/html-ruby-501-a-ref.html +++ b/html-ruby-extensions/reference/html-ruby-501-a-ref.html @@ -5,9 +5,10 @@

                                                The example below consists of 2 base characters (“今日”), jointly annotated with two levels of annotations: “きょう” and “today”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:

                                                  -
                                                • the base characters are conveyed as a base, and +
                                                • the base characters are presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                                • each annotation is convenyed as an annotation, and
                                                • each annotation is jointly associated with the whole base, not just part of it.
                                                @@ -17,4 +18,4 @@ and implementations may therefore validly vary.
                                                -きょうtoday +例文はきょうtoday diff --git a/html-ruby-extensions/reference/html-ruby-501-b-ref.html b/html-ruby-extensions/reference/html-ruby-501-b-ref.html index 240a8f990de443..c32ce439dbd5ca 100644 --- a/html-ruby-extensions/reference/html-ruby-501-b-ref.html +++ b/html-ruby-extensions/reference/html-ruby-501-b-ref.html @@ -5,9 +5,10 @@

                                                The example below consists of 2 base characters (“今日”), jointly annotated with two levels of annotations: “きょう” and “today”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:

                                                  -
                                                • the base characters are conveyed as a base, and +
                                                • the base characters are presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                                • each annotation is convenyed as an annotation, and
                                                • each annotation is jointly associated with the whole base, not just part of it.
                                                @@ -17,4 +18,4 @@ and implementations may therefore validly vary.
                                                -今日きょうtoday +例文は今日きょうtoday diff --git a/html-ruby-extensions/reference/html-ruby-501-c-ref.html b/html-ruby-extensions/reference/html-ruby-501-c-ref.html index af008f19818268..2876370a594d70 100644 --- a/html-ruby-extensions/reference/html-ruby-501-c-ref.html +++ b/html-ruby-extensions/reference/html-ruby-501-c-ref.html @@ -8,9 +8,10 @@

                                                The example below consists of 2 base characters (“今日”), jointly annotated with two levels of annotations: “きょう” and “today”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:

                                                  -
                                                • the base characters are conveyed as a base, and +
                                                • the base characters are presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                                • each annotation is convenyed as an annotation, and
                                                • each annotation is jointly associated with the whole base, not just part of it.
                                                @@ -20,4 +21,4 @@ and implementations may therefore validly vary.
                                                -きょうtoday +例文はきょうtoday diff --git a/html-ruby-extensions/reference/html-ruby-501-d-ref.html b/html-ruby-extensions/reference/html-ruby-501-d-ref.html index ad705248f6900a..67acafbb43f55d 100644 --- a/html-ruby-extensions/reference/html-ruby-501-d-ref.html +++ b/html-ruby-extensions/reference/html-ruby-501-d-ref.html @@ -8,9 +8,10 @@

                                                The example below consists of 2 base characters (“今日”), jointly annotated with two levels of annotations: “きょう” and “today”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:

                                                  -
                                                • the base characters are conveyed as a base, and +
                                                • the base characters are presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                                • each annotation is convenyed as an annotation, and
                                                • each annotation is jointly associated with the whole base, not just part of it.
                                                @@ -20,4 +21,4 @@ and implementations may therefore validly vary.
                                                -今日きょうtoday +例文は今日きょうtoday diff --git a/html-ruby-extensions/reference/html-ruby-501-e-ref.html b/html-ruby-extensions/reference/html-ruby-501-e-ref.html index 8171949d490788..146651d016c298 100644 --- a/html-ruby-extensions/reference/html-ruby-501-e-ref.html +++ b/html-ruby-extensions/reference/html-ruby-501-e-ref.html @@ -5,9 +5,10 @@

                                                The example below consists of 2 base characters (“今日”), jointly annotated with two levels of annotations: “きょう” and “today”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:

                                                  -
                                                • the base characters are conveyed as a base, and +
                                                • the base characters are presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                                • each annotation is convenyed as an annotation, and
                                                • each annotation is jointly associated with the whole base, not just part of it.
                                                @@ -17,4 +18,4 @@ and implementations may therefore validly vary.
                                                -きょうtoday +例文はきょうtoday diff --git a/html-ruby-extensions/reference/html-ruby-501-y-ref.html b/html-ruby-extensions/reference/html-ruby-501-y-ref.html index 19ada1a01e8468..b308ea9613131b 100644 --- a/html-ruby-extensions/reference/html-ruby-501-y-ref.html +++ b/html-ruby-extensions/reference/html-ruby-501-y-ref.html @@ -5,9 +5,10 @@

                                                The example below consists of 2 base characters (“今日”), jointly annotated with two levels of annotations: “きょう” and “today”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:

                                                  -
                                                • the base characters are conveyed as a base, and +
                                                • the base characters are presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                                • each annotation is convenyed as an annotation, and
                                                • each annotation is jointly associated with the whole base, not just part of it.
                                                @@ -17,4 +18,4 @@ and implementations may therefore validly vary.
                                                -今日 +例文は今日 diff --git a/html-ruby-extensions/reference/html-ruby-501-z-ref.html b/html-ruby-extensions/reference/html-ruby-501-z-ref.html index 868ad51fc5a9b1..34f5208e8f7a97 100644 --- a/html-ruby-extensions/reference/html-ruby-501-z-ref.html +++ b/html-ruby-extensions/reference/html-ruby-501-z-ref.html @@ -5,9 +5,10 @@

                                                The example below consists of 2 base characters (“今日”), jointly annotated with two levels of annotations: “きょう” and “today”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:

                                                  -
                                                • the base characters are conveyed as a base, and +
                                                • the base characters are presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                                • each annotation is convenyed as an annotation, and
                                                • each annotation is jointly associated with the whole base, not just part of it.
                                                @@ -16,4 +17,4 @@ The precise appearance is not specified, and implementations may therefore validly vary. -
                                                +例文は
                                                diff --git a/html-ruby-extensions/reference/html-ruby-502-a-ref.html b/html-ruby-extensions/reference/html-ruby-502-a-ref.html index 09d9d4859341d6..049fdb7fc8adc9 100644 --- a/html-ruby-extensions/reference/html-ruby-502-a-ref.html +++ b/html-ruby-extensions/reference/html-ruby-502-a-ref.html @@ -11,9 +11,10 @@

                                                The example below consists of 2 base characters, each annotated twice with its pronunciation (once in the latin alphabet, once in kana) “” is annotated by “きょう” and “kyo”. “” is annotated by “” and “to”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:

                                                  -
                                                • each base character is conveyed as a base, and +
                                                • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                                • each annotation is convenyed as an annotation, and
                                                • the correct annotation is presented clearly as being associated with the correct base.
                                                @@ -27,4 +28,4 @@ and implementations may therefore validly vary.
                                                -きょうkyoto +例文はきょうkyoto diff --git a/html-ruby-extensions/reference/html-ruby-502-b-ref.html b/html-ruby-extensions/reference/html-ruby-502-b-ref.html index 23cb6374af5248..62bf23cd65b3c5 100644 --- a/html-ruby-extensions/reference/html-ruby-502-b-ref.html +++ b/html-ruby-extensions/reference/html-ruby-502-b-ref.html @@ -12,9 +12,10 @@

                                                The example below consists of 2 base characters, each annotated twice with its pronunciation (once in the latin alphabet, once in kana) “” is annotated by “きょう” and “kyo”. “” is annotated by “” and “to”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:

                                                  -
                                                • each base character is conveyed as a base, and +
                                                • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                                • each annotation is convenyed as an annotation, and
                                                • the correct annotation is presented clearly as being associated with the correct base.
                                                @@ -28,4 +29,4 @@ and implementations may therefore validly vary.
                                                -きょうkyoto +例文はきょうkyoto diff --git a/html-ruby-extensions/reference/html-ruby-502-c-ref.html b/html-ruby-extensions/reference/html-ruby-502-c-ref.html index f3f14cd08796ab..9de291045272f9 100644 --- a/html-ruby-extensions/reference/html-ruby-502-c-ref.html +++ b/html-ruby-extensions/reference/html-ruby-502-c-ref.html @@ -11,9 +11,10 @@

                                                The example below consists of 2 base characters, each annotated twice with its pronunciation (once in the latin alphabet, once in kana) “” is annotated by “きょう” and “kyo”. “” is annotated by “” and “to”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:

                                                  -
                                                • each base character is conveyed as a base, and +
                                                • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                                • each annotation is convenyed as an annotation, and
                                                • the correct annotation is presented clearly as being associated with the correct base.
                                                @@ -27,4 +28,4 @@ and implementations may therefore validly vary.
                                                -きょうkyoto +例文はきょうkyoto diff --git a/html-ruby-extensions/reference/html-ruby-502-d-ref.html b/html-ruby-extensions/reference/html-ruby-502-d-ref.html index 6c3ded5d125117..b673484828b1e4 100644 --- a/html-ruby-extensions/reference/html-ruby-502-d-ref.html +++ b/html-ruby-extensions/reference/html-ruby-502-d-ref.html @@ -11,9 +11,10 @@

                                                The example below consists of 2 base characters, each annotated twice with its pronunciation (once in the latin alphabet, once in kana) “” is annotated by “きょう” and “kyo”. “” is annotated by “” and “to”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:

                                                  -
                                                • each base character is conveyed as a base, and +
                                                • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                                • each annotation is convenyed as an annotation, and
                                                • the correct annotation is presented clearly as being associated with the correct base.
                                                @@ -27,4 +28,4 @@ and implementations may therefore validly vary.
                                                -きょうkyoto +例文はきょうkyoto diff --git a/html-ruby-extensions/reference/html-ruby-502-e-ref.html b/html-ruby-extensions/reference/html-ruby-502-e-ref.html index ae7da8f34da5b4..b7193af18846a8 100644 --- a/html-ruby-extensions/reference/html-ruby-502-e-ref.html +++ b/html-ruby-extensions/reference/html-ruby-502-e-ref.html @@ -12,9 +12,10 @@

                                                The example below consists of 2 base characters, each annotated twice with its pronunciation (once in the latin alphabet, once in kana) “” is annotated by “きょう” and “kyo”. “” is annotated by “” and “to”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:

                                                  -
                                                • each base character is conveyed as a base, and +
                                                • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                                • each annotation is convenyed as an annotation, and
                                                • the correct annotation is presented clearly as being associated with the correct base.
                                                @@ -28,4 +29,4 @@ and implementations may therefore validly vary.
                                                -きょうkyoto +例文はきょうkyoto diff --git a/html-ruby-extensions/reference/html-ruby-502-y-ref.html b/html-ruby-extensions/reference/html-ruby-502-y-ref.html index fd1b09e6a89047..247679fcd60f8e 100644 --- a/html-ruby-extensions/reference/html-ruby-502-y-ref.html +++ b/html-ruby-extensions/reference/html-ruby-502-y-ref.html @@ -11,9 +11,10 @@

                                                The example below consists of 2 base characters, each annotated twice with its pronunciation (once in the latin alphabet, once in kana) “” is annotated by “きょう” and “kyo”. “” is annotated by “” and “to”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:

                                                  -
                                                • each base character is conveyed as a base, and +
                                                • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                                • each annotation is convenyed as an annotation, and
                                                • the correct annotation is presented clearly as being associated with the correct base.
                                                @@ -27,4 +28,4 @@ and implementations may therefore validly vary.
                                                - +例文は diff --git a/html-ruby-extensions/reference/html-ruby-502-z-ref.html b/html-ruby-extensions/reference/html-ruby-502-z-ref.html index a450d6152223c0..17131ef60dc89c 100644 --- a/html-ruby-extensions/reference/html-ruby-502-z-ref.html +++ b/html-ruby-extensions/reference/html-ruby-502-z-ref.html @@ -11,9 +11,10 @@

                                                The example below consists of 2 base characters, each annotated twice with its pronunciation (once in the latin alphabet, once in kana) “” is annotated by “きょう” and “kyo”. “” is annotated by “” and “to”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:

                                                  -
                                                • each base character is conveyed as a base, and +
                                                • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                                • each annotation is convenyed as an annotation, and
                                                • the correct annotation is presented clearly as being associated with the correct base.
                                                @@ -26,4 +27,4 @@ The precise appearance is not specified, and implementations may therefore validly vary. -
                                                +例文は
                                                diff --git a/html-ruby-extensions/reference/html-ruby-503-a-ref.html b/html-ruby-extensions/reference/html-ruby-503-a-ref.html index 3fb0006ca9b2a1..7506070b299955 100644 --- a/html-ruby-extensions/reference/html-ruby-503-a-ref.html +++ b/html-ruby-extensions/reference/html-ruby-503-a-ref.html @@ -14,9 +14,10 @@ “” is annotated by “2” and “b”. “” is annotated by “3” and “c”. The whole is annotated with “altogether”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                                                  -
                                                • each base character is conveyed as a base, and +
                                                • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                                • each annotation is convenyed as an annotation, and
                                                • the correct annotation is presented clearly as being associated with the correct base, and
                                                • the joint annotation is associated with the whole base, not just a part. @@ -31,4 +32,4 @@ and implementations may therefore validly vary.
                                                  -abcaltogether123 +例文はabcaltogether123 diff --git a/html-ruby-extensions/reference/html-ruby-503-b-ref.html b/html-ruby-extensions/reference/html-ruby-503-b-ref.html index 4ac6aeb7be1f4c..09fd6ef9550990 100644 --- a/html-ruby-extensions/reference/html-ruby-503-b-ref.html +++ b/html-ruby-extensions/reference/html-ruby-503-b-ref.html @@ -15,9 +15,10 @@ “” is annotated by “2” and “b”. “” is annotated by “3” and “c”. The whole is annotated with “altogether”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                                                    -
                                                  • each base character is conveyed as a base, and +
                                                  • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                                  • each annotation is convenyed as an annotation, and
                                                  • the correct annotation is presented clearly as being associated with the correct base, and
                                                  • the joint annotation is associated with the whole base, not just a part. @@ -32,4 +33,4 @@ and implementations may therefore validly vary.
                                                    -abcaltogether123 +例文はabcaltogether123 diff --git a/html-ruby-extensions/reference/html-ruby-503-c-ref.html b/html-ruby-extensions/reference/html-ruby-503-c-ref.html index 0e905c63b337b6..d607820e0ff5e7 100644 --- a/html-ruby-extensions/reference/html-ruby-503-c-ref.html +++ b/html-ruby-extensions/reference/html-ruby-503-c-ref.html @@ -14,9 +14,10 @@ “” is annotated by “2” and “b”. “” is annotated by “3” and “c”. The whole is annotated with “altogether”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                                                      -
                                                    • each base character is conveyed as a base, and +
                                                    • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                                    • each annotation is convenyed as an annotation, and
                                                    • the correct annotation is presented clearly as being associated with the correct base, and
                                                    • the joint annotation is associated with the whole base, not just a part. @@ -31,4 +32,4 @@ and implementations may therefore validly vary.
                                                      -abcaltogether123 +例文はabcaltogether123 diff --git a/html-ruby-extensions/reference/html-ruby-503-d-ref.html b/html-ruby-extensions/reference/html-ruby-503-d-ref.html index d52682d9c5aa92..12b737ff5a8f25 100644 --- a/html-ruby-extensions/reference/html-ruby-503-d-ref.html +++ b/html-ruby-extensions/reference/html-ruby-503-d-ref.html @@ -14,9 +14,10 @@ “” is annotated by “2” and “b”. “” is annotated by “3” and “c”. The whole is annotated with “altogether”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                                                        -
                                                      • each base character is conveyed as a base, and +
                                                      • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                                      • each annotation is convenyed as an annotation, and
                                                      • the correct annotation is presented clearly as being associated with the correct base, and
                                                      • the joint annotation is associated with the whole base, not just a part. @@ -31,4 +32,4 @@ and implementations may therefore validly vary.
                                                        -abcaltogether123 +例文はabcaltogether123 diff --git a/html-ruby-extensions/reference/html-ruby-503-e-ref.html b/html-ruby-extensions/reference/html-ruby-503-e-ref.html index 0ae442f9d58856..9e8e72fa391a0c 100644 --- a/html-ruby-extensions/reference/html-ruby-503-e-ref.html +++ b/html-ruby-extensions/reference/html-ruby-503-e-ref.html @@ -15,9 +15,10 @@ “” is annotated by “2” and “b”. “” is annotated by “3” and “c”. The whole is annotated with “altogether”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                                                          -
                                                        • each base character is conveyed as a base, and +
                                                        • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                                        • each annotation is convenyed as an annotation, and
                                                        • the correct annotation is presented clearly as being associated with the correct base, and
                                                        • the joint annotation is associated with the whole base, not just a part. @@ -32,4 +33,4 @@ and implementations may therefore validly vary.
                                                          -abcaltogether123 +例文はabcaltogether123 diff --git a/html-ruby-extensions/reference/html-ruby-503-y-ref.html b/html-ruby-extensions/reference/html-ruby-503-y-ref.html index 0695a45c4b0f49..d7f22fd353f882 100644 --- a/html-ruby-extensions/reference/html-ruby-503-y-ref.html +++ b/html-ruby-extensions/reference/html-ruby-503-y-ref.html @@ -14,9 +14,10 @@ “” is annotated by “2” and “b”. “” is annotated by “3” and “c”. The whole is annotated with “altogether”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                                                            -
                                                          • each base character is conveyed as a base, and +
                                                          • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                                          • each annotation is convenyed as an annotation, and
                                                          • the correct annotation is presented clearly as being associated with the correct base, and
                                                          • the joint annotation is associated with the whole base, not just a part. @@ -31,4 +32,4 @@ and implementations may therefore validly vary.
                                                            - +例文は diff --git a/html-ruby-extensions/reference/html-ruby-503-z-ref.html b/html-ruby-extensions/reference/html-ruby-503-z-ref.html index b820c19f9c6bdb..a69abf5f60ff6e 100644 --- a/html-ruby-extensions/reference/html-ruby-503-z-ref.html +++ b/html-ruby-extensions/reference/html-ruby-503-z-ref.html @@ -14,9 +14,10 @@ “” is annotated by “2” and “b”. “” is annotated by “3” and “c”. The whole is annotated with “altogether”. +For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:
                                                              -
                                                            • each base character is conveyed as a base, and +
                                                            • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
                                                            • each annotation is convenyed as an annotation, and
                                                            • the correct annotation is presented clearly as being associated with the correct base, and
                                                            • the joint annotation is associated with the whole base, not just a part. @@ -30,4 +31,4 @@ The precise appearance is not specified, and implementations may therefore validly vary. -
                                                              +例文は
                                                              From b86840000bd4ef8a1b5b0c18108a69c0b427b0b8 Mon Sep 17 00:00:00 2001 From: Florian Rivoal Date: Thu, 5 Mar 2026 17:30:55 +0900 Subject: [PATCH 06/18] Add explicit warning to the README --- html-ruby-extensions/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/html-ruby-extensions/README.md b/html-ruby-extensions/README.md index 3a87ae944a19c7..df65fa36937953 100644 --- a/html-ruby-extensions/README.md +++ b/html-ruby-extensions/README.md @@ -2,6 +2,11 @@ Specification: https://www.w3.org/TR/html-ruby-extensions/ +WARNING: These are manual tests. +There is some support for automation, +but the results must be evaluated manually. +Simply relying on automated reports of tests passing is not sufficient. + These tests are hard to write reliably, because without relying on a styling mechanism (which should be tested separately), there's no prescribed rendering, From 56b41ca8364918c2e3ce3a57987b496bb2f81504 Mon Sep 17 00:00:00 2001 From: Florian Rivoal Date: Thu, 5 Mar 2026 17:59:40 +0900 Subject: [PATCH 07/18] Adjust mismatch references with context phrase for when ruby is failing to show An earlier edit had them slightly wrong --- html-ruby-extensions/reference/html-ruby-001-z-ref.html | 3 ++- html-ruby-extensions/reference/html-ruby-008-z-ref.html | 3 ++- html-ruby-extensions/reference/html-ruby-010-z-ref.html | 3 ++- html-ruby-extensions/reference/html-ruby-012-z-ref.html | 3 ++- html-ruby-extensions/reference/html-ruby-501-z-ref.html | 3 ++- html-ruby-extensions/reference/html-ruby-502-z-ref.html | 3 ++- html-ruby-extensions/reference/html-ruby-503-z-ref.html | 3 ++- 7 files changed, 14 insertions(+), 7 deletions(-) diff --git a/html-ruby-extensions/reference/html-ruby-001-z-ref.html b/html-ruby-extensions/reference/html-ruby-001-z-ref.html index 226d971b9d142f..eba98d41860452 100644 --- a/html-ruby-extensions/reference/html-ruby-001-z-ref.html +++ b/html-ruby-extensions/reference/html-ruby-001-z-ref.html @@ -29,4 +29,5 @@ The precise appearance is not specified, and implementations may therefore validly vary. -例文は
                                                              +
                                                              +例文は diff --git a/html-ruby-extensions/reference/html-ruby-008-z-ref.html b/html-ruby-extensions/reference/html-ruby-008-z-ref.html index 8833d2cfe20661..95b28be087acd0 100644 --- a/html-ruby-extensions/reference/html-ruby-008-z-ref.html +++ b/html-ruby-extensions/reference/html-ruby-008-z-ref.html @@ -31,4 +31,5 @@ The precise appearance is not specified, and implementations may therefore validly vary. -例文は
                                                              +
                                                              +例文は diff --git a/html-ruby-extensions/reference/html-ruby-010-z-ref.html b/html-ruby-extensions/reference/html-ruby-010-z-ref.html index 96ad87df0b5bf0..78a8b8d4238f78 100644 --- a/html-ruby-extensions/reference/html-ruby-010-z-ref.html +++ b/html-ruby-extensions/reference/html-ruby-010-z-ref.html @@ -29,4 +29,5 @@ The precise appearance is not specified, and implementations may therefore validly vary. -例文は
                                                              +
                                                              +例文は diff --git a/html-ruby-extensions/reference/html-ruby-012-z-ref.html b/html-ruby-extensions/reference/html-ruby-012-z-ref.html index 57c36287cb43e9..0096074532e38a 100644 --- a/html-ruby-extensions/reference/html-ruby-012-z-ref.html +++ b/html-ruby-extensions/reference/html-ruby-012-z-ref.html @@ -17,4 +17,5 @@ The precise appearance is not specified, and implementations may therefore validly vary. -例文は
                                                              +
                                                              +例文は diff --git a/html-ruby-extensions/reference/html-ruby-501-z-ref.html b/html-ruby-extensions/reference/html-ruby-501-z-ref.html index 34f5208e8f7a97..1269a1150c8b8f 100644 --- a/html-ruby-extensions/reference/html-ruby-501-z-ref.html +++ b/html-ruby-extensions/reference/html-ruby-501-z-ref.html @@ -17,4 +17,5 @@ The precise appearance is not specified, and implementations may therefore validly vary. -例文は
                                                              +
                                                              +例文は diff --git a/html-ruby-extensions/reference/html-ruby-502-z-ref.html b/html-ruby-extensions/reference/html-ruby-502-z-ref.html index 17131ef60dc89c..fd5679938c1c9c 100644 --- a/html-ruby-extensions/reference/html-ruby-502-z-ref.html +++ b/html-ruby-extensions/reference/html-ruby-502-z-ref.html @@ -27,4 +27,5 @@ The precise appearance is not specified, and implementations may therefore validly vary. -例文は
                                                              +
                                                              +例文は diff --git a/html-ruby-extensions/reference/html-ruby-503-z-ref.html b/html-ruby-extensions/reference/html-ruby-503-z-ref.html index a69abf5f60ff6e..0ea6533cf96be0 100644 --- a/html-ruby-extensions/reference/html-ruby-503-z-ref.html +++ b/html-ruby-extensions/reference/html-ruby-503-z-ref.html @@ -31,4 +31,5 @@ The precise appearance is not specified, and implementations may therefore validly vary. -例文は
                                                              +
                                                              +例文は From bb9982e34a68d7de9a96a947a0b214ac928e7a3f Mon Sep 17 00:00:00 2001 From: Florian Rivoal Date: Thu, 5 Mar 2026 18:24:05 +0900 Subject: [PATCH 08/18] Add test for 2 level ruby, one spanning, one not --- html-ruby-extensions/html-ruby-504.html | 48 +++++++++++++++++++ .../reference/html-ruby-504-a-ref.html | 35 ++++++++++++++ .../reference/html-ruby-504-b-ref.html | 36 ++++++++++++++ .../reference/html-ruby-504-c-ref.html | 35 ++++++++++++++ .../reference/html-ruby-504-d-ref.html | 35 ++++++++++++++ .../reference/html-ruby-504-e-ref.html | 36 ++++++++++++++ .../reference/html-ruby-504-y-ref.html | 35 ++++++++++++++ .../reference/html-ruby-504-z-ref.html | 35 ++++++++++++++ 8 files changed, 295 insertions(+) create mode 100644 html-ruby-extensions/html-ruby-504.html create mode 100644 html-ruby-extensions/reference/html-ruby-504-a-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-504-b-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-504-c-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-504-d-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-504-e-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-504-y-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-504-z-ref.html diff --git a/html-ruby-extensions/html-ruby-504.html b/html-ruby-extensions/html-ruby-504.html new file mode 100644 index 00000000000000..e747673cd46743 --- /dev/null +++ b/html-ruby-extensions/html-ruby-504.html @@ -0,0 +1,48 @@ + + + +Ruby Markup Content Model + + + + + + + + + + + + + + + + +

                                                              The example below consists of 3 base characters, each annotated individually, and also all jointly annotated. +“” is annotated by “1”. +“” is annotated by “2”. +“” is annotated by “3”. +The whole is annotated with “altogether”. +For ease of comparison, it is preceded by some context text: “例文は”. +This test passes if: +

                                                                +
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and +
                                                              • each annotation is convenyed as an annotation, and +
                                                              • the correct annotation is presented clearly as being associated with the correct base, and +
                                                              • the joint annotation is associated with the whole base, not just a part. +
                                                              + +

                                                              Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

                                                              Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


                                                              +例文はaltogether123 diff --git a/html-ruby-extensions/reference/html-ruby-504-a-ref.html b/html-ruby-extensions/reference/html-ruby-504-a-ref.html new file mode 100644 index 00000000000000..db5c08892662ce --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-504-a-ref.html @@ -0,0 +1,35 @@ + + + +test reference + + + +

                                                              The example below consists of 3 base characters, each annotated individually, and also all jointly annotated. +“” is annotated by “1”. +“” is annotated by “2”. +“” is annotated by “3”. +The whole is annotated with “altogether”. +For ease of comparison, it is preceded by some context text: “例文は”. +This test passes if: +

                                                                +
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and +
                                                              • each annotation is convenyed as an annotation, and +
                                                              • the correct annotation is presented clearly as being associated with the correct base, and +
                                                              • the joint annotation is associated with the whole base, not just a part. +
                                                              + +

                                                              Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

                                                              Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


                                                              +例文はaltogether123 diff --git a/html-ruby-extensions/reference/html-ruby-504-b-ref.html b/html-ruby-extensions/reference/html-ruby-504-b-ref.html new file mode 100644 index 00000000000000..e48f7ec620ebd1 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-504-b-ref.html @@ -0,0 +1,36 @@ + + + +test reference + + + +

                                                              The example below consists of 3 base characters, each annotated individually, and also all jointly annotated. +“” is annotated by “1”. +“” is annotated by “2”. +“” is annotated by “3”. +The whole is annotated with “altogether”. +For ease of comparison, it is preceded by some context text: “例文は”. +This test passes if: +

                                                                +
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and +
                                                              • each annotation is convenyed as an annotation, and +
                                                              • the correct annotation is presented clearly as being associated with the correct base, and +
                                                              • the joint annotation is associated with the whole base, not just a part. +
                                                              + +

                                                              Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

                                                              Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


                                                              +例文はaltogether123 diff --git a/html-ruby-extensions/reference/html-ruby-504-c-ref.html b/html-ruby-extensions/reference/html-ruby-504-c-ref.html new file mode 100644 index 00000000000000..8f5ae3bce7fd94 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-504-c-ref.html @@ -0,0 +1,35 @@ + + + +test reference + + + +

                                                              The example below consists of 3 base characters, each annotated individually, and also all jointly annotated. +“” is annotated by “1”. +“” is annotated by “2”. +“” is annotated by “3”. +The whole is annotated with “altogether”. +For ease of comparison, it is preceded by some context text: “例文は”. +This test passes if: +

                                                                +
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and +
                                                              • each annotation is convenyed as an annotation, and +
                                                              • the correct annotation is presented clearly as being associated with the correct base, and +
                                                              • the joint annotation is associated with the whole base, not just a part. +
                                                              + +

                                                              Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

                                                              Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


                                                              +例文はaltogether123 diff --git a/html-ruby-extensions/reference/html-ruby-504-d-ref.html b/html-ruby-extensions/reference/html-ruby-504-d-ref.html new file mode 100644 index 00000000000000..4fad83dea9290d --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-504-d-ref.html @@ -0,0 +1,35 @@ + + + +test reference + + + +

                                                              The example below consists of 3 base characters, each annotated individually, and also all jointly annotated. +“” is annotated by “1”. +“” is annotated by “2”. +“” is annotated by “3”. +The whole is annotated with “altogether”. +For ease of comparison, it is preceded by some context text: “例文は”. +This test passes if: +

                                                                +
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and +
                                                              • each annotation is convenyed as an annotation, and +
                                                              • the correct annotation is presented clearly as being associated with the correct base, and +
                                                              • the joint annotation is associated with the whole base, not just a part. +
                                                              + +

                                                              Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

                                                              Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


                                                              +例文はaltogether123 diff --git a/html-ruby-extensions/reference/html-ruby-504-e-ref.html b/html-ruby-extensions/reference/html-ruby-504-e-ref.html new file mode 100644 index 00000000000000..1391817d992422 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-504-e-ref.html @@ -0,0 +1,36 @@ + + + +test reference + + + +

                                                              The example below consists of 3 base characters, each annotated individually, and also all jointly annotated. +“” is annotated by “1”. +“” is annotated by “2”. +“” is annotated by “3”. +The whole is annotated with “altogether”. +For ease of comparison, it is preceded by some context text: “例文は”. +This test passes if: +

                                                                +
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and +
                                                              • each annotation is convenyed as an annotation, and +
                                                              • the correct annotation is presented clearly as being associated with the correct base, and +
                                                              • the joint annotation is associated with the whole base, not just a part. +
                                                              + +

                                                              Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

                                                              Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


                                                              +例文はaltogether123 diff --git a/html-ruby-extensions/reference/html-ruby-504-y-ref.html b/html-ruby-extensions/reference/html-ruby-504-y-ref.html new file mode 100644 index 00000000000000..b956066ec37e2a --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-504-y-ref.html @@ -0,0 +1,35 @@ + + + +test reference + + + +

                                                              The example below consists of 3 base characters, each annotated individually, and also all jointly annotated. +“” is annotated by “1”. +“” is annotated by “2”. +“” is annotated by “3”. +The whole is annotated with “altogether”. +For ease of comparison, it is preceded by some context text: “例文は”. +This test passes if: +

                                                                +
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and +
                                                              • each annotation is convenyed as an annotation, and +
                                                              • the correct annotation is presented clearly as being associated with the correct base, and +
                                                              • the joint annotation is associated with the whole base, not just a part. +
                                                              + +

                                                              Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

                                                              Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


                                                              +例文は diff --git a/html-ruby-extensions/reference/html-ruby-504-z-ref.html b/html-ruby-extensions/reference/html-ruby-504-z-ref.html new file mode 100644 index 00000000000000..5315f797da1089 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-504-z-ref.html @@ -0,0 +1,35 @@ + + + +test reference + + + +

                                                              The example below consists of 3 base characters, each annotated individually, and also all jointly annotated. +“” is annotated by “1”. +“” is annotated by “2”. +“” is annotated by “3”. +The whole is annotated with “altogether”. +For ease of comparison, it is preceded by some context text: “例文は”. +This test passes if: +

                                                                +
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and +
                                                              • each annotation is convenyed as an annotation, and +
                                                              • the correct annotation is presented clearly as being associated with the correct base, and +
                                                              • the joint annotation is associated with the whole base, not just a part. +
                                                              + +

                                                              Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

                                                              Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


                                                              +例文は From 59a9e0340dfc1ef398d1d8e1bb3806136cbd6176 Mon Sep 17 00:00:00 2001 From: Florian Rivoal Date: Thu, 5 Mar 2026 18:42:50 +0900 Subject: [PATCH 09/18] Rework titles and assertions --- html-ruby-extensions/html-ruby-001.html | 4 ++-- html-ruby-extensions/html-ruby-002.html | 4 ++-- html-ruby-extensions/html-ruby-003.html | 4 ++-- html-ruby-extensions/html-ruby-004.html | 4 ++-- html-ruby-extensions/html-ruby-005.html | 4 ++-- html-ruby-extensions/html-ruby-006.html | 4 ++-- html-ruby-extensions/html-ruby-007.html | 4 ++-- html-ruby-extensions/html-ruby-008.html | 3 +-- html-ruby-extensions/html-ruby-009.html | 3 +-- html-ruby-extensions/html-ruby-010.html | 3 +-- html-ruby-extensions/html-ruby-011.html | 3 +-- html-ruby-extensions/html-ruby-012.html | 3 +-- html-ruby-extensions/html-ruby-013.html | 3 +-- html-ruby-extensions/html-ruby-101.html | 5 +++-- html-ruby-extensions/html-ruby-102.html | 5 +++-- html-ruby-extensions/html-ruby-103.html | 5 +++-- html-ruby-extensions/html-ruby-104.html | 5 +++-- html-ruby-extensions/html-ruby-105.html | 5 +++-- html-ruby-extensions/html-ruby-106.html | 5 +++-- html-ruby-extensions/html-ruby-107.html | 5 +++-- html-ruby-extensions/html-ruby-108.html | 4 ++-- html-ruby-extensions/html-ruby-109.html | 4 ++-- html-ruby-extensions/html-ruby-110.html | 4 ++-- html-ruby-extensions/html-ruby-111.html | 4 ++-- html-ruby-extensions/html-ruby-112.html | 4 ++-- html-ruby-extensions/html-ruby-201.html | 5 +++-- html-ruby-extensions/html-ruby-202.html | 5 +++-- html-ruby-extensions/html-ruby-203.html | 5 +++-- html-ruby-extensions/html-ruby-204.html | 5 +++-- html-ruby-extensions/html-ruby-205.html | 5 +++-- html-ruby-extensions/html-ruby-206.html | 5 +++-- html-ruby-extensions/html-ruby-207.html | 5 +++-- html-ruby-extensions/html-ruby-208.html | 5 +++-- html-ruby-extensions/html-ruby-209.html | 5 +++-- html-ruby-extensions/html-ruby-210.html | 5 +++-- html-ruby-extensions/html-ruby-211.html | 5 +++-- html-ruby-extensions/html-ruby-212.html | 5 +++-- html-ruby-extensions/html-ruby-301.html | 4 ++-- html-ruby-extensions/html-ruby-302.html | 4 ++-- html-ruby-extensions/html-ruby-303.html | 4 ++-- html-ruby-extensions/html-ruby-304.html | 4 ++-- html-ruby-extensions/html-ruby-305.html | 4 ++-- html-ruby-extensions/html-ruby-306.html | 4 ++-- html-ruby-extensions/html-ruby-307.html | 4 ++-- html-ruby-extensions/html-ruby-308.html | 3 +-- html-ruby-extensions/html-ruby-309.html | 3 +-- html-ruby-extensions/html-ruby-310.html | 3 +-- html-ruby-extensions/html-ruby-311.html | 3 +-- html-ruby-extensions/html-ruby-312.html | 3 +-- html-ruby-extensions/html-ruby-313.html | 4 ++-- html-ruby-extensions/html-ruby-314.html | 4 ++-- html-ruby-extensions/html-ruby-315.html | 4 ++-- html-ruby-extensions/html-ruby-316.html | 4 ++-- html-ruby-extensions/html-ruby-401.html | 6 ++++-- html-ruby-extensions/html-ruby-402.html | 6 ++++-- html-ruby-extensions/html-ruby-403.html | 6 ++++-- html-ruby-extensions/html-ruby-404.html | 6 ++++-- html-ruby-extensions/html-ruby-405.html | 6 ++++-- html-ruby-extensions/html-ruby-406.html | 6 ++++-- html-ruby-extensions/html-ruby-407.html | 6 ++++-- html-ruby-extensions/html-ruby-408.html | 5 +++-- html-ruby-extensions/html-ruby-409.html | 5 +++-- html-ruby-extensions/html-ruby-410.html | 5 +++-- html-ruby-extensions/html-ruby-411.html | 5 +++-- html-ruby-extensions/html-ruby-412.html | 5 +++-- html-ruby-extensions/html-ruby-413.html | 5 +++-- html-ruby-extensions/html-ruby-414.html | 5 +++-- html-ruby-extensions/html-ruby-415.html | 5 +++-- html-ruby-extensions/html-ruby-416.html | 5 +++-- html-ruby-extensions/html-ruby-501.html | 3 +-- html-ruby-extensions/html-ruby-502.html | 3 +-- html-ruby-extensions/html-ruby-503.html | 3 +-- html-ruby-extensions/html-ruby-504.html | 3 +-- html-ruby-extensions/html-ruby-601.html | 5 +++-- html-ruby-extensions/html-ruby-602.html | 5 +++-- html-ruby-extensions/html-ruby-603.html | 5 +++-- html-ruby-extensions/html-ruby-701.html | 2 +- html-ruby-extensions/html-ruby-702.html | 2 +- html-ruby-extensions/html-ruby-703.html | 2 +- html-ruby-extensions/html-ruby-704.html | 2 +- 80 files changed, 186 insertions(+), 156 deletions(-) diff --git a/html-ruby-extensions/html-ruby-001.html b/html-ruby-extensions/html-ruby-001.html index 0b632c64deaf28..03d90a5dddd7bd 100644 --- a/html-ruby-extensions/html-ruby-001.html +++ b/html-ruby-extensions/html-ruby-001.html @@ -1,11 +1,11 @@ -Ruby Markup Content Model +Ruby Markup Content Model: one ruby per base, annonymous base, annotation with rt - + diff --git a/html-ruby-extensions/html-ruby-002.html b/html-ruby-extensions/html-ruby-002.html index 0d7ef9b383b8f7..69855302ad3b3c 100644 --- a/html-ruby-extensions/html-ruby-002.html +++ b/html-ruby-extensions/html-ruby-002.html @@ -1,12 +1,12 @@ -Ruby Markup Content Model +Ruby Markup Content Model: one ruby per base, rb as base, annotation with rt - + diff --git a/html-ruby-extensions/html-ruby-003.html b/html-ruby-extensions/html-ruby-003.html index 63b0074f0f4ca9..98d5008266c2fa 100644 --- a/html-ruby-extensions/html-ruby-003.html +++ b/html-ruby-extensions/html-ruby-003.html @@ -1,11 +1,11 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, anonymous bases, interleaved markup, annotation with rt - + diff --git a/html-ruby-extensions/html-ruby-004.html b/html-ruby-extensions/html-ruby-004.html index 3a33de2d348e47..64104906e23961 100644 --- a/html-ruby-extensions/html-ruby-004.html +++ b/html-ruby-extensions/html-ruby-004.html @@ -1,12 +1,12 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, rb bases, interleaved markup, annotation with rt - + diff --git a/html-ruby-extensions/html-ruby-005.html b/html-ruby-extensions/html-ruby-005.html index 9671bbbee783d7..b9e8fbd449db8b 100644 --- a/html-ruby-extensions/html-ruby-005.html +++ b/html-ruby-extensions/html-ruby-005.html @@ -1,12 +1,12 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, rb bases, tabular markup, annotation with rt - + diff --git a/html-ruby-extensions/html-ruby-006.html b/html-ruby-extensions/html-ruby-006.html index 89a545a1087a8c..2fe291be4240b1 100644 --- a/html-ruby-extensions/html-ruby-006.html +++ b/html-ruby-extensions/html-ruby-006.html @@ -1,12 +1,12 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, rb bases, tabular markup, rb ommitted in middle base, annotation with rt - + diff --git a/html-ruby-extensions/html-ruby-007.html b/html-ruby-extensions/html-ruby-007.html index 796e094fd32d0e..4a753a1caf96f0 100644 --- a/html-ruby-extensions/html-ruby-007.html +++ b/html-ruby-extensions/html-ruby-007.html @@ -1,12 +1,12 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, rb bases, tabular markup, rb ommitted in first and last bases, annotation with rt - + diff --git a/html-ruby-extensions/html-ruby-008.html b/html-ruby-extensions/html-ruby-008.html index aed42c7af5c10e..e3256406b0f030 100644 --- a/html-ruby-extensions/html-ruby-008.html +++ b/html-ruby-extensions/html-ruby-008.html @@ -1,13 +1,12 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, rb bases, interleaved markup, annotation with rt, extra annotation - diff --git a/html-ruby-extensions/html-ruby-009.html b/html-ruby-extensions/html-ruby-009.html index 82bc36d372ea60..dc75b97129e093 100644 --- a/html-ruby-extensions/html-ruby-009.html +++ b/html-ruby-extensions/html-ruby-009.html @@ -1,13 +1,12 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, rb bases, tabular markup, annotation with rt, extra annotation - diff --git a/html-ruby-extensions/html-ruby-010.html b/html-ruby-extensions/html-ruby-010.html index 8f8c32520a0a74..a8715d22c547cb 100644 --- a/html-ruby-extensions/html-ruby-010.html +++ b/html-ruby-extensions/html-ruby-010.html @@ -1,13 +1,12 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, rb bases, tabular markup, annotation with rt, extra bases - diff --git a/html-ruby-extensions/html-ruby-011.html b/html-ruby-extensions/html-ruby-011.html index 6073565472e615..8b19643287dc8a 100644 --- a/html-ruby-extensions/html-ruby-011.html +++ b/html-ruby-extensions/html-ruby-011.html @@ -1,13 +1,12 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, rb bases, interleaved markup, annotation with rt, extra bases - diff --git a/html-ruby-extensions/html-ruby-012.html b/html-ruby-extensions/html-ruby-012.html index 1f60bedbcbea82..e68fdc811ebdfd 100644 --- a/html-ruby-extensions/html-ruby-012.html +++ b/html-ruby-extensions/html-ruby-012.html @@ -1,13 +1,12 @@ -Ruby Markup Content Model +Ruby Markup Content Model: implicit ruby base unit is *maximal* DOM range, annotation with rt - diff --git a/html-ruby-extensions/html-ruby-013.html b/html-ruby-extensions/html-ruby-013.html index 348cc41d0e1aa7..b077b25c2d3ea1 100644 --- a/html-ruby-extensions/html-ruby-013.html +++ b/html-ruby-extensions/html-ruby-013.html @@ -1,13 +1,12 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, rb bases, tabular markup, annotation with rt, Inter-element spaces ingnored for segmentation/pairing purposes. - diff --git a/html-ruby-extensions/html-ruby-101.html b/html-ruby-extensions/html-ruby-101.html index 6485bac658d05c..4c57f30615bb72 100644 --- a/html-ruby-extensions/html-ruby-101.html +++ b/html-ruby-extensions/html-ruby-101.html @@ -1,12 +1,13 @@ -Ruby Markup Content Model +Ruby Markup Content Model: one ruby per base, annonymous base, annotation with rt, adding rp in all the places where it's allowed by the content model + - + diff --git a/html-ruby-extensions/html-ruby-102.html b/html-ruby-extensions/html-ruby-102.html index 3b9afa9f525770..a05deb53089e04 100644 --- a/html-ruby-extensions/html-ruby-102.html +++ b/html-ruby-extensions/html-ruby-102.html @@ -1,13 +1,14 @@ -Ruby Markup Content Model +Ruby Markup Content Model: one ruby per base, rb as base, annotation with rt, adding rp in all the places where it's allowed by the content model + - + diff --git a/html-ruby-extensions/html-ruby-103.html b/html-ruby-extensions/html-ruby-103.html index 289eefa1c8c6c8..f44481620eec88 100644 --- a/html-ruby-extensions/html-ruby-103.html +++ b/html-ruby-extensions/html-ruby-103.html @@ -1,12 +1,13 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, anonymous bases, interleaved markup, annotation with rt, adding rp in all the places where it's allowed by the content model + - + diff --git a/html-ruby-extensions/html-ruby-104.html b/html-ruby-extensions/html-ruby-104.html index 3a4fbaa1c3b229..b79c0921207b40 100644 --- a/html-ruby-extensions/html-ruby-104.html +++ b/html-ruby-extensions/html-ruby-104.html @@ -1,13 +1,14 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, rb bases, interleaved markup, annotation with rt, adding rp in all the places where it's allowed by the content model + - + diff --git a/html-ruby-extensions/html-ruby-105.html b/html-ruby-extensions/html-ruby-105.html index e9c741b69c062d..b368890ac45296 100644 --- a/html-ruby-extensions/html-ruby-105.html +++ b/html-ruby-extensions/html-ruby-105.html @@ -1,13 +1,14 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, rb bases, tabular markup, annotation with rt, adding rp in all the places where it's allowed by the content model + - + diff --git a/html-ruby-extensions/html-ruby-106.html b/html-ruby-extensions/html-ruby-106.html index 3407659ebe2d97..bc767ec99877be 100644 --- a/html-ruby-extensions/html-ruby-106.html +++ b/html-ruby-extensions/html-ruby-106.html @@ -1,13 +1,14 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, rb bases, tabular markup, rb ommitted in middle base, annotation with rt, adding rp in all the places where it's allowed by the content model + - + diff --git a/html-ruby-extensions/html-ruby-107.html b/html-ruby-extensions/html-ruby-107.html index 61698d86122fe5..29d16015cf9d67 100644 --- a/html-ruby-extensions/html-ruby-107.html +++ b/html-ruby-extensions/html-ruby-107.html @@ -1,13 +1,14 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, rb bases, tabular markup, rb ommitted in first and last bases, annotation with rt, adding rp in all the places where it's allowed by the content model + - + diff --git a/html-ruby-extensions/html-ruby-108.html b/html-ruby-extensions/html-ruby-108.html index b55836e8967777..8c9717249c1707 100644 --- a/html-ruby-extensions/html-ruby-108.html +++ b/html-ruby-extensions/html-ruby-108.html @@ -1,14 +1,14 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, rb bases, interleaved markup, annotation with rt, extra annotation, adding rp in all the places where it's allowed by the content model + - diff --git a/html-ruby-extensions/html-ruby-109.html b/html-ruby-extensions/html-ruby-109.html index 687f581931cd30..3c560e28efc3db 100644 --- a/html-ruby-extensions/html-ruby-109.html +++ b/html-ruby-extensions/html-ruby-109.html @@ -1,14 +1,14 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, rb bases, tabular markup, annotation with rt, extra annotation, adding rp in all the places where it's allowed by the content model + - diff --git a/html-ruby-extensions/html-ruby-110.html b/html-ruby-extensions/html-ruby-110.html index ec8d890aa8b9c1..f096c158d5a5a1 100644 --- a/html-ruby-extensions/html-ruby-110.html +++ b/html-ruby-extensions/html-ruby-110.html @@ -1,14 +1,14 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, rb bases, tabular markup, annotation with rt, extra bases, adding rp in all the places where it's allowed by the content model + - diff --git a/html-ruby-extensions/html-ruby-111.html b/html-ruby-extensions/html-ruby-111.html index d73aaf4e558ca2..e44fdf5197324b 100644 --- a/html-ruby-extensions/html-ruby-111.html +++ b/html-ruby-extensions/html-ruby-111.html @@ -1,14 +1,14 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, rb bases, interleaved markup, annotation with rt, extra bases, adding rp in all the places where it's allowed by the content model + - diff --git a/html-ruby-extensions/html-ruby-112.html b/html-ruby-extensions/html-ruby-112.html index bbe877fe524161..39eba07c1e8508 100644 --- a/html-ruby-extensions/html-ruby-112.html +++ b/html-ruby-extensions/html-ruby-112.html @@ -1,14 +1,14 @@ -Ruby Markup Content Model +Ruby Markup Content Model: implicit ruby base unit is *maximal* DOM range, annotation with rt, adding rp in all the places where it's allowed by the content model + - diff --git a/html-ruby-extensions/html-ruby-201.html b/html-ruby-extensions/html-ruby-201.html index c2668cf3ef62f3..f54076dd255128 100644 --- a/html-ruby-extensions/html-ruby-201.html +++ b/html-ruby-extensions/html-ruby-201.html @@ -1,13 +1,14 @@ -Ruby Markup Content Model +Ruby Markup Content Model: one ruby per base, annonymous base, annotation with rt, adding rp in all the places where it's allowed by the content model, as well as some where it's not. + + - diff --git a/html-ruby-extensions/html-ruby-202.html b/html-ruby-extensions/html-ruby-202.html index ca4b97a9cb4f57..ad563e668f37e5 100644 --- a/html-ruby-extensions/html-ruby-202.html +++ b/html-ruby-extensions/html-ruby-202.html @@ -1,14 +1,15 @@ -Ruby Markup Content Model +Ruby Markup Content Model: one ruby per base, rb as base, annotation with rt, adding rp in all the places where it's allowed by the content model, as well as some where it's not. + + - diff --git a/html-ruby-extensions/html-ruby-203.html b/html-ruby-extensions/html-ruby-203.html index 06c10b61f52b00..3d56ee86bbf1fd 100644 --- a/html-ruby-extensions/html-ruby-203.html +++ b/html-ruby-extensions/html-ruby-203.html @@ -1,13 +1,14 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, anonymous bases, interleaved markup, annotation with rt, adding rp in all the places where it's allowed by the content model, as well as some where it's not. + + - diff --git a/html-ruby-extensions/html-ruby-204.html b/html-ruby-extensions/html-ruby-204.html index 9e95eeebcccc58..2a5e182513f664 100644 --- a/html-ruby-extensions/html-ruby-204.html +++ b/html-ruby-extensions/html-ruby-204.html @@ -1,14 +1,15 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, rb bases, interleaved markup, annotation with rt, adding rp in all the places where it's allowed by the content model, as well as some where it's not. + + - diff --git a/html-ruby-extensions/html-ruby-205.html b/html-ruby-extensions/html-ruby-205.html index d45a5cfcbfd7cd..d05e64f3dba22d 100644 --- a/html-ruby-extensions/html-ruby-205.html +++ b/html-ruby-extensions/html-ruby-205.html @@ -1,14 +1,15 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, rb bases, tabular markup, annotation with rt, adding rp in all the places where it's allowed by the content model, as well as some where it's not. + + - diff --git a/html-ruby-extensions/html-ruby-206.html b/html-ruby-extensions/html-ruby-206.html index a93720ed98e69d..0c7a40e80dc973 100644 --- a/html-ruby-extensions/html-ruby-206.html +++ b/html-ruby-extensions/html-ruby-206.html @@ -1,14 +1,15 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, rb bases, tabular markup, rb ommitted in middle base, annotation with rt, adding rp in all the places where it's allowed by the content model, as well as some where it's not. + + - diff --git a/html-ruby-extensions/html-ruby-207.html b/html-ruby-extensions/html-ruby-207.html index fc9436e82ffd66..4a617128480441 100644 --- a/html-ruby-extensions/html-ruby-207.html +++ b/html-ruby-extensions/html-ruby-207.html @@ -1,14 +1,15 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, rb bases, tabular markup, rb ommitted in first and last bases, annotation with rt, adding rp in all the places where it's allowed by the content model, as well as some where it's not. + + - diff --git a/html-ruby-extensions/html-ruby-208.html b/html-ruby-extensions/html-ruby-208.html index 3a10f70b35269c..21d2fb1b9ae0b7 100644 --- a/html-ruby-extensions/html-ruby-208.html +++ b/html-ruby-extensions/html-ruby-208.html @@ -1,14 +1,15 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, rb bases, interleaved markup, annotation with rt, extra annotation, adding rp in all the places where it's allowed by the content model, as well as some where it's not. + + - diff --git a/html-ruby-extensions/html-ruby-209.html b/html-ruby-extensions/html-ruby-209.html index 6f1faf83984de8..ea910fbbb7f96d 100644 --- a/html-ruby-extensions/html-ruby-209.html +++ b/html-ruby-extensions/html-ruby-209.html @@ -1,14 +1,15 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, rb bases, tabular markup, annotation with rt, extra annotation, adding rp in all the places where it's allowed by the content model, as well as some where it's not. + + - diff --git a/html-ruby-extensions/html-ruby-210.html b/html-ruby-extensions/html-ruby-210.html index 32ee7c251215ab..7e9d8ea1f9035d 100644 --- a/html-ruby-extensions/html-ruby-210.html +++ b/html-ruby-extensions/html-ruby-210.html @@ -1,14 +1,15 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, rb bases, tabular markup, annotation with rt, extra bases, adding rp in all the places where it's allowed by the content model, as well as some where it's not. + + - diff --git a/html-ruby-extensions/html-ruby-211.html b/html-ruby-extensions/html-ruby-211.html index 485478d92967da..f98d3988fa348d 100644 --- a/html-ruby-extensions/html-ruby-211.html +++ b/html-ruby-extensions/html-ruby-211.html @@ -1,14 +1,15 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, rb bases, interleaved markup, annotation with rt, extra bases, adding rp in all the places where it's allowed by the content model, as well as some where it's not. + + - diff --git a/html-ruby-extensions/html-ruby-212.html b/html-ruby-extensions/html-ruby-212.html index c2f63880d15578..2d537f3f873844 100644 --- a/html-ruby-extensions/html-ruby-212.html +++ b/html-ruby-extensions/html-ruby-212.html @@ -1,14 +1,15 @@ -Ruby Markup Content Model +Ruby Markup Content Model: implicit ruby base unit is *maximal* DOM range, annotation with rt, adding rp in all the places where it's allowed by the content model, as well as some where it's not. + + - diff --git a/html-ruby-extensions/html-ruby-301.html b/html-ruby-extensions/html-ruby-301.html index 60e57d836e358c..b2b7d5cc0e9860 100644 --- a/html-ruby-extensions/html-ruby-301.html +++ b/html-ruby-extensions/html-ruby-301.html @@ -1,11 +1,11 @@ -Ruby Markup Content Model +Ruby Markup Content Model: one ruby per base, annonymous base, annotation with rtc - + diff --git a/html-ruby-extensions/html-ruby-302.html b/html-ruby-extensions/html-ruby-302.html index be926a108b4cab..1c94a6af4a3538 100644 --- a/html-ruby-extensions/html-ruby-302.html +++ b/html-ruby-extensions/html-ruby-302.html @@ -1,12 +1,12 @@ -Ruby Markup Content Model +Ruby Markup Content Model: one ruby per base, rb as base, annotation with rtc - + diff --git a/html-ruby-extensions/html-ruby-303.html b/html-ruby-extensions/html-ruby-303.html index dac0b32f149c07..5f717d153083d0 100644 --- a/html-ruby-extensions/html-ruby-303.html +++ b/html-ruby-extensions/html-ruby-303.html @@ -1,11 +1,11 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, anonymous bases, interleaved markup, annotation with rtc - + diff --git a/html-ruby-extensions/html-ruby-304.html b/html-ruby-extensions/html-ruby-304.html index 5e559688321876..42f1c5dc60605f 100644 --- a/html-ruby-extensions/html-ruby-304.html +++ b/html-ruby-extensions/html-ruby-304.html @@ -1,12 +1,12 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, rb bases, interleaved markup, annotation with rtc - + diff --git a/html-ruby-extensions/html-ruby-305.html b/html-ruby-extensions/html-ruby-305.html index fdd4fae187a121..ff61d70495486d 100644 --- a/html-ruby-extensions/html-ruby-305.html +++ b/html-ruby-extensions/html-ruby-305.html @@ -1,13 +1,13 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, rb bases, tabular markup, annotation with rtc and rt - + diff --git a/html-ruby-extensions/html-ruby-306.html b/html-ruby-extensions/html-ruby-306.html index 36bccc4cc31bf7..ad1c4f0ee9f832 100644 --- a/html-ruby-extensions/html-ruby-306.html +++ b/html-ruby-extensions/html-ruby-306.html @@ -1,13 +1,13 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, rb bases, tabular markup, rb/rt ommitted in middle, annotation with rtc and rt - + diff --git a/html-ruby-extensions/html-ruby-307.html b/html-ruby-extensions/html-ruby-307.html index 9f305e0f46436f..e50cd88b2cd032 100644 --- a/html-ruby-extensions/html-ruby-307.html +++ b/html-ruby-extensions/html-ruby-307.html @@ -1,13 +1,13 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, rb bases, tabular markup, rb/rt ommitted in first and last positions, annotation with rtc and rt - + diff --git a/html-ruby-extensions/html-ruby-308.html b/html-ruby-extensions/html-ruby-308.html index 361ed0a607dbcd..b1edd56db9e800 100644 --- a/html-ruby-extensions/html-ruby-308.html +++ b/html-ruby-extensions/html-ruby-308.html @@ -1,14 +1,13 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, rb bases, interleaved markup, annotation with rtc, extra annotation (in the same rtc, using rt) - diff --git a/html-ruby-extensions/html-ruby-309.html b/html-ruby-extensions/html-ruby-309.html index 0c1a487a7c97c9..425acd06c3028e 100644 --- a/html-ruby-extensions/html-ruby-309.html +++ b/html-ruby-extensions/html-ruby-309.html @@ -1,14 +1,13 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, rb bases, tabluar markup, annotation with rtc and rt, extra annotation - diff --git a/html-ruby-extensions/html-ruby-310.html b/html-ruby-extensions/html-ruby-310.html index 979ca7645f62f6..f16532d22da227 100644 --- a/html-ruby-extensions/html-ruby-310.html +++ b/html-ruby-extensions/html-ruby-310.html @@ -1,14 +1,13 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, rb bases, tabular markup, annotation with rtc and rt, extra bases - diff --git a/html-ruby-extensions/html-ruby-311.html b/html-ruby-extensions/html-ruby-311.html index 30f305ac9c6096..aded1aff616221 100644 --- a/html-ruby-extensions/html-ruby-311.html +++ b/html-ruby-extensions/html-ruby-311.html @@ -1,13 +1,12 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, rb bases, interleaved markup, annotation with rtc, extra bases - diff --git a/html-ruby-extensions/html-ruby-312.html b/html-ruby-extensions/html-ruby-312.html index d0d9a216f8ff52..f783ee64e06bee 100644 --- a/html-ruby-extensions/html-ruby-312.html +++ b/html-ruby-extensions/html-ruby-312.html @@ -1,13 +1,12 @@ -Ruby Markup Content Model +Ruby Markup Content Model: if a ruby annotation range consists of an rtc element that contains no rt elements, the single ruby annotation unit represented by its contents spans (is paired with) every ruby base unit in the ruby segment. - diff --git a/html-ruby-extensions/html-ruby-313.html b/html-ruby-extensions/html-ruby-313.html index 1c6ac1b626185c..3a98482721e111 100644 --- a/html-ruby-extensions/html-ruby-313.html +++ b/html-ruby-extensions/html-ruby-313.html @@ -1,12 +1,12 @@ -Ruby Markup Content Model +Ruby Markup Content Model: one ruby per base, annonymous base, annotation with rtc and rt - + diff --git a/html-ruby-extensions/html-ruby-314.html b/html-ruby-extensions/html-ruby-314.html index 4b666011d7eeee..34053398bcd1a9 100644 --- a/html-ruby-extensions/html-ruby-314.html +++ b/html-ruby-extensions/html-ruby-314.html @@ -1,13 +1,13 @@ -Ruby Markup Content Model +Ruby Markup Content Model: one ruby per base, rb as base, annotation with rtc and rt - + diff --git a/html-ruby-extensions/html-ruby-315.html b/html-ruby-extensions/html-ruby-315.html index 6b5a50ca2ea290..9fac5123ad83dd 100644 --- a/html-ruby-extensions/html-ruby-315.html +++ b/html-ruby-extensions/html-ruby-315.html @@ -1,12 +1,12 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, anonymous bases, interleaved markup, annotation with rtc and rt - + diff --git a/html-ruby-extensions/html-ruby-316.html b/html-ruby-extensions/html-ruby-316.html index 663ff252043e89..90eec60943349d 100644 --- a/html-ruby-extensions/html-ruby-316.html +++ b/html-ruby-extensions/html-ruby-316.html @@ -1,13 +1,13 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, rb bases, interleaved markup, annotation with rtc and rt - + diff --git a/html-ruby-extensions/html-ruby-401.html b/html-ruby-extensions/html-ruby-401.html index dd33ad706e6be0..241fd474ab8168 100644 --- a/html-ruby-extensions/html-ruby-401.html +++ b/html-ruby-extensions/html-ruby-401.html @@ -1,12 +1,14 @@ -Ruby Markup Content Model +Ruby Markup Content Model: one ruby per base, annonymous base, annotation with rtc, adding rp in all the places where it's allowed by the content model, as well as some where it's not. + + - + diff --git a/html-ruby-extensions/html-ruby-402.html b/html-ruby-extensions/html-ruby-402.html index d41d219e21e736..a6906590c4ea99 100644 --- a/html-ruby-extensions/html-ruby-402.html +++ b/html-ruby-extensions/html-ruby-402.html @@ -1,13 +1,15 @@ -Ruby Markup Content Model +Ruby Markup Content Model: one ruby per base, rb as base, annotation with rtc, adding rp in all the places where it's allowed by the content model, as well as some where it's not. + + - + diff --git a/html-ruby-extensions/html-ruby-403.html b/html-ruby-extensions/html-ruby-403.html index e6065ef8097b9c..ff06af6fdd8ac5 100644 --- a/html-ruby-extensions/html-ruby-403.html +++ b/html-ruby-extensions/html-ruby-403.html @@ -1,12 +1,14 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, anonymous bases, interleaved markup, annotation with rtc, adding rp in all the places where it's allowed by the content model, as well as some where it's not. + + - + diff --git a/html-ruby-extensions/html-ruby-404.html b/html-ruby-extensions/html-ruby-404.html index b2db69b750886e..106974ee23efda 100644 --- a/html-ruby-extensions/html-ruby-404.html +++ b/html-ruby-extensions/html-ruby-404.html @@ -1,13 +1,15 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, rb bases, interleaved markup, annotation with rtc, adding rp in all the places where it's allowed by the content model, as well as some where it's not. + + - + diff --git a/html-ruby-extensions/html-ruby-405.html b/html-ruby-extensions/html-ruby-405.html index 65ff3c17e2d09c..8b234eaa569fd1 100644 --- a/html-ruby-extensions/html-ruby-405.html +++ b/html-ruby-extensions/html-ruby-405.html @@ -1,14 +1,16 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, rb bases, tabular markup, annotation with rtc and rt, adding rp in all the places where it's allowed by the content model, as well as some where it's not. + + - + diff --git a/html-ruby-extensions/html-ruby-406.html b/html-ruby-extensions/html-ruby-406.html index 7bb0c95f9a3d8e..ee5f3a0b39d613 100644 --- a/html-ruby-extensions/html-ruby-406.html +++ b/html-ruby-extensions/html-ruby-406.html @@ -1,14 +1,16 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, rb bases, tabular markup, rb/rt ommitted in middle, annotation with rtc and rt, adding rp in all the places where it's allowed by the content model, as well as some where it's not. + + - + diff --git a/html-ruby-extensions/html-ruby-407.html b/html-ruby-extensions/html-ruby-407.html index 45a7b650c64228..fe254378492b0d 100644 --- a/html-ruby-extensions/html-ruby-407.html +++ b/html-ruby-extensions/html-ruby-407.html @@ -1,14 +1,16 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, rb bases, tabular markup, rb/rt ommitted in first and last positions, annotation with rtc and rt, adding rp in all the places where it's allowed by the content model, as well as some where it's not. + + - + diff --git a/html-ruby-extensions/html-ruby-408.html b/html-ruby-extensions/html-ruby-408.html index fd2dd575a8307b..e8ff922e7288a6 100644 --- a/html-ruby-extensions/html-ruby-408.html +++ b/html-ruby-extensions/html-ruby-408.html @@ -1,7 +1,9 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, rb bases, interleaved markup, annotation with rtc, extra annotation (in the same rtc, using rt), adding rp in all the places where it's allowed by the content model, as well as some where it's not. + + @@ -9,7 +11,6 @@ - diff --git a/html-ruby-extensions/html-ruby-409.html b/html-ruby-extensions/html-ruby-409.html index 8466971bbff604..a18e68ee6de657 100644 --- a/html-ruby-extensions/html-ruby-409.html +++ b/html-ruby-extensions/html-ruby-409.html @@ -1,7 +1,9 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, rb bases, tabluar markup, annotation with rtc and rt, extra annotation, adding rp in all the places where it's allowed by the content model, as well as some where it's not. + + @@ -9,7 +11,6 @@ - diff --git a/html-ruby-extensions/html-ruby-410.html b/html-ruby-extensions/html-ruby-410.html index d5342c1a8830f3..f4c7e189ad4f7f 100644 --- a/html-ruby-extensions/html-ruby-410.html +++ b/html-ruby-extensions/html-ruby-410.html @@ -1,7 +1,9 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, rb bases, tabular markup, annotation with rtc and rt, extra bases, adding rp in all the places where it's allowed by the content model, as well as some where it's not. + + @@ -9,7 +11,6 @@ - diff --git a/html-ruby-extensions/html-ruby-411.html b/html-ruby-extensions/html-ruby-411.html index 7100c8adb10076..39791b46fc156d 100644 --- a/html-ruby-extensions/html-ruby-411.html +++ b/html-ruby-extensions/html-ruby-411.html @@ -1,14 +1,15 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, rb bases, interleaved markup, annotation with rtc, extra bases, adding rp in all the places where it's allowed by the content model, as well as some where it's not. + + - diff --git a/html-ruby-extensions/html-ruby-412.html b/html-ruby-extensions/html-ruby-412.html index 136317b63e7de3..67dee5964d5b1e 100644 --- a/html-ruby-extensions/html-ruby-412.html +++ b/html-ruby-extensions/html-ruby-412.html @@ -1,14 +1,15 @@ -Ruby Markup Content Model +Ruby Markup Content Model: if a ruby annotation range consists of an rtc element that contains no rt elements, the single ruby annotation unit represented by its contents spans (is paired with) every ruby base unit in the ruby segment., adding rp in all the places where it's allowed by the content model, as well as some where it's not. + + - diff --git a/html-ruby-extensions/html-ruby-413.html b/html-ruby-extensions/html-ruby-413.html index bfeab0bdd12577..d210f80290066d 100644 --- a/html-ruby-extensions/html-ruby-413.html +++ b/html-ruby-extensions/html-ruby-413.html @@ -1,13 +1,14 @@ -Ruby Markup Content Model +Ruby Markup Content Model: one ruby per base, annonymous base, annotation with rtc and rt, adding rp in all the places where it's allowed by the content model, as well as some where it's not. + + - diff --git a/html-ruby-extensions/html-ruby-414.html b/html-ruby-extensions/html-ruby-414.html index bed4e41c96290a..771477adc97fd9 100644 --- a/html-ruby-extensions/html-ruby-414.html +++ b/html-ruby-extensions/html-ruby-414.html @@ -1,14 +1,15 @@ -Ruby Markup Content Model +Ruby Markup Content Model: one ruby per base, rb as base, annotation with rtc and rt, adding rp in all the places where it's allowed by the content model, as well as some where it's not. + + - diff --git a/html-ruby-extensions/html-ruby-415.html b/html-ruby-extensions/html-ruby-415.html index e2ae70b61ec177..6ed9e8220c963b 100644 --- a/html-ruby-extensions/html-ruby-415.html +++ b/html-ruby-extensions/html-ruby-415.html @@ -1,13 +1,14 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, anonymous bases, interleaved markup, annotation with rtc and rt, adding rp in all the places where it's allowed by the content model, as well as some where it's not. + + - diff --git a/html-ruby-extensions/html-ruby-416.html b/html-ruby-extensions/html-ruby-416.html index 5721c8aa465b85..465b5580571e9f 100644 --- a/html-ruby-extensions/html-ruby-416.html +++ b/html-ruby-extensions/html-ruby-416.html @@ -1,14 +1,15 @@ -Ruby Markup Content Model +Ruby Markup Content Model: single ruby element, rb bases, interleaved markup, annotation with rtc and rt, adding rp in all the places where it's allowed by the content model, as well as some where it's not. + + - diff --git a/html-ruby-extensions/html-ruby-501.html b/html-ruby-extensions/html-ruby-501.html index a70b6fb861e237..4006eb3faf6003 100644 --- a/html-ruby-extensions/html-ruby-501.html +++ b/html-ruby-extensions/html-ruby-501.html @@ -1,13 +1,12 @@ -Ruby Markup Content Model +Ruby Markup Content Model: two levels of spannings annotations. - diff --git a/html-ruby-extensions/html-ruby-502.html b/html-ruby-extensions/html-ruby-502.html index 2455319099a858..9cb55e7c39d360 100644 --- a/html-ruby-extensions/html-ruby-502.html +++ b/html-ruby-extensions/html-ruby-502.html @@ -1,14 +1,13 @@ -Ruby Markup Content Model +Ruby Markup Content Model: two levels of annotations, each with pairing. - diff --git a/html-ruby-extensions/html-ruby-503.html b/html-ruby-extensions/html-ruby-503.html index ed02547bc273c4..f0fb8d024d3a29 100644 --- a/html-ruby-extensions/html-ruby-503.html +++ b/html-ruby-extensions/html-ruby-503.html @@ -1,14 +1,13 @@ -Ruby Markup Content Model +Ruby Markup Content Model: some explicit and implicit base units, one implicit rtc as the first level annotation, an explicit rtc with some explicit and implicit annotation units as the second level, and a spanning annotation as the third level. - diff --git a/html-ruby-extensions/html-ruby-504.html b/html-ruby-extensions/html-ruby-504.html index e747673cd46743..a91b9bddb337b9 100644 --- a/html-ruby-extensions/html-ruby-504.html +++ b/html-ruby-extensions/html-ruby-504.html @@ -1,14 +1,13 @@ -Ruby Markup Content Model +Ruby Markup Content Model: two levels of annotations, one spanning, one with pairing. - diff --git a/html-ruby-extensions/html-ruby-601.html b/html-ruby-extensions/html-ruby-601.html index 8ba51cadbb31a8..738beda91f1013 100644 --- a/html-ruby-extensions/html-ruby-601.html +++ b/html-ruby-extensions/html-ruby-601.html @@ -1,14 +1,15 @@ -Ruby Markup Content Model +Ruby Markup Content Model: two levels of spannings annotations, adding rp in all the places where it's allowed by the content model, as well as some where it's not. + + - diff --git a/html-ruby-extensions/html-ruby-602.html b/html-ruby-extensions/html-ruby-602.html index f7ea9e96459060..34accc13a85ea8 100644 --- a/html-ruby-extensions/html-ruby-602.html +++ b/html-ruby-extensions/html-ruby-602.html @@ -1,7 +1,9 @@ -Ruby Markup Content Model +Ruby Markup Content Model: two levels of annotations, each with pairing, adding rp in all the places where it's allowed by the content model, as well as some where it's not. + + @@ -9,7 +11,6 @@ - diff --git a/html-ruby-extensions/html-ruby-603.html b/html-ruby-extensions/html-ruby-603.html index 4750c58619ab7e..cb9a5fc8b1a903 100644 --- a/html-ruby-extensions/html-ruby-603.html +++ b/html-ruby-extensions/html-ruby-603.html @@ -1,7 +1,9 @@ -Ruby Markup Content Model +Ruby Markup Content Model: some explicit and implicit base units, one implicit rtc as the first level annotation, an explicit rtc with some explicit and implicit annotation units as the second level, and a spanning annotation as the third level, adding rp in all the places where it's allowed by the content model, as well as some where it's not. + + @@ -9,7 +11,6 @@ - diff --git a/html-ruby-extensions/html-ruby-701.html b/html-ruby-extensions/html-ruby-701.html index c1001a3c8eeeff..ee2d29d38e3ae5 100644 --- a/html-ruby-extensions/html-ruby-701.html +++ b/html-ruby-extensions/html-ruby-701.html @@ -1,7 +1,7 @@ -Ruby Markup Content Model +Ruby Markup Content Model: rb outside ruby diff --git a/html-ruby-extensions/html-ruby-702.html b/html-ruby-extensions/html-ruby-702.html index 9e647155e3664c..d21f921fbc1a3a 100644 --- a/html-ruby-extensions/html-ruby-702.html +++ b/html-ruby-extensions/html-ruby-702.html @@ -1,7 +1,7 @@ -Ruby Markup Content Model +Ruby Markup Content Model: rt outside ruby diff --git a/html-ruby-extensions/html-ruby-703.html b/html-ruby-extensions/html-ruby-703.html index ae1e213f92d0b2..3e0a38304338ec 100644 --- a/html-ruby-extensions/html-ruby-703.html +++ b/html-ruby-extensions/html-ruby-703.html @@ -1,7 +1,7 @@ -Ruby Markup Content Model +Ruby Markup Content Model: rtc outside ruby diff --git a/html-ruby-extensions/html-ruby-704.html b/html-ruby-extensions/html-ruby-704.html index b94c9c8c485cb6..3afc7431012467 100644 --- a/html-ruby-extensions/html-ruby-704.html +++ b/html-ruby-extensions/html-ruby-704.html @@ -1,7 +1,7 @@ -Ruby Markup Content Model +Ruby Markup Content Model: rp outside ruby From d941cdb8cf4fd4772213a043663b085bef1086d1 Mon Sep 17 00:00:00 2001 From: Florian Rivoal Date: Thu, 5 Mar 2026 19:18:03 +0900 Subject: [PATCH 10/18] Add the equivalent of 504 with rp elements --- html-ruby-extensions/html-ruby-604.html | 49 +++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 html-ruby-extensions/html-ruby-604.html diff --git a/html-ruby-extensions/html-ruby-604.html b/html-ruby-extensions/html-ruby-604.html new file mode 100644 index 00000000000000..b654ca76adbfdc --- /dev/null +++ b/html-ruby-extensions/html-ruby-604.html @@ -0,0 +1,49 @@ + + + +Ruby Markup Content Model: two levels of annotations, one spanning, one with pairing, adding rp in all the places where it's allowed by the content model, as well as some where it's not. + + + + + + + + + + + + + + + + + +

                                                              The example below consists of 3 base characters, each annotated individually, and also all jointly annotated. +“” is annotated by “1”. +“” is annotated by “2”. +“” is annotated by “3”. +The whole is annotated with “altogether”. +For ease of comparison, it is preceded by some context text: “例文は”. +This test passes if: +

                                                                +
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and +
                                                              • each annotation is convenyed as an annotation, and +
                                                              • the correct annotation is presented clearly as being associated with the correct base, and +
                                                              • the joint annotation is associated with the whole base, not just a part. +
                                                              + +

                                                              Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

                                                              Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


                                                              +例文は!!!!!!altoge!ther!!1!2!3! From 4e9b51c893577a7af423e727ccf306b8d70af381 Mon Sep 17 00:00:00 2001 From: Florian Rivoal Date: Thu, 5 Mar 2026 19:25:05 +0900 Subject: [PATCH 11/18] Correct mismatch references for 013 Account for spacing between the base and the context --- html-ruby-extensions/reference/html-ruby-013-a-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-013-b-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-013-c-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-013-d-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-013-e-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-013-f-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-013-y-ref.html | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/html-ruby-extensions/reference/html-ruby-013-a-ref.html b/html-ruby-extensions/reference/html-ruby-013-a-ref.html index e7da3469e26352..b5c6988c3e28b3 100644 --- a/html-ruby-extensions/reference/html-ruby-013-a-ref.html +++ b/html-ruby-extensions/reference/html-ruby-013-a-ref.html @@ -30,4 +30,4 @@ and implementations may therefore validly vary.
                                                              -例文はじょう +例文は じょう diff --git a/html-ruby-extensions/reference/html-ruby-013-b-ref.html b/html-ruby-extensions/reference/html-ruby-013-b-ref.html index 598c8ddaebaf7f..a8918777542db7 100644 --- a/html-ruby-extensions/reference/html-ruby-013-b-ref.html +++ b/html-ruby-extensions/reference/html-ruby-013-b-ref.html @@ -30,4 +30,4 @@ and implementations may therefore validly vary.
                                                              -例文は じょう +例文は じょう diff --git a/html-ruby-extensions/reference/html-ruby-013-c-ref.html b/html-ruby-extensions/reference/html-ruby-013-c-ref.html index 39982ce9297b8f..18014036bbe3f2 100644 --- a/html-ruby-extensions/reference/html-ruby-013-c-ref.html +++ b/html-ruby-extensions/reference/html-ruby-013-c-ref.html @@ -31,4 +31,4 @@ and implementations may therefore validly vary.
                                                              -例文は じょう +例文は じょう diff --git a/html-ruby-extensions/reference/html-ruby-013-d-ref.html b/html-ruby-extensions/reference/html-ruby-013-d-ref.html index 5a6ad76ae54ab2..ba4ba4f453f355 100644 --- a/html-ruby-extensions/reference/html-ruby-013-d-ref.html +++ b/html-ruby-extensions/reference/html-ruby-013-d-ref.html @@ -30,4 +30,4 @@ and implementations may therefore validly vary.
                                                              -例文は じょう +例文は じょう diff --git a/html-ruby-extensions/reference/html-ruby-013-e-ref.html b/html-ruby-extensions/reference/html-ruby-013-e-ref.html index 7bf0efea4ea937..6aa197c491e895 100644 --- a/html-ruby-extensions/reference/html-ruby-013-e-ref.html +++ b/html-ruby-extensions/reference/html-ruby-013-e-ref.html @@ -30,4 +30,4 @@ and implementations may therefore validly vary.
                                                              -例文は a じょう +例文は a じょう diff --git a/html-ruby-extensions/reference/html-ruby-013-f-ref.html b/html-ruby-extensions/reference/html-ruby-013-f-ref.html index 8676470dc5df0f..30948f81582cb0 100644 --- a/html-ruby-extensions/reference/html-ruby-013-f-ref.html +++ b/html-ruby-extensions/reference/html-ruby-013-f-ref.html @@ -31,4 +31,4 @@ and implementations may therefore validly vary.
                                                              -例文は じょう +例文は じょう diff --git a/html-ruby-extensions/reference/html-ruby-013-y-ref.html b/html-ruby-extensions/reference/html-ruby-013-y-ref.html index d4caf3bcdf03da..810c5f07842f35 100644 --- a/html-ruby-extensions/reference/html-ruby-013-y-ref.html +++ b/html-ruby-extensions/reference/html-ruby-013-y-ref.html @@ -30,4 +30,4 @@ and implementations may therefore validly vary.
                                                              -例文は +例文は From 15b37fd759d2f36bdc552f0a212aabf986d198db Mon Sep 17 00:00:00 2001 From: Florian Rivoal Date: Thu, 5 Mar 2026 21:08:34 +0900 Subject: [PATCH 12/18] Add test checking that spaces in a span are not inter-element whitespace --- html-ruby-extensions/html-ruby-014.html | 49 +++++++++++++++++++ .../reference/html-ruby-014-a-ref.html | 37 ++++++++++++++ .../reference/html-ruby-014-b-ref.html | 34 +++++++++++++ .../reference/html-ruby-014-c-ref.html | 35 +++++++++++++ .../reference/html-ruby-014-d-ref.html | 34 +++++++++++++ .../reference/html-ruby-014-e-ref.html | 34 +++++++++++++ .../reference/html-ruby-014-f-ref.html | 35 +++++++++++++ .../reference/html-ruby-014-y-ref.html | 33 +++++++++++++ .../reference/html-ruby-014-z-ref.html | 33 +++++++++++++ 9 files changed, 324 insertions(+) create mode 100644 html-ruby-extensions/html-ruby-014.html create mode 100644 html-ruby-extensions/reference/html-ruby-014-a-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-014-b-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-014-c-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-014-d-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-014-e-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-014-f-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-014-y-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-014-z-ref.html diff --git a/html-ruby-extensions/html-ruby-014.html b/html-ruby-extensions/html-ruby-014.html new file mode 100644 index 00000000000000..640cafbf51214f --- /dev/null +++ b/html-ruby-extensions/html-ruby-014.html @@ -0,0 +1,49 @@ + + + +Ruby Markup Content Model: single ruby element, rb bases, tabular markup, annotation with rt. spaces inside elements are not ignored. + + + + + + + + + + + + + + + +

                                                              The example below consists of 3 base characters, two of which carry visible annotations. +“A” is annotated by “1”. +“B” is annotated by “2”. +“C” is not annotated. +For ease of comparison, it is preceded by some context text: “This is a sample”. +This test passes if: +

                                                                +
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and +
                                                              • each annotation is convenyed as an annotation, and +
                                                              • the correct annotation is presented clearly as being associated with the correct base. +
                                                              + +

                                                              Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

                                                              Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


                                                              +This is a sample + A BC + 1x2 + diff --git a/html-ruby-extensions/reference/html-ruby-014-a-ref.html b/html-ruby-extensions/reference/html-ruby-014-a-ref.html new file mode 100644 index 00000000000000..b1d376f83df49f --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-014-a-ref.html @@ -0,0 +1,37 @@ + + + +test reference + + + +

                                                              The example below consists of 3 base characters, two of which carry visible annotations. +“A” is annotated by “1”. +“B” is annotated by “2”. +“C” is not annotated. +For ease of comparison, it is preceded by some context text: “This is a sample”. +This test passes if: +

                                                                +
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and +
                                                              • each annotation is convenyed as an annotation, and +
                                                              • the correct annotation is presented clearly as being associated with the correct base. +
                                                              + +

                                                              Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

                                                              Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


                                                              +This is a sample + A BC + 1x2 + diff --git a/html-ruby-extensions/reference/html-ruby-014-b-ref.html b/html-ruby-extensions/reference/html-ruby-014-b-ref.html new file mode 100644 index 00000000000000..f51668a5bae044 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-014-b-ref.html @@ -0,0 +1,34 @@ + + + +test reference + + + +

                                                              The example below consists of 3 base characters, two of which carry visible annotations. +“A” is annotated by “1”. +“B” is annotated by “2”. +“C” is not annotated. +For ease of comparison, it is preceded by some context text: “This is a sample”. +This test passes if: +

                                                                +
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and +
                                                              • each annotation is convenyed as an annotation, and +
                                                              • the correct annotation is presented clearly as being associated with the correct base. +
                                                              + +

                                                              Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

                                                              Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


                                                              +This is a sample A BC 1x2 diff --git a/html-ruby-extensions/reference/html-ruby-014-c-ref.html b/html-ruby-extensions/reference/html-ruby-014-c-ref.html new file mode 100644 index 00000000000000..bb4ebc1ecf31e9 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-014-c-ref.html @@ -0,0 +1,35 @@ + + + +test reference + + + +

                                                              The example below consists of 3 base characters, two of which carry visible annotations. +“A” is annotated by “1”. +“B” is annotated by “2”. +“C” is not annotated. +For ease of comparison, it is preceded by some context text: “This is a sample”. +This test passes if: +

                                                                +
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and +
                                                              • each annotation is convenyed as an annotation, and +
                                                              • the correct annotation is presented clearly as being associated with the correct base. +
                                                              + +

                                                              Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

                                                              Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


                                                              +This is a sample A BC 1x2 diff --git a/html-ruby-extensions/reference/html-ruby-014-d-ref.html b/html-ruby-extensions/reference/html-ruby-014-d-ref.html new file mode 100644 index 00000000000000..92d90946bb076c --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-014-d-ref.html @@ -0,0 +1,34 @@ + + + +test reference + + + +

                                                              The example below consists of 3 base characters, two of which carry visible annotations. +“A” is annotated by “1”. +“B” is annotated by “2”. +“C” is not annotated. +For ease of comparison, it is preceded by some context text: “This is a sample”. +This test passes if: +

                                                                +
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and +
                                                              • each annotation is convenyed as an annotation, and +
                                                              • the correct annotation is presented clearly as being associated with the correct base. +
                                                              + +

                                                              Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

                                                              Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


                                                              +This is a sample A BC1x2 diff --git a/html-ruby-extensions/reference/html-ruby-014-e-ref.html b/html-ruby-extensions/reference/html-ruby-014-e-ref.html new file mode 100644 index 00000000000000..08dc0eed2b4445 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-014-e-ref.html @@ -0,0 +1,34 @@ + + + +test reference + + + +

                                                              The example below consists of 3 base characters, two of which carry visible annotations. +“A” is annotated by “1”. +“B” is annotated by “2”. +“C” is not annotated. +For ease of comparison, it is preceded by some context text: “This is a sample”. +This test passes if: +

                                                                +
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and +
                                                              • each annotation is convenyed as an annotation, and +
                                                              • the correct annotation is presented clearly as being associated with the correct base. +
                                                              + +

                                                              Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

                                                              Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


                                                              +This is a sample A BC1x2 diff --git a/html-ruby-extensions/reference/html-ruby-014-f-ref.html b/html-ruby-extensions/reference/html-ruby-014-f-ref.html new file mode 100644 index 00000000000000..5281ba56f408a6 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-014-f-ref.html @@ -0,0 +1,35 @@ + + + +test reference + + + +

                                                              The example below consists of 3 base characters, two of which carry visible annotations. +“A” is annotated by “1”. +“B” is annotated by “2”. +“C” is not annotated. +For ease of comparison, it is preceded by some context text: “This is a sample”. +This test passes if: +

                                                                +
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and +
                                                              • each annotation is convenyed as an annotation, and +
                                                              • the correct annotation is presented clearly as being associated with the correct base. +
                                                              + +

                                                              Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

                                                              Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


                                                              +This is a sample A BC1x2 diff --git a/html-ruby-extensions/reference/html-ruby-014-y-ref.html b/html-ruby-extensions/reference/html-ruby-014-y-ref.html new file mode 100644 index 00000000000000..f3d777d037b993 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-014-y-ref.html @@ -0,0 +1,33 @@ + + + +test reference + + + +

                                                              The example below consists of 3 base characters, two of which carry visible annotations. +“A” is annotated by “1”. +“B” is annotated by “2”. +“C” is not annotated. +For ease of comparison, it is preceded by some context text: “This is a sample”. +This test passes if: +

                                                                +
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and +
                                                              • each annotation is convenyed as an annotation, and +
                                                              • the correct annotation is presented clearly as being associated with the correct base. +
                                                              + +

                                                              Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

                                                              Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


                                                              +This is a sample A BC diff --git a/html-ruby-extensions/reference/html-ruby-014-z-ref.html b/html-ruby-extensions/reference/html-ruby-014-z-ref.html new file mode 100644 index 00000000000000..8e905a4ca09435 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-014-z-ref.html @@ -0,0 +1,33 @@ + + + +test reference + + + +

                                                              The example below consists of 3 base characters, two of which carry visible annotations. +“A” is annotated by “1”. +“B” is annotated by “2”. +“C” is not annotated. +For ease of comparison, it is preceded by some context text: “This is a sample”. +This test passes if: +

                                                                +
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and +
                                                              • each annotation is convenyed as an annotation, and +
                                                              • the correct annotation is presented clearly as being associated with the correct base. +
                                                              + +

                                                              Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

                                                              Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


                                                              +This is a sample From 218393418238caa02bc72230e4bccc91a4d6c939 Mon Sep 17 00:00:00 2001 From: Florian Rivoal Date: Thu, 5 Mar 2026 21:36:51 +0900 Subject: [PATCH 13/18] fix typo: delete stray character --- html-ruby-extensions/reference/html-ruby-013-e-ref.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html-ruby-extensions/reference/html-ruby-013-e-ref.html b/html-ruby-extensions/reference/html-ruby-013-e-ref.html index 6aa197c491e895..3fcfcddc622439 100644 --- a/html-ruby-extensions/reference/html-ruby-013-e-ref.html +++ b/html-ruby-extensions/reference/html-ruby-013-e-ref.html @@ -30,4 +30,4 @@ and implementations may therefore validly vary.
                                                              -例文は a じょう +例文は じょう From 38d1871316ea53d51805ee53bd5b9550b04a677f Mon Sep 17 00:00:00 2001 From: Florian Rivoal Date: Thu, 5 Mar 2026 21:42:01 +0900 Subject: [PATCH 14/18] Add ruby-merge:separate as a precaution --- html-ruby-extensions/html-ruby-003.html | 1 + html-ruby-extensions/html-ruby-004.html | 1 + html-ruby-extensions/html-ruby-005.html | 1 + html-ruby-extensions/html-ruby-006.html | 1 + html-ruby-extensions/html-ruby-007.html | 1 + html-ruby-extensions/html-ruby-008.html | 1 + html-ruby-extensions/html-ruby-009.html | 1 + html-ruby-extensions/html-ruby-010.html | 1 + html-ruby-extensions/html-ruby-011.html | 1 + html-ruby-extensions/html-ruby-013.html | 1 + html-ruby-extensions/html-ruby-014.html | 1 + html-ruby-extensions/html-ruby-103.html | 1 + html-ruby-extensions/html-ruby-104.html | 1 + html-ruby-extensions/html-ruby-105.html | 1 + html-ruby-extensions/html-ruby-106.html | 1 + html-ruby-extensions/html-ruby-107.html | 1 + html-ruby-extensions/html-ruby-108.html | 1 + html-ruby-extensions/html-ruby-109.html | 1 + html-ruby-extensions/html-ruby-110.html | 1 + html-ruby-extensions/html-ruby-111.html | 1 + html-ruby-extensions/html-ruby-203.html | 1 + html-ruby-extensions/html-ruby-204.html | 1 + html-ruby-extensions/html-ruby-205.html | 1 + html-ruby-extensions/html-ruby-206.html | 1 + html-ruby-extensions/html-ruby-207.html | 1 + html-ruby-extensions/html-ruby-208.html | 1 + html-ruby-extensions/html-ruby-209.html | 1 + html-ruby-extensions/html-ruby-210.html | 1 + html-ruby-extensions/html-ruby-211.html | 1 + html-ruby-extensions/html-ruby-303.html | 1 + html-ruby-extensions/html-ruby-304.html | 1 + html-ruby-extensions/html-ruby-305.html | 1 + html-ruby-extensions/html-ruby-306.html | 1 + html-ruby-extensions/html-ruby-307.html | 1 + html-ruby-extensions/html-ruby-308.html | 1 + html-ruby-extensions/html-ruby-309.html | 1 + html-ruby-extensions/html-ruby-310.html | 1 + html-ruby-extensions/html-ruby-311.html | 1 + html-ruby-extensions/html-ruby-315.html | 1 + html-ruby-extensions/html-ruby-316.html | 1 + html-ruby-extensions/html-ruby-403.html | 1 + html-ruby-extensions/html-ruby-404.html | 1 + html-ruby-extensions/html-ruby-405.html | 1 + html-ruby-extensions/html-ruby-406.html | 1 + html-ruby-extensions/html-ruby-407.html | 1 + html-ruby-extensions/html-ruby-408.html | 1 + html-ruby-extensions/html-ruby-409.html | 1 + html-ruby-extensions/html-ruby-410.html | 1 + html-ruby-extensions/html-ruby-411.html | 1 + html-ruby-extensions/html-ruby-415.html | 1 + html-ruby-extensions/html-ruby-416.html | 1 + html-ruby-extensions/html-ruby-502.html | 1 + html-ruby-extensions/html-ruby-503.html | 1 + html-ruby-extensions/html-ruby-504.html | 1 + html-ruby-extensions/html-ruby-602.html | 1 + html-ruby-extensions/html-ruby-603.html | 1 + html-ruby-extensions/html-ruby-604.html | 1 + html-ruby-extensions/reference/html-ruby-008-h-ref.html | 1 + html-ruby-extensions/reference/html-ruby-008-i-ref.html | 1 + html-ruby-extensions/reference/html-ruby-014-a-ref.html | 1 + 60 files changed, 60 insertions(+) diff --git a/html-ruby-extensions/html-ruby-003.html b/html-ruby-extensions/html-ruby-003.html index 98d5008266c2fa..85ed4719931d7b 100644 --- a/html-ruby-extensions/html-ruby-003.html +++ b/html-ruby-extensions/html-ruby-003.html @@ -19,6 +19,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-004.html b/html-ruby-extensions/html-ruby-004.html index 64104906e23961..8880f555ed73e5 100644 --- a/html-ruby-extensions/html-ruby-004.html +++ b/html-ruby-extensions/html-ruby-004.html @@ -20,6 +20,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-005.html b/html-ruby-extensions/html-ruby-005.html index b9e8fbd449db8b..9bdd596338c238 100644 --- a/html-ruby-extensions/html-ruby-005.html +++ b/html-ruby-extensions/html-ruby-005.html @@ -20,6 +20,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-006.html b/html-ruby-extensions/html-ruby-006.html index 2fe291be4240b1..536a3c3082570e 100644 --- a/html-ruby-extensions/html-ruby-006.html +++ b/html-ruby-extensions/html-ruby-006.html @@ -20,6 +20,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-007.html b/html-ruby-extensions/html-ruby-007.html index 4a753a1caf96f0..6031a99866a506 100644 --- a/html-ruby-extensions/html-ruby-007.html +++ b/html-ruby-extensions/html-ruby-007.html @@ -20,6 +20,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-008.html b/html-ruby-extensions/html-ruby-008.html index e3256406b0f030..5fa1068789b17a 100644 --- a/html-ruby-extensions/html-ruby-008.html +++ b/html-ruby-extensions/html-ruby-008.html @@ -22,6 +22,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-009.html b/html-ruby-extensions/html-ruby-009.html index dc75b97129e093..a6279d94340a00 100644 --- a/html-ruby-extensions/html-ruby-009.html +++ b/html-ruby-extensions/html-ruby-009.html @@ -22,6 +22,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-010.html b/html-ruby-extensions/html-ruby-010.html index a8715d22c547cb..64f0e3431c5f4f 100644 --- a/html-ruby-extensions/html-ruby-010.html +++ b/html-ruby-extensions/html-ruby-010.html @@ -19,6 +19,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, the first being annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-011.html b/html-ruby-extensions/html-ruby-011.html index 8b19643287dc8a..5671329ddba28c 100644 --- a/html-ruby-extensions/html-ruby-011.html +++ b/html-ruby-extensions/html-ruby-011.html @@ -19,6 +19,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, the first being annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-013.html b/html-ruby-extensions/html-ruby-013.html index b077b25c2d3ea1..fa9bafe7326dc4 100644 --- a/html-ruby-extensions/html-ruby-013.html +++ b/html-ruby-extensions/html-ruby-013.html @@ -19,6 +19,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-014.html b/html-ruby-extensions/html-ruby-014.html index 640cafbf51214f..977332e97a94b9 100644 --- a/html-ruby-extensions/html-ruby-014.html +++ b/html-ruby-extensions/html-ruby-014.html @@ -20,6 +20,7 @@ .r2 { color: blue; } .r3 { color: purple; } .hide { color: transparent; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, two of which carry visible annotations. diff --git a/html-ruby-extensions/html-ruby-103.html b/html-ruby-extensions/html-ruby-103.html index f44481620eec88..a8d79aa7270466 100644 --- a/html-ruby-extensions/html-ruby-103.html +++ b/html-ruby-extensions/html-ruby-103.html @@ -21,6 +21,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-104.html b/html-ruby-extensions/html-ruby-104.html index b79c0921207b40..c3d2a6e99f3925 100644 --- a/html-ruby-extensions/html-ruby-104.html +++ b/html-ruby-extensions/html-ruby-104.html @@ -22,6 +22,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-105.html b/html-ruby-extensions/html-ruby-105.html index b368890ac45296..e288f0c78de0d1 100644 --- a/html-ruby-extensions/html-ruby-105.html +++ b/html-ruby-extensions/html-ruby-105.html @@ -22,6 +22,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-106.html b/html-ruby-extensions/html-ruby-106.html index bc767ec99877be..cb6ac3241101bd 100644 --- a/html-ruby-extensions/html-ruby-106.html +++ b/html-ruby-extensions/html-ruby-106.html @@ -22,6 +22,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-107.html b/html-ruby-extensions/html-ruby-107.html index 29d16015cf9d67..72ccb4609105de 100644 --- a/html-ruby-extensions/html-ruby-107.html +++ b/html-ruby-extensions/html-ruby-107.html @@ -22,6 +22,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-108.html b/html-ruby-extensions/html-ruby-108.html index 8c9717249c1707..3e2d8d8c4721de 100644 --- a/html-ruby-extensions/html-ruby-108.html +++ b/html-ruby-extensions/html-ruby-108.html @@ -24,6 +24,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-109.html b/html-ruby-extensions/html-ruby-109.html index 3c560e28efc3db..6ea45646025ffe 100644 --- a/html-ruby-extensions/html-ruby-109.html +++ b/html-ruby-extensions/html-ruby-109.html @@ -24,6 +24,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-110.html b/html-ruby-extensions/html-ruby-110.html index f096c158d5a5a1..0ad7946e46100f 100644 --- a/html-ruby-extensions/html-ruby-110.html +++ b/html-ruby-extensions/html-ruby-110.html @@ -21,6 +21,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, the first being annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-111.html b/html-ruby-extensions/html-ruby-111.html index e44fdf5197324b..95d7937469276b 100644 --- a/html-ruby-extensions/html-ruby-111.html +++ b/html-ruby-extensions/html-ruby-111.html @@ -21,6 +21,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, the first being annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-203.html b/html-ruby-extensions/html-ruby-203.html index 3d56ee86bbf1fd..9b214f3ca5e188 100644 --- a/html-ruby-extensions/html-ruby-203.html +++ b/html-ruby-extensions/html-ruby-203.html @@ -22,6 +22,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-204.html b/html-ruby-extensions/html-ruby-204.html index 2a5e182513f664..093e5775789638 100644 --- a/html-ruby-extensions/html-ruby-204.html +++ b/html-ruby-extensions/html-ruby-204.html @@ -23,6 +23,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-205.html b/html-ruby-extensions/html-ruby-205.html index d05e64f3dba22d..64bb461c8f8b80 100644 --- a/html-ruby-extensions/html-ruby-205.html +++ b/html-ruby-extensions/html-ruby-205.html @@ -23,6 +23,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-206.html b/html-ruby-extensions/html-ruby-206.html index 0c7a40e80dc973..d657c4dee1a4fa 100644 --- a/html-ruby-extensions/html-ruby-206.html +++ b/html-ruby-extensions/html-ruby-206.html @@ -23,6 +23,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-207.html b/html-ruby-extensions/html-ruby-207.html index 4a617128480441..c2de7d10b84010 100644 --- a/html-ruby-extensions/html-ruby-207.html +++ b/html-ruby-extensions/html-ruby-207.html @@ -23,6 +23,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-208.html b/html-ruby-extensions/html-ruby-208.html index 21d2fb1b9ae0b7..e0773a6c24e575 100644 --- a/html-ruby-extensions/html-ruby-208.html +++ b/html-ruby-extensions/html-ruby-208.html @@ -25,6 +25,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-209.html b/html-ruby-extensions/html-ruby-209.html index ea910fbbb7f96d..7777a165e3dbf5 100644 --- a/html-ruby-extensions/html-ruby-209.html +++ b/html-ruby-extensions/html-ruby-209.html @@ -25,6 +25,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-210.html b/html-ruby-extensions/html-ruby-210.html index 7e9d8ea1f9035d..6943bb41a193c5 100644 --- a/html-ruby-extensions/html-ruby-210.html +++ b/html-ruby-extensions/html-ruby-210.html @@ -22,6 +22,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, the first being annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-211.html b/html-ruby-extensions/html-ruby-211.html index f98d3988fa348d..63090ab9e221ce 100644 --- a/html-ruby-extensions/html-ruby-211.html +++ b/html-ruby-extensions/html-ruby-211.html @@ -22,6 +22,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, the first being annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-303.html b/html-ruby-extensions/html-ruby-303.html index 5f717d153083d0..a40023986792a1 100644 --- a/html-ruby-extensions/html-ruby-303.html +++ b/html-ruby-extensions/html-ruby-303.html @@ -19,6 +19,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-304.html b/html-ruby-extensions/html-ruby-304.html index 42f1c5dc60605f..cc0b3e9fdfd091 100644 --- a/html-ruby-extensions/html-ruby-304.html +++ b/html-ruby-extensions/html-ruby-304.html @@ -20,6 +20,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-305.html b/html-ruby-extensions/html-ruby-305.html index ff61d70495486d..add6ace30c9158 100644 --- a/html-ruby-extensions/html-ruby-305.html +++ b/html-ruby-extensions/html-ruby-305.html @@ -21,6 +21,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-306.html b/html-ruby-extensions/html-ruby-306.html index ad1c4f0ee9f832..e145bf62fbc429 100644 --- a/html-ruby-extensions/html-ruby-306.html +++ b/html-ruby-extensions/html-ruby-306.html @@ -21,6 +21,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-307.html b/html-ruby-extensions/html-ruby-307.html index e50cd88b2cd032..4fa68180a39386 100644 --- a/html-ruby-extensions/html-ruby-307.html +++ b/html-ruby-extensions/html-ruby-307.html @@ -21,6 +21,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-308.html b/html-ruby-extensions/html-ruby-308.html index b1edd56db9e800..e650069bb12137 100644 --- a/html-ruby-extensions/html-ruby-308.html +++ b/html-ruby-extensions/html-ruby-308.html @@ -23,6 +23,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-309.html b/html-ruby-extensions/html-ruby-309.html index 425acd06c3028e..a9ccef7953efd2 100644 --- a/html-ruby-extensions/html-ruby-309.html +++ b/html-ruby-extensions/html-ruby-309.html @@ -23,6 +23,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-310.html b/html-ruby-extensions/html-ruby-310.html index f16532d22da227..dc79c7e19b217d 100644 --- a/html-ruby-extensions/html-ruby-310.html +++ b/html-ruby-extensions/html-ruby-310.html @@ -20,6 +20,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, the first being annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-311.html b/html-ruby-extensions/html-ruby-311.html index aded1aff616221..0a0ee4fb480df6 100644 --- a/html-ruby-extensions/html-ruby-311.html +++ b/html-ruby-extensions/html-ruby-311.html @@ -19,6 +19,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, the first being annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-315.html b/html-ruby-extensions/html-ruby-315.html index 9fac5123ad83dd..1c4f04ead924d2 100644 --- a/html-ruby-extensions/html-ruby-315.html +++ b/html-ruby-extensions/html-ruby-315.html @@ -20,6 +20,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-316.html b/html-ruby-extensions/html-ruby-316.html index 90eec60943349d..d1e1dd2c8ecf2a 100644 --- a/html-ruby-extensions/html-ruby-316.html +++ b/html-ruby-extensions/html-ruby-316.html @@ -21,6 +21,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-403.html b/html-ruby-extensions/html-ruby-403.html index ff06af6fdd8ac5..0fd45a0a9e116e 100644 --- a/html-ruby-extensions/html-ruby-403.html +++ b/html-ruby-extensions/html-ruby-403.html @@ -22,6 +22,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-404.html b/html-ruby-extensions/html-ruby-404.html index 106974ee23efda..bbb155964b1f12 100644 --- a/html-ruby-extensions/html-ruby-404.html +++ b/html-ruby-extensions/html-ruby-404.html @@ -23,6 +23,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-405.html b/html-ruby-extensions/html-ruby-405.html index 8b234eaa569fd1..fe2837ba5d3c95 100644 --- a/html-ruby-extensions/html-ruby-405.html +++ b/html-ruby-extensions/html-ruby-405.html @@ -24,6 +24,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-406.html b/html-ruby-extensions/html-ruby-406.html index ee5f3a0b39d613..9b3f819a6d0f34 100644 --- a/html-ruby-extensions/html-ruby-406.html +++ b/html-ruby-extensions/html-ruby-406.html @@ -24,6 +24,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-407.html b/html-ruby-extensions/html-ruby-407.html index fe254378492b0d..14f3396debd50d 100644 --- a/html-ruby-extensions/html-ruby-407.html +++ b/html-ruby-extensions/html-ruby-407.html @@ -24,6 +24,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-408.html b/html-ruby-extensions/html-ruby-408.html index e8ff922e7288a6..b219a2710c240a 100644 --- a/html-ruby-extensions/html-ruby-408.html +++ b/html-ruby-extensions/html-ruby-408.html @@ -26,6 +26,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-409.html b/html-ruby-extensions/html-ruby-409.html index a18e68ee6de657..521ece43296f62 100644 --- a/html-ruby-extensions/html-ruby-409.html +++ b/html-ruby-extensions/html-ruby-409.html @@ -26,6 +26,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-410.html b/html-ruby-extensions/html-ruby-410.html index f4c7e189ad4f7f..29a9887eb93526 100644 --- a/html-ruby-extensions/html-ruby-410.html +++ b/html-ruby-extensions/html-ruby-410.html @@ -23,6 +23,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, the first being annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-411.html b/html-ruby-extensions/html-ruby-411.html index 39791b46fc156d..2979b616fd02e6 100644 --- a/html-ruby-extensions/html-ruby-411.html +++ b/html-ruby-extensions/html-ruby-411.html @@ -22,6 +22,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, the first being annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-415.html b/html-ruby-extensions/html-ruby-415.html index 6ed9e8220c963b..94ad02fb722784 100644 --- a/html-ruby-extensions/html-ruby-415.html +++ b/html-ruby-extensions/html-ruby-415.html @@ -22,6 +22,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-416.html b/html-ruby-extensions/html-ruby-416.html index 465b5580571e9f..bb21cd95996ff6 100644 --- a/html-ruby-extensions/html-ruby-416.html +++ b/html-ruby-extensions/html-ruby-416.html @@ -23,6 +23,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. diff --git a/html-ruby-extensions/html-ruby-502.html b/html-ruby-extensions/html-ruby-502.html index 9cb55e7c39d360..a043bbcbdec2bd 100644 --- a/html-ruby-extensions/html-ruby-502.html +++ b/html-ruby-extensions/html-ruby-502.html @@ -18,6 +18,7 @@

                                                              The example below consists of 2 base characters, each annotated twice with its pronunciation (once in the latin alphabet, once in kana) diff --git a/html-ruby-extensions/html-ruby-503.html b/html-ruby-extensions/html-ruby-503.html index f0fb8d024d3a29..ffb3af2cbea53e 100644 --- a/html-ruby-extensions/html-ruby-503.html +++ b/html-ruby-extensions/html-ruby-503.html @@ -19,6 +19,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated twice, and then all jointly annotated once more. diff --git a/html-ruby-extensions/html-ruby-504.html b/html-ruby-extensions/html-ruby-504.html index a91b9bddb337b9..931e3abf2ed12a 100644 --- a/html-ruby-extensions/html-ruby-504.html +++ b/html-ruby-extensions/html-ruby-504.html @@ -19,6 +19,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated individually, and also all jointly annotated. diff --git a/html-ruby-extensions/html-ruby-602.html b/html-ruby-extensions/html-ruby-602.html index 34accc13a85ea8..8dace98f1e819d 100644 --- a/html-ruby-extensions/html-ruby-602.html +++ b/html-ruby-extensions/html-ruby-602.html @@ -21,6 +21,7 @@

                                                              The example below consists of 2 base characters, each annotated twice with its pronunciation (once in the latin alphabet, once in kana) diff --git a/html-ruby-extensions/html-ruby-603.html b/html-ruby-extensions/html-ruby-603.html index cb9a5fc8b1a903..f796ef9c00cced 100644 --- a/html-ruby-extensions/html-ruby-603.html +++ b/html-ruby-extensions/html-ruby-603.html @@ -22,6 +22,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated twice, and then all jointly annotated once more. diff --git a/html-ruby-extensions/html-ruby-604.html b/html-ruby-extensions/html-ruby-604.html index b654ca76adbfdc..a09116577e78a5 100644 --- a/html-ruby-extensions/html-ruby-604.html +++ b/html-ruby-extensions/html-ruby-604.html @@ -21,6 +21,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated individually, and also all jointly annotated. diff --git a/html-ruby-extensions/reference/html-ruby-008-h-ref.html b/html-ruby-extensions/reference/html-ruby-008-h-ref.html index 701797175f66a5..afa72273a63ac2 100644 --- a/html-ruby-extensions/reference/html-ruby-008-h-ref.html +++ b/html-ruby-extensions/reference/html-ruby-008-h-ref.html @@ -7,6 +7,7 @@ .r1 { color: orange; } .r2 { color: blue; } .r3 { color: purple; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. diff --git a/html-ruby-extensions/reference/html-ruby-008-i-ref.html b/html-ruby-extensions/reference/html-ruby-008-i-ref.html index a52b93e642858a..cefc2e5e426e71 100644 --- a/html-ruby-extensions/reference/html-ruby-008-i-ref.html +++ b/html-ruby-extensions/reference/html-ruby-008-i-ref.html @@ -8,6 +8,7 @@ .r2 { color: blue; } .r3 { color: purple; } .s { font-size: 50%; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. diff --git a/html-ruby-extensions/reference/html-ruby-014-a-ref.html b/html-ruby-extensions/reference/html-ruby-014-a-ref.html index b1d376f83df49f..7e9b51c3a2865c 100644 --- a/html-ruby-extensions/reference/html-ruby-014-a-ref.html +++ b/html-ruby-extensions/reference/html-ruby-014-a-ref.html @@ -8,6 +8,7 @@ .r2 { color: blue; } .r3 { color: purple; } .hide { color: transparent; } +ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */

                                                              The example below consists of 3 base characters, two of which carry visible annotations. From 08a4c274955268d40933c5710ef8d7d0154bb9f6 Mon Sep 17 00:00:00 2001 From: Florian Rivoal Date: Thu, 5 Mar 2026 22:12:16 +0900 Subject: [PATCH 15/18] Fix reference --- html-ruby-extensions/reference/html-ruby-008-g-ref.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html-ruby-extensions/reference/html-ruby-008-g-ref.html b/html-ruby-extensions/reference/html-ruby-008-g-ref.html index ea68357719bbc4..6b09ac35861f9a 100644 --- a/html-ruby-extensions/reference/html-ruby-008-g-ref.html +++ b/html-ruby-extensions/reference/html-ruby-008-g-ref.html @@ -33,4 +33,4 @@ and implementations may therefore validly vary.


                                                              -例文はじょう +例文はじょう From 7445f7db39601002b1e7fbd363691aac431d2146 Mon Sep 17 00:00:00 2001 From: Florian Rivoal Date: Thu, 5 Mar 2026 22:34:00 +0900 Subject: [PATCH 16/18] Add test for extra annotation at position other than the end --- html-ruby-extensions/html-ruby-015.html | 52 +++++++++++++++++++ .../reference/html-ruby-015-a-ref.html | 35 +++++++++++++ .../reference/html-ruby-015-b-ref.html | 35 +++++++++++++ .../reference/html-ruby-015-c-ref.html | 36 +++++++++++++ .../reference/html-ruby-015-d-ref.html | 36 +++++++++++++ .../reference/html-ruby-015-e-ref.html | 35 +++++++++++++ .../reference/html-ruby-015-f-ref.html | 35 +++++++++++++ .../reference/html-ruby-015-g-ref.html | 36 +++++++++++++ .../reference/html-ruby-015-h-ref.html | 36 +++++++++++++ .../reference/html-ruby-015-i-ref.html | 37 +++++++++++++ .../reference/html-ruby-015-j-ref.html | 37 +++++++++++++ .../reference/html-ruby-015-y-ref.html | 35 +++++++++++++ .../reference/html-ruby-015-z-ref.html | 35 +++++++++++++ 13 files changed, 480 insertions(+) create mode 100644 html-ruby-extensions/html-ruby-015.html create mode 100644 html-ruby-extensions/reference/html-ruby-015-a-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-015-b-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-015-c-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-015-d-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-015-e-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-015-f-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-015-g-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-015-h-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-015-i-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-015-j-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-015-y-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-015-z-ref.html diff --git a/html-ruby-extensions/html-ruby-015.html b/html-ruby-extensions/html-ruby-015.html new file mode 100644 index 00000000000000..500a78c2b3ae83 --- /dev/null +++ b/html-ruby-extensions/html-ruby-015.html @@ -0,0 +1,52 @@ + + + +Ruby Markup Content Model: single ruby element, rb bases, interleaved markup, annotation with rt, extra annotation + + + + + + + + + + + + + + + + + + + +

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one excess annotation with no base after the first one: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. +This test passes if: +

                                                                +
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and +
                                                              • each annotation is convenyed as an annotation, and +
                                                              • the correct annotation is presented clearly as being associated with the correct base, and +
                                                              • the excess annotation appears to be annotating an empty base next to the first one. +
                                                              + +

                                                              Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

                                                              Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


                                                              +例文はじょう diff --git a/html-ruby-extensions/reference/html-ruby-015-a-ref.html b/html-ruby-extensions/reference/html-ruby-015-a-ref.html new file mode 100644 index 00000000000000..8183f35a8afb8f --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-015-a-ref.html @@ -0,0 +1,35 @@ + + + +test reference + + + +

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one excess annotation with no base after the first one: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. +This test passes if: +

                                                                +
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and +
                                                              • each annotation is convenyed as an annotation, and +
                                                              • the correct annotation is presented clearly as being associated with the correct base, and +
                                                              • the excess annotation appears to be annotating an empty base next to the first one. +
                                                              + +

                                                              Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

                                                              Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


                                                              +例文はじょう diff --git a/html-ruby-extensions/reference/html-ruby-015-b-ref.html b/html-ruby-extensions/reference/html-ruby-015-b-ref.html new file mode 100644 index 00000000000000..ef9303632ee612 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-015-b-ref.html @@ -0,0 +1,35 @@ + + + +test reference + + + +

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one excess annotation with no base after the first one: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. +This test passes if: +

                                                                +
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and +
                                                              • each annotation is convenyed as an annotation, and +
                                                              • the correct annotation is presented clearly as being associated with the correct base, and +
                                                              • the excess annotation appears to be annotating an empty base next to the first one. +
                                                              + +

                                                              Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

                                                              Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


                                                              +例文はじょう diff --git a/html-ruby-extensions/reference/html-ruby-015-c-ref.html b/html-ruby-extensions/reference/html-ruby-015-c-ref.html new file mode 100644 index 00000000000000..7b26c500b56866 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-015-c-ref.html @@ -0,0 +1,36 @@ + + + +test reference + + + +

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one excess annotation with no base after the first one: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. +This test passes if: +

                                                                +
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and +
                                                              • each annotation is convenyed as an annotation, and +
                                                              • the correct annotation is presented clearly as being associated with the correct base, and +
                                                              • the excess annotation appears to be annotating an empty base next to the first one. +
                                                              + +

                                                              Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

                                                              Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


                                                              +例文はじょう diff --git a/html-ruby-extensions/reference/html-ruby-015-d-ref.html b/html-ruby-extensions/reference/html-ruby-015-d-ref.html new file mode 100644 index 00000000000000..daca160d48c4ca --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-015-d-ref.html @@ -0,0 +1,36 @@ + + + +test reference + + + +

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one excess annotation with no base after the first one: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. +This test passes if: +

                                                                +
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and +
                                                              • each annotation is convenyed as an annotation, and +
                                                              • the correct annotation is presented clearly as being associated with the correct base, and +
                                                              • the excess annotation appears to be annotating an empty base next to the first one. +
                                                              + +

                                                              Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

                                                              Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


                                                              +例文はじょう diff --git a/html-ruby-extensions/reference/html-ruby-015-e-ref.html b/html-ruby-extensions/reference/html-ruby-015-e-ref.html new file mode 100644 index 00000000000000..8814dbfc612f2c --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-015-e-ref.html @@ -0,0 +1,35 @@ + + + +test reference + + + +

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one excess annotation with no base after the first one: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. +This test passes if: +

                                                                +
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and +
                                                              • each annotation is convenyed as an annotation, and +
                                                              • the correct annotation is presented clearly as being associated with the correct base, and +
                                                              • the excess annotation appears to be annotating an empty base next to the first one. +
                                                              + +

                                                              Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

                                                              Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


                                                              +例文はじょう diff --git a/html-ruby-extensions/reference/html-ruby-015-f-ref.html b/html-ruby-extensions/reference/html-ruby-015-f-ref.html new file mode 100644 index 00000000000000..0a7ac9eb27ef7c --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-015-f-ref.html @@ -0,0 +1,35 @@ + + + +test reference + + + +

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one excess annotation with no base after the first one: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. +This test passes if: +

                                                                +
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and +
                                                              • each annotation is convenyed as an annotation, and +
                                                              • the correct annotation is presented clearly as being associated with the correct base, and +
                                                              • the excess annotation appears to be annotating an empty base next to the first one. +
                                                              + +

                                                              Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

                                                              Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


                                                              +例文はじょう diff --git a/html-ruby-extensions/reference/html-ruby-015-g-ref.html b/html-ruby-extensions/reference/html-ruby-015-g-ref.html new file mode 100644 index 00000000000000..ab3313d28fdb3c --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-015-g-ref.html @@ -0,0 +1,36 @@ + + + +test reference + + + +

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one excess annotation with no base after the first one: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. +This test passes if: +

                                                                +
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and +
                                                              • each annotation is convenyed as an annotation, and +
                                                              • the correct annotation is presented clearly as being associated with the correct base, and +
                                                              • the excess annotation appears to be annotating an empty base next to the first one. +
                                                              + +

                                                              Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

                                                              Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


                                                              +例文はじょう diff --git a/html-ruby-extensions/reference/html-ruby-015-h-ref.html b/html-ruby-extensions/reference/html-ruby-015-h-ref.html new file mode 100644 index 00000000000000..6864259b9e165b --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-015-h-ref.html @@ -0,0 +1,36 @@ + + + +test reference + + + +

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one excess annotation with no base after the first one: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. +This test passes if: +

                                                                +
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and +
                                                              • each annotation is convenyed as an annotation, and +
                                                              • the correct annotation is presented clearly as being associated with the correct base, and +
                                                              • the excess annotation appears to be annotating an empty base next to the first one. +
                                                              + +

                                                              Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

                                                              Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


                                                              +例文はじょう diff --git a/html-ruby-extensions/reference/html-ruby-015-i-ref.html b/html-ruby-extensions/reference/html-ruby-015-i-ref.html new file mode 100644 index 00000000000000..f07b035d4895fd --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-015-i-ref.html @@ -0,0 +1,37 @@ + + + +test reference + + + +

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one excess annotation with no base after the first one: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. +This test passes if: +

                                                                +
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and +
                                                              • each annotation is convenyed as an annotation, and +
                                                              • the correct annotation is presented clearly as being associated with the correct base, and +
                                                              • the excess annotation appears to be annotating an empty base next to the first one. +
                                                              + +

                                                              Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

                                                              Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


                                                              +例文はじょう diff --git a/html-ruby-extensions/reference/html-ruby-015-j-ref.html b/html-ruby-extensions/reference/html-ruby-015-j-ref.html new file mode 100644 index 00000000000000..e2256f3064c4e0 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-015-j-ref.html @@ -0,0 +1,37 @@ + + + +test reference + + + +

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one excess annotation with no base after the first one: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. +This test passes if: +

                                                                +
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and +
                                                              • each annotation is convenyed as an annotation, and +
                                                              • the correct annotation is presented clearly as being associated with the correct base, and +
                                                              • the excess annotation appears to be annotating an empty base next to the first one. +
                                                              + +

                                                              Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

                                                              Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


                                                              +例文はじょう diff --git a/html-ruby-extensions/reference/html-ruby-015-y-ref.html b/html-ruby-extensions/reference/html-ruby-015-y-ref.html new file mode 100644 index 00000000000000..3cca4bc7d90608 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-015-y-ref.html @@ -0,0 +1,35 @@ + + + +test reference + + + +

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one excess annotation with no base after the first one: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. +This test passes if: +

                                                                +
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and +
                                                              • each annotation is convenyed as an annotation, and +
                                                              • the correct annotation is presented clearly as being associated with the correct base, and +
                                                              • the excess annotation appears to be annotating an empty base next to the first one. +
                                                              + +

                                                              Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

                                                              Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


                                                              +例文は diff --git a/html-ruby-extensions/reference/html-ruby-015-z-ref.html b/html-ruby-extensions/reference/html-ruby-015-z-ref.html new file mode 100644 index 00000000000000..5962caaa26e11a --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-015-z-ref.html @@ -0,0 +1,35 @@ + + + +test reference + + + +

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one excess annotation with no base after the first one: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. +This test passes if: +

                                                                +
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and +
                                                              • each annotation is convenyed as an annotation, and +
                                                              • the correct annotation is presented clearly as being associated with the correct base, and +
                                                              • the excess annotation appears to be annotating an empty base next to the first one. +
                                                              + +

                                                              Note: The colors are not part of the test, +they are merely provided as help to the person runing the test, +to make it easier to recongnize the various parts of the text. + +

                                                              Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


                                                              +例文は From cc63bba3cf821de1a3ed09adb02d21ecaab88bb3 Mon Sep 17 00:00:00 2001 From: Florian Rivoal Date: Thu, 5 Mar 2026 22:53:14 +0900 Subject: [PATCH 17/18] Fix typos --- html-ruby-extensions/html-ruby-001.html | 8 ++++---- html-ruby-extensions/html-ruby-002.html | 8 ++++---- html-ruby-extensions/html-ruby-003.html | 8 ++++---- html-ruby-extensions/html-ruby-004.html | 8 ++++---- html-ruby-extensions/html-ruby-005.html | 8 ++++---- html-ruby-extensions/html-ruby-006.html | 8 ++++---- html-ruby-extensions/html-ruby-007.html | 8 ++++---- html-ruby-extensions/html-ruby-008.html | 8 ++++---- html-ruby-extensions/html-ruby-009.html | 8 ++++---- html-ruby-extensions/html-ruby-010.html | 8 ++++---- html-ruby-extensions/html-ruby-011.html | 8 ++++---- html-ruby-extensions/html-ruby-012.html | 4 ++-- html-ruby-extensions/html-ruby-013.html | 8 ++++---- html-ruby-extensions/html-ruby-014.html | 6 +++--- html-ruby-extensions/html-ruby-015.html | 8 ++++---- html-ruby-extensions/html-ruby-101.html | 8 ++++---- html-ruby-extensions/html-ruby-102.html | 8 ++++---- html-ruby-extensions/html-ruby-103.html | 8 ++++---- html-ruby-extensions/html-ruby-104.html | 8 ++++---- html-ruby-extensions/html-ruby-105.html | 8 ++++---- html-ruby-extensions/html-ruby-106.html | 8 ++++---- html-ruby-extensions/html-ruby-107.html | 8 ++++---- html-ruby-extensions/html-ruby-108.html | 8 ++++---- html-ruby-extensions/html-ruby-109.html | 8 ++++---- html-ruby-extensions/html-ruby-110.html | 8 ++++---- html-ruby-extensions/html-ruby-111.html | 8 ++++---- html-ruby-extensions/html-ruby-112.html | 4 ++-- html-ruby-extensions/html-ruby-201.html | 8 ++++---- html-ruby-extensions/html-ruby-202.html | 8 ++++---- html-ruby-extensions/html-ruby-203.html | 8 ++++---- html-ruby-extensions/html-ruby-204.html | 8 ++++---- html-ruby-extensions/html-ruby-205.html | 8 ++++---- html-ruby-extensions/html-ruby-206.html | 8 ++++---- html-ruby-extensions/html-ruby-207.html | 8 ++++---- html-ruby-extensions/html-ruby-208.html | 8 ++++---- html-ruby-extensions/html-ruby-209.html | 8 ++++---- html-ruby-extensions/html-ruby-210.html | 8 ++++---- html-ruby-extensions/html-ruby-211.html | 8 ++++---- html-ruby-extensions/html-ruby-212.html | 4 ++-- html-ruby-extensions/html-ruby-301.html | 8 ++++---- html-ruby-extensions/html-ruby-302.html | 8 ++++---- html-ruby-extensions/html-ruby-303.html | 8 ++++---- html-ruby-extensions/html-ruby-304.html | 8 ++++---- html-ruby-extensions/html-ruby-305.html | 8 ++++---- html-ruby-extensions/html-ruby-306.html | 8 ++++---- html-ruby-extensions/html-ruby-307.html | 8 ++++---- html-ruby-extensions/html-ruby-308.html | 8 ++++---- html-ruby-extensions/html-ruby-309.html | 8 ++++---- html-ruby-extensions/html-ruby-310.html | 8 ++++---- html-ruby-extensions/html-ruby-311.html | 8 ++++---- html-ruby-extensions/html-ruby-312.html | 4 ++-- html-ruby-extensions/html-ruby-313.html | 8 ++++---- html-ruby-extensions/html-ruby-314.html | 8 ++++---- html-ruby-extensions/html-ruby-315.html | 8 ++++---- html-ruby-extensions/html-ruby-316.html | 8 ++++---- html-ruby-extensions/html-ruby-401.html | 8 ++++---- html-ruby-extensions/html-ruby-402.html | 8 ++++---- html-ruby-extensions/html-ruby-403.html | 8 ++++---- html-ruby-extensions/html-ruby-404.html | 8 ++++---- html-ruby-extensions/html-ruby-405.html | 8 ++++---- html-ruby-extensions/html-ruby-406.html | 8 ++++---- html-ruby-extensions/html-ruby-407.html | 8 ++++---- html-ruby-extensions/html-ruby-408.html | 8 ++++---- html-ruby-extensions/html-ruby-409.html | 8 ++++---- html-ruby-extensions/html-ruby-410.html | 8 ++++---- html-ruby-extensions/html-ruby-411.html | 8 ++++---- html-ruby-extensions/html-ruby-412.html | 4 ++-- html-ruby-extensions/html-ruby-413.html | 8 ++++---- html-ruby-extensions/html-ruby-414.html | 8 ++++---- html-ruby-extensions/html-ruby-415.html | 8 ++++---- html-ruby-extensions/html-ruby-416.html | 8 ++++---- html-ruby-extensions/html-ruby-501.html | 2 +- html-ruby-extensions/html-ruby-502.html | 6 +++--- html-ruby-extensions/html-ruby-503.html | 6 +++--- html-ruby-extensions/html-ruby-504.html | 6 +++--- html-ruby-extensions/html-ruby-601.html | 2 +- html-ruby-extensions/html-ruby-602.html | 6 +++--- html-ruby-extensions/html-ruby-603.html | 6 +++--- html-ruby-extensions/html-ruby-604.html | 6 +++--- html-ruby-extensions/reference/html-ruby-001-a-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-001-b-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-001-c-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-001-d-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-001-e-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-001-f-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-001-g-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-001-y-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-001-z-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-008-a-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-008-b-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-008-c-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-008-d-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-008-e-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-008-f-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-008-g-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-008-h-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-008-i-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-008-y-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-008-z-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-010-a-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-010-b-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-010-c-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-010-d-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-010-e-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-010-f-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-010-y-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-010-z-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-012-a-ref.html | 4 ++-- html-ruby-extensions/reference/html-ruby-012-b-ref.html | 4 ++-- html-ruby-extensions/reference/html-ruby-012-c-ref.html | 4 ++-- html-ruby-extensions/reference/html-ruby-012-d-ref.html | 4 ++-- html-ruby-extensions/reference/html-ruby-012-e-ref.html | 4 ++-- html-ruby-extensions/reference/html-ruby-012-y-ref.html | 4 ++-- html-ruby-extensions/reference/html-ruby-012-z-ref.html | 4 ++-- html-ruby-extensions/reference/html-ruby-013-a-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-013-b-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-013-c-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-013-d-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-013-e-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-013-f-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-013-y-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-014-a-ref.html | 6 +++--- html-ruby-extensions/reference/html-ruby-014-b-ref.html | 6 +++--- html-ruby-extensions/reference/html-ruby-014-c-ref.html | 6 +++--- html-ruby-extensions/reference/html-ruby-014-d-ref.html | 6 +++--- html-ruby-extensions/reference/html-ruby-014-e-ref.html | 6 +++--- html-ruby-extensions/reference/html-ruby-014-f-ref.html | 6 +++--- html-ruby-extensions/reference/html-ruby-014-y-ref.html | 6 +++--- html-ruby-extensions/reference/html-ruby-014-z-ref.html | 6 +++--- html-ruby-extensions/reference/html-ruby-015-a-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-015-b-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-015-c-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-015-d-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-015-e-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-015-f-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-015-g-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-015-h-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-015-i-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-015-j-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-015-y-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-015-z-ref.html | 8 ++++---- html-ruby-extensions/reference/html-ruby-501-a-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-501-b-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-501-c-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-501-d-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-501-e-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-501-y-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-501-z-ref.html | 2 +- html-ruby-extensions/reference/html-ruby-502-a-ref.html | 6 +++--- html-ruby-extensions/reference/html-ruby-502-b-ref.html | 6 +++--- html-ruby-extensions/reference/html-ruby-502-c-ref.html | 6 +++--- html-ruby-extensions/reference/html-ruby-502-d-ref.html | 6 +++--- html-ruby-extensions/reference/html-ruby-502-e-ref.html | 6 +++--- html-ruby-extensions/reference/html-ruby-502-y-ref.html | 6 +++--- html-ruby-extensions/reference/html-ruby-502-z-ref.html | 6 +++--- html-ruby-extensions/reference/html-ruby-503-a-ref.html | 6 +++--- html-ruby-extensions/reference/html-ruby-503-b-ref.html | 6 +++--- html-ruby-extensions/reference/html-ruby-503-c-ref.html | 6 +++--- html-ruby-extensions/reference/html-ruby-503-d-ref.html | 6 +++--- html-ruby-extensions/reference/html-ruby-503-e-ref.html | 6 +++--- html-ruby-extensions/reference/html-ruby-503-y-ref.html | 6 +++--- html-ruby-extensions/reference/html-ruby-503-z-ref.html | 6 +++--- html-ruby-extensions/reference/html-ruby-504-a-ref.html | 6 +++--- html-ruby-extensions/reference/html-ruby-504-b-ref.html | 6 +++--- html-ruby-extensions/reference/html-ruby-504-c-ref.html | 6 +++--- html-ruby-extensions/reference/html-ruby-504-d-ref.html | 6 +++--- html-ruby-extensions/reference/html-ruby-504-e-ref.html | 6 +++--- html-ruby-extensions/reference/html-ruby-504-y-ref.html | 6 +++--- html-ruby-extensions/reference/html-ruby-504-z-ref.html | 6 +++--- 169 files changed, 589 insertions(+), 589 deletions(-) diff --git a/html-ruby-extensions/html-ruby-001.html b/html-ruby-extensions/html-ruby-001.html index 03d90a5dddd7bd..a8cb57aae0eca0 100644 --- a/html-ruby-extensions/html-ruby-001.html +++ b/html-ruby-extensions/html-ruby-001.html @@ -21,7 +21,7 @@ .r3 { color: purple; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -29,13 +29,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-002.html b/html-ruby-extensions/html-ruby-002.html index 69855302ad3b3c..374ba650845175 100644 --- a/html-ruby-extensions/html-ruby-002.html +++ b/html-ruby-extensions/html-ruby-002.html @@ -22,7 +22,7 @@ .r3 { color: purple; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -30,13 +30,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-003.html b/html-ruby-extensions/html-ruby-003.html index 85ed4719931d7b..c039816a89701f 100644 --- a/html-ruby-extensions/html-ruby-003.html +++ b/html-ruby-extensions/html-ruby-003.html @@ -22,7 +22,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -30,13 +30,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-004.html b/html-ruby-extensions/html-ruby-004.html index 8880f555ed73e5..212c4397b3ece6 100644 --- a/html-ruby-extensions/html-ruby-004.html +++ b/html-ruby-extensions/html-ruby-004.html @@ -23,7 +23,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -31,13 +31,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-005.html b/html-ruby-extensions/html-ruby-005.html index 9bdd596338c238..29cefb02d43f2c 100644 --- a/html-ruby-extensions/html-ruby-005.html +++ b/html-ruby-extensions/html-ruby-005.html @@ -23,7 +23,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -31,13 +31,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-006.html b/html-ruby-extensions/html-ruby-006.html index 536a3c3082570e..ffb108a41d2859 100644 --- a/html-ruby-extensions/html-ruby-006.html +++ b/html-ruby-extensions/html-ruby-006.html @@ -23,7 +23,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -31,13 +31,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-007.html b/html-ruby-extensions/html-ruby-007.html index 6031a99866a506..06299df87fd11f 100644 --- a/html-ruby-extensions/html-ruby-007.html +++ b/html-ruby-extensions/html-ruby-007.html @@ -23,7 +23,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -31,13 +31,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-008.html b/html-ruby-extensions/html-ruby-008.html index 5fa1068789b17a..26bb05079e396a 100644 --- a/html-ruby-extensions/html-ruby-008.html +++ b/html-ruby-extensions/html-ruby-008.html @@ -25,7 +25,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -34,14 +34,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the excess annotation appears to be annotating an empty base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-009.html b/html-ruby-extensions/html-ruby-009.html index a6279d94340a00..65901a1ead9a95 100644 --- a/html-ruby-extensions/html-ruby-009.html +++ b/html-ruby-extensions/html-ruby-009.html @@ -25,7 +25,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -34,14 +34,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the excess annotation appears to be annotating an empty base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-010.html b/html-ruby-extensions/html-ruby-010.html index 64f0e3431c5f4f..95fd3799c2034a 100644 --- a/html-ruby-extensions/html-ruby-010.html +++ b/html-ruby-extensions/html-ruby-010.html @@ -22,7 +22,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, the first being annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, the first being annotated with its pronunciation. “” is annotated by “じょう”. “” is not annotated. “” is not annotated. @@ -30,13 +30,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • the annotation is convenyed as an annotation, and +
                                                              • the annotation is presented as an annotation, and
                                                              • the annotation is only associated with the first base, not shared with the others.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-011.html b/html-ruby-extensions/html-ruby-011.html index 5671329ddba28c..e9c69de860c5b0 100644 --- a/html-ruby-extensions/html-ruby-011.html +++ b/html-ruby-extensions/html-ruby-011.html @@ -22,7 +22,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, the first being annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, the first being annotated with its pronunciation. “” is annotated by “じょう”. “” is not annotated. “” is not annotated. @@ -30,13 +30,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • the annotation is convenyed as an annotation, and +
                                                              • the annotation is presented as an annotation, and
                                                              • the annotation is only associated with the first base, not shared with the others.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-012.html b/html-ruby-extensions/html-ruby-012.html index e68fdc811ebdfd..fb36fec2ae86a9 100644 --- a/html-ruby-extensions/html-ruby-012.html +++ b/html-ruby-extensions/html-ruby-012.html @@ -15,12 +15,12 @@ -

                                                              The example below consists of 2 base characters (今日), jointly annotated with their pronuntiation (きょう). +

                                                              The example below consists of 2 base characters (今日), jointly annotated with their pronunciation (きょう). For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:

                                                              • the base characters are presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • the annotation is convenyed as an annotation, and +
                                                              • the annotation is presented as an annotation, and
                                                              • the annotation is jointly associated with the whole base, not just part of it.
                                                              diff --git a/html-ruby-extensions/html-ruby-013.html b/html-ruby-extensions/html-ruby-013.html index fa9bafe7326dc4..b4b79662e2b7c4 100644 --- a/html-ruby-extensions/html-ruby-013.html +++ b/html-ruby-extensions/html-ruby-013.html @@ -22,7 +22,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -30,13 +30,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-014.html b/html-ruby-extensions/html-ruby-014.html index 977332e97a94b9..02ec3ab0627ad5 100644 --- a/html-ruby-extensions/html-ruby-014.html +++ b/html-ruby-extensions/html-ruby-014.html @@ -31,13 +31,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-015.html b/html-ruby-extensions/html-ruby-015.html index 500a78c2b3ae83..cd8a1a6923321c 100644 --- a/html-ruby-extensions/html-ruby-015.html +++ b/html-ruby-extensions/html-ruby-015.html @@ -26,7 +26,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -35,14 +35,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the excess annotation appears to be annotating an empty base next to the first one.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-101.html b/html-ruby-extensions/html-ruby-101.html index 4c57f30615bb72..b38608f667ac5b 100644 --- a/html-ruby-extensions/html-ruby-101.html +++ b/html-ruby-extensions/html-ruby-101.html @@ -23,7 +23,7 @@ .r3 { color: purple; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -31,13 +31,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-102.html b/html-ruby-extensions/html-ruby-102.html index a05deb53089e04..a991fadc758131 100644 --- a/html-ruby-extensions/html-ruby-102.html +++ b/html-ruby-extensions/html-ruby-102.html @@ -24,7 +24,7 @@ .r3 { color: purple; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -32,13 +32,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-103.html b/html-ruby-extensions/html-ruby-103.html index a8d79aa7270466..fffd31ce468135 100644 --- a/html-ruby-extensions/html-ruby-103.html +++ b/html-ruby-extensions/html-ruby-103.html @@ -24,7 +24,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -32,13 +32,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-104.html b/html-ruby-extensions/html-ruby-104.html index c3d2a6e99f3925..0c1acceee29c76 100644 --- a/html-ruby-extensions/html-ruby-104.html +++ b/html-ruby-extensions/html-ruby-104.html @@ -25,7 +25,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -33,13 +33,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-105.html b/html-ruby-extensions/html-ruby-105.html index e288f0c78de0d1..f1d1c77982115e 100644 --- a/html-ruby-extensions/html-ruby-105.html +++ b/html-ruby-extensions/html-ruby-105.html @@ -25,7 +25,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -33,13 +33,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-106.html b/html-ruby-extensions/html-ruby-106.html index cb6ac3241101bd..7f5b1d0b0b6556 100644 --- a/html-ruby-extensions/html-ruby-106.html +++ b/html-ruby-extensions/html-ruby-106.html @@ -25,7 +25,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -33,13 +33,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-107.html b/html-ruby-extensions/html-ruby-107.html index 72ccb4609105de..ec1523d0897bec 100644 --- a/html-ruby-extensions/html-ruby-107.html +++ b/html-ruby-extensions/html-ruby-107.html @@ -25,7 +25,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -33,13 +33,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-108.html b/html-ruby-extensions/html-ruby-108.html index 3e2d8d8c4721de..9ac37b58682d98 100644 --- a/html-ruby-extensions/html-ruby-108.html +++ b/html-ruby-extensions/html-ruby-108.html @@ -27,7 +27,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -36,14 +36,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the excess annotation appears to be annotating an empty base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-109.html b/html-ruby-extensions/html-ruby-109.html index 6ea45646025ffe..e197c4034775ab 100644 --- a/html-ruby-extensions/html-ruby-109.html +++ b/html-ruby-extensions/html-ruby-109.html @@ -27,7 +27,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -36,14 +36,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the excess annotation appears to be annotating an empty base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-110.html b/html-ruby-extensions/html-ruby-110.html index 0ad7946e46100f..7cba65464ea344 100644 --- a/html-ruby-extensions/html-ruby-110.html +++ b/html-ruby-extensions/html-ruby-110.html @@ -24,7 +24,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, the first being annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, the first being annotated with its pronunciation. “” is annotated by “じょう”. “” is not annotated. “” is not annotated. @@ -32,13 +32,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • the annotation is convenyed as an annotation, and +
                                                              • the annotation is presented as an annotation, and
                                                              • the annotation is only associated with the first base, not shared with the others.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-111.html b/html-ruby-extensions/html-ruby-111.html index 95d7937469276b..7f7c7eacd7d351 100644 --- a/html-ruby-extensions/html-ruby-111.html +++ b/html-ruby-extensions/html-ruby-111.html @@ -24,7 +24,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, the first being annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, the first being annotated with its pronunciation. “” is annotated by “じょう”. “” is not annotated. “” is not annotated. @@ -32,13 +32,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • the annotation is convenyed as an annotation, and +
                                                              • the annotation is presented as an annotation, and
                                                              • the annotation is only associated with the first base, not shared with the others.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-112.html b/html-ruby-extensions/html-ruby-112.html index 39eba07c1e8508..01b2888a202b01 100644 --- a/html-ruby-extensions/html-ruby-112.html +++ b/html-ruby-extensions/html-ruby-112.html @@ -17,12 +17,12 @@ -

                                                              The example below consists of 2 base characters (今日), jointly annotated with their pronuntiation (きょう). +

                                                              The example below consists of 2 base characters (今日), jointly annotated with their pronunciation (きょう). For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:

                                                              • the base characters are presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • the annotation is convenyed as an annotation, and +
                                                              • the annotation is presented as an annotation, and
                                                              • the annotation is jointly associated with the whole base, not just part of it.
                                                              diff --git a/html-ruby-extensions/html-ruby-201.html b/html-ruby-extensions/html-ruby-201.html index f54076dd255128..14cd2634fc133e 100644 --- a/html-ruby-extensions/html-ruby-201.html +++ b/html-ruby-extensions/html-ruby-201.html @@ -24,7 +24,7 @@ .r3 { color: purple; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -32,13 +32,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-202.html b/html-ruby-extensions/html-ruby-202.html index ad563e668f37e5..922f5f09f693d8 100644 --- a/html-ruby-extensions/html-ruby-202.html +++ b/html-ruby-extensions/html-ruby-202.html @@ -25,7 +25,7 @@ .r3 { color: purple; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -33,13 +33,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-203.html b/html-ruby-extensions/html-ruby-203.html index 9b214f3ca5e188..7c81aef202ff9a 100644 --- a/html-ruby-extensions/html-ruby-203.html +++ b/html-ruby-extensions/html-ruby-203.html @@ -25,7 +25,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -33,13 +33,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-204.html b/html-ruby-extensions/html-ruby-204.html index 093e5775789638..15c36d1ed4d243 100644 --- a/html-ruby-extensions/html-ruby-204.html +++ b/html-ruby-extensions/html-ruby-204.html @@ -26,7 +26,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -34,13 +34,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-205.html b/html-ruby-extensions/html-ruby-205.html index 64bb461c8f8b80..e9911739aaed9e 100644 --- a/html-ruby-extensions/html-ruby-205.html +++ b/html-ruby-extensions/html-ruby-205.html @@ -26,7 +26,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -34,13 +34,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-206.html b/html-ruby-extensions/html-ruby-206.html index d657c4dee1a4fa..01658179b3d3be 100644 --- a/html-ruby-extensions/html-ruby-206.html +++ b/html-ruby-extensions/html-ruby-206.html @@ -26,7 +26,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -34,13 +34,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-207.html b/html-ruby-extensions/html-ruby-207.html index c2de7d10b84010..1e4b56f24ea183 100644 --- a/html-ruby-extensions/html-ruby-207.html +++ b/html-ruby-extensions/html-ruby-207.html @@ -26,7 +26,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -34,13 +34,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-208.html b/html-ruby-extensions/html-ruby-208.html index e0773a6c24e575..fb7ce3d24359a0 100644 --- a/html-ruby-extensions/html-ruby-208.html +++ b/html-ruby-extensions/html-ruby-208.html @@ -28,7 +28,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -37,14 +37,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the excess annotation appears to be annotating an empty base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-209.html b/html-ruby-extensions/html-ruby-209.html index 7777a165e3dbf5..4037dd710aa83a 100644 --- a/html-ruby-extensions/html-ruby-209.html +++ b/html-ruby-extensions/html-ruby-209.html @@ -28,7 +28,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -37,14 +37,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the excess annotation appears to be annotating an empty base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-210.html b/html-ruby-extensions/html-ruby-210.html index 6943bb41a193c5..39e4526dbe8ddd 100644 --- a/html-ruby-extensions/html-ruby-210.html +++ b/html-ruby-extensions/html-ruby-210.html @@ -25,7 +25,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, the first being annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, the first being annotated with its pronunciation. “” is annotated by “じょう”. “” is not annotated. “” is not annotated. @@ -33,13 +33,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • the annotation is convenyed as an annotation, and +
                                                              • the annotation is presented as an annotation, and
                                                              • the annotation is only associated with the first base, not shared with the others.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-211.html b/html-ruby-extensions/html-ruby-211.html index 63090ab9e221ce..718cb721e8b83b 100644 --- a/html-ruby-extensions/html-ruby-211.html +++ b/html-ruby-extensions/html-ruby-211.html @@ -25,7 +25,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, the first being annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, the first being annotated with its pronunciation. “” is annotated by “じょう”. “” is not annotated. “” is not annotated. @@ -33,13 +33,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • the annotation is convenyed as an annotation, and +
                                                              • the annotation is presented as an annotation, and
                                                              • the annotation is only associated with the first base, not shared with the others.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-212.html b/html-ruby-extensions/html-ruby-212.html index 2d537f3f873844..7a8566341bace3 100644 --- a/html-ruby-extensions/html-ruby-212.html +++ b/html-ruby-extensions/html-ruby-212.html @@ -18,12 +18,12 @@ -

                                                              The example below consists of 2 base characters (今日), jointly annotated with their pronuntiation (きょう). +

                                                              The example below consists of 2 base characters (今日), jointly annotated with their pronunciation (きょう). For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:

                                                              • the base characters are presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • the annotation is convenyed as an annotation, and +
                                                              • the annotation is presented as an annotation, and
                                                              • the annotation is jointly associated with the whole base, not just part of it.
                                                              diff --git a/html-ruby-extensions/html-ruby-301.html b/html-ruby-extensions/html-ruby-301.html index b2b7d5cc0e9860..f50b215d01d458 100644 --- a/html-ruby-extensions/html-ruby-301.html +++ b/html-ruby-extensions/html-ruby-301.html @@ -21,7 +21,7 @@ .r3 { color: purple; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -29,13 +29,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-302.html b/html-ruby-extensions/html-ruby-302.html index 1c94a6af4a3538..f37f75600664c5 100644 --- a/html-ruby-extensions/html-ruby-302.html +++ b/html-ruby-extensions/html-ruby-302.html @@ -22,7 +22,7 @@ .r3 { color: purple; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -30,13 +30,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-303.html b/html-ruby-extensions/html-ruby-303.html index a40023986792a1..7ffa434734d3a9 100644 --- a/html-ruby-extensions/html-ruby-303.html +++ b/html-ruby-extensions/html-ruby-303.html @@ -22,7 +22,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -30,13 +30,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-304.html b/html-ruby-extensions/html-ruby-304.html index cc0b3e9fdfd091..aedc7364301acb 100644 --- a/html-ruby-extensions/html-ruby-304.html +++ b/html-ruby-extensions/html-ruby-304.html @@ -23,7 +23,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -31,13 +31,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-305.html b/html-ruby-extensions/html-ruby-305.html index add6ace30c9158..00c272cffcb7de 100644 --- a/html-ruby-extensions/html-ruby-305.html +++ b/html-ruby-extensions/html-ruby-305.html @@ -24,7 +24,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -32,13 +32,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-306.html b/html-ruby-extensions/html-ruby-306.html index e145bf62fbc429..7951bccdbe845e 100644 --- a/html-ruby-extensions/html-ruby-306.html +++ b/html-ruby-extensions/html-ruby-306.html @@ -24,7 +24,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -32,13 +32,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-307.html b/html-ruby-extensions/html-ruby-307.html index 4fa68180a39386..b000ebcd2a6546 100644 --- a/html-ruby-extensions/html-ruby-307.html +++ b/html-ruby-extensions/html-ruby-307.html @@ -24,7 +24,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -32,13 +32,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-308.html b/html-ruby-extensions/html-ruby-308.html index e650069bb12137..1db26c91d2b36d 100644 --- a/html-ruby-extensions/html-ruby-308.html +++ b/html-ruby-extensions/html-ruby-308.html @@ -26,7 +26,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -35,14 +35,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the excess annotation appears to be annotating an empty base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-309.html b/html-ruby-extensions/html-ruby-309.html index a9ccef7953efd2..6d00bc1c3b431c 100644 --- a/html-ruby-extensions/html-ruby-309.html +++ b/html-ruby-extensions/html-ruby-309.html @@ -26,7 +26,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -35,14 +35,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the excess annotation appears to be annotating an empty base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-310.html b/html-ruby-extensions/html-ruby-310.html index dc79c7e19b217d..0fdd7b28735617 100644 --- a/html-ruby-extensions/html-ruby-310.html +++ b/html-ruby-extensions/html-ruby-310.html @@ -23,7 +23,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, the first being annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, the first being annotated with its pronunciation. “” is annotated by “じょう”. “” is not annotated. “” is not annotated. @@ -31,13 +31,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • the annotation is convenyed as an annotation, and +
                                                              • the annotation is presented as an annotation, and
                                                              • the annotation is only associated with the first base, not shared with the others.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-311.html b/html-ruby-extensions/html-ruby-311.html index 0a0ee4fb480df6..2e265fa957a8a9 100644 --- a/html-ruby-extensions/html-ruby-311.html +++ b/html-ruby-extensions/html-ruby-311.html @@ -22,7 +22,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, the first being annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, the first being annotated with its pronunciation. “” is annotated by “じょう”. “” is not annotated. “” is not annotated. @@ -30,13 +30,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • the annotation is convenyed as an annotation, and +
                                                              • the annotation is presented as an annotation, and
                                                              • the annotation is only associated with the first base, not shared with the others.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-312.html b/html-ruby-extensions/html-ruby-312.html index f783ee64e06bee..b96bd2ff127b85 100644 --- a/html-ruby-extensions/html-ruby-312.html +++ b/html-ruby-extensions/html-ruby-312.html @@ -15,12 +15,12 @@ -

                                                              The example below consists of 2 base characters (今日), jointly annotated with their pronuntiation (きょう). +

                                                              The example below consists of 2 base characters (今日), jointly annotated with their pronunciation (きょう). For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:

                                                              • the base characters are presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • the annotation is convenyed as an annotation, and +
                                                              • the annotation is presented as an annotation, and
                                                              • the annotation is jointly associated with the whole base, not just part of it.
                                                              diff --git a/html-ruby-extensions/html-ruby-313.html b/html-ruby-extensions/html-ruby-313.html index 3a98482721e111..c3ba8d107855ba 100644 --- a/html-ruby-extensions/html-ruby-313.html +++ b/html-ruby-extensions/html-ruby-313.html @@ -22,7 +22,7 @@ .r3 { color: purple; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -30,13 +30,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-314.html b/html-ruby-extensions/html-ruby-314.html index 34053398bcd1a9..feac2ea9f7f13b 100644 --- a/html-ruby-extensions/html-ruby-314.html +++ b/html-ruby-extensions/html-ruby-314.html @@ -23,7 +23,7 @@ .r3 { color: purple; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -31,13 +31,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-315.html b/html-ruby-extensions/html-ruby-315.html index 1c4f04ead924d2..e38e74544457d2 100644 --- a/html-ruby-extensions/html-ruby-315.html +++ b/html-ruby-extensions/html-ruby-315.html @@ -23,7 +23,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -31,13 +31,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-316.html b/html-ruby-extensions/html-ruby-316.html index d1e1dd2c8ecf2a..074a72a03a820f 100644 --- a/html-ruby-extensions/html-ruby-316.html +++ b/html-ruby-extensions/html-ruby-316.html @@ -24,7 +24,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -32,13 +32,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-401.html b/html-ruby-extensions/html-ruby-401.html index 241fd474ab8168..a4c29a5dd751cd 100644 --- a/html-ruby-extensions/html-ruby-401.html +++ b/html-ruby-extensions/html-ruby-401.html @@ -24,7 +24,7 @@ .r3 { color: purple; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -32,13 +32,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-402.html b/html-ruby-extensions/html-ruby-402.html index a6906590c4ea99..359a6f34d6189f 100644 --- a/html-ruby-extensions/html-ruby-402.html +++ b/html-ruby-extensions/html-ruby-402.html @@ -25,7 +25,7 @@ .r3 { color: purple; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -33,13 +33,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-403.html b/html-ruby-extensions/html-ruby-403.html index 0fd45a0a9e116e..edaaeeb4b5ac70 100644 --- a/html-ruby-extensions/html-ruby-403.html +++ b/html-ruby-extensions/html-ruby-403.html @@ -25,7 +25,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -33,13 +33,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-404.html b/html-ruby-extensions/html-ruby-404.html index bbb155964b1f12..8fb3be48261158 100644 --- a/html-ruby-extensions/html-ruby-404.html +++ b/html-ruby-extensions/html-ruby-404.html @@ -26,7 +26,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -34,13 +34,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-405.html b/html-ruby-extensions/html-ruby-405.html index fe2837ba5d3c95..84f41fe8b9980d 100644 --- a/html-ruby-extensions/html-ruby-405.html +++ b/html-ruby-extensions/html-ruby-405.html @@ -27,7 +27,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -35,13 +35,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-406.html b/html-ruby-extensions/html-ruby-406.html index 9b3f819a6d0f34..d744edf39d5219 100644 --- a/html-ruby-extensions/html-ruby-406.html +++ b/html-ruby-extensions/html-ruby-406.html @@ -27,7 +27,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -35,13 +35,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-407.html b/html-ruby-extensions/html-ruby-407.html index 14f3396debd50d..8d27095d923bb6 100644 --- a/html-ruby-extensions/html-ruby-407.html +++ b/html-ruby-extensions/html-ruby-407.html @@ -27,7 +27,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -35,13 +35,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-408.html b/html-ruby-extensions/html-ruby-408.html index b219a2710c240a..42a104b948b5a8 100644 --- a/html-ruby-extensions/html-ruby-408.html +++ b/html-ruby-extensions/html-ruby-408.html @@ -29,7 +29,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -38,14 +38,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the excess annotation appears to be annotating an empty base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-409.html b/html-ruby-extensions/html-ruby-409.html index 521ece43296f62..72b50353f375bd 100644 --- a/html-ruby-extensions/html-ruby-409.html +++ b/html-ruby-extensions/html-ruby-409.html @@ -29,7 +29,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -38,14 +38,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the excess annotation appears to be annotating an empty base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-410.html b/html-ruby-extensions/html-ruby-410.html index 29a9887eb93526..489535fb1f2164 100644 --- a/html-ruby-extensions/html-ruby-410.html +++ b/html-ruby-extensions/html-ruby-410.html @@ -26,7 +26,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, the first being annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, the first being annotated with its pronunciation. “” is annotated by “じょう”. “” is not annotated. “” is not annotated. @@ -34,13 +34,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • the annotation is convenyed as an annotation, and +
                                                              • the annotation is presented as an annotation, and
                                                              • the annotation is only associated with the first base, not shared with the others.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-411.html b/html-ruby-extensions/html-ruby-411.html index 2979b616fd02e6..d566ffd207b3df 100644 --- a/html-ruby-extensions/html-ruby-411.html +++ b/html-ruby-extensions/html-ruby-411.html @@ -25,7 +25,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, the first being annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, the first being annotated with its pronunciation. “” is annotated by “じょう”. “” is not annotated. “” is not annotated. @@ -33,13 +33,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • the annotation is convenyed as an annotation, and +
                                                              • the annotation is presented as an annotation, and
                                                              • the annotation is only associated with the first base, not shared with the others.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-412.html b/html-ruby-extensions/html-ruby-412.html index 67dee5964d5b1e..7e9f912d1e9b4e 100644 --- a/html-ruby-extensions/html-ruby-412.html +++ b/html-ruby-extensions/html-ruby-412.html @@ -18,12 +18,12 @@ -

                                                              The example below consists of 2 base characters (今日), jointly annotated with their pronuntiation (きょう). +

                                                              The example below consists of 2 base characters (今日), jointly annotated with their pronunciation (きょう). For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:

                                                              • the base characters are presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • the annotation is convenyed as an annotation, and +
                                                              • the annotation is presented as an annotation, and
                                                              • the annotation is jointly associated with the whole base, not just part of it.
                                                              diff --git a/html-ruby-extensions/html-ruby-413.html b/html-ruby-extensions/html-ruby-413.html index d210f80290066d..9aa244cb758bb9 100644 --- a/html-ruby-extensions/html-ruby-413.html +++ b/html-ruby-extensions/html-ruby-413.html @@ -24,7 +24,7 @@ .r3 { color: purple; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -32,13 +32,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-414.html b/html-ruby-extensions/html-ruby-414.html index 771477adc97fd9..9d7c95999e8ed8 100644 --- a/html-ruby-extensions/html-ruby-414.html +++ b/html-ruby-extensions/html-ruby-414.html @@ -25,7 +25,7 @@ .r3 { color: purple; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -33,13 +33,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-415.html b/html-ruby-extensions/html-ruby-415.html index 94ad02fb722784..13e00202691eba 100644 --- a/html-ruby-extensions/html-ruby-415.html +++ b/html-ruby-extensions/html-ruby-415.html @@ -25,7 +25,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -33,13 +33,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-416.html b/html-ruby-extensions/html-ruby-416.html index bb21cd95996ff6..5121a9e0165bc7 100644 --- a/html-ruby-extensions/html-ruby-416.html +++ b/html-ruby-extensions/html-ruby-416.html @@ -26,7 +26,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -34,13 +34,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-501.html b/html-ruby-extensions/html-ruby-501.html index 4006eb3faf6003..fde38b9a9ba5b4 100644 --- a/html-ruby-extensions/html-ruby-501.html +++ b/html-ruby-extensions/html-ruby-501.html @@ -20,7 +20,7 @@ This test passes if:

                                                              • the base characters are presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • each annotation is jointly associated with the whole base, not just part of it.
                                                              diff --git a/html-ruby-extensions/html-ruby-502.html b/html-ruby-extensions/html-ruby-502.html index a043bbcbdec2bd..01f7afb7136d81 100644 --- a/html-ruby-extensions/html-ruby-502.html +++ b/html-ruby-extensions/html-ruby-502.html @@ -28,13 +28,13 @@ This test passes if:
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-503.html b/html-ruby-extensions/html-ruby-503.html index ffb3af2cbea53e..ef8f946c638673 100644 --- a/html-ruby-extensions/html-ruby-503.html +++ b/html-ruby-extensions/html-ruby-503.html @@ -31,14 +31,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the joint annotation is associated with the whole base, not just a part.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-504.html b/html-ruby-extensions/html-ruby-504.html index 931e3abf2ed12a..534f384518b5dc 100644 --- a/html-ruby-extensions/html-ruby-504.html +++ b/html-ruby-extensions/html-ruby-504.html @@ -31,14 +31,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the joint annotation is associated with the whole base, not just a part.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-601.html b/html-ruby-extensions/html-ruby-601.html index 738beda91f1013..8c89dd6484345b 100644 --- a/html-ruby-extensions/html-ruby-601.html +++ b/html-ruby-extensions/html-ruby-601.html @@ -23,7 +23,7 @@ This test passes if:

                                                              • the base characters are presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • each annotation is jointly associated with the whole base, not just part of it.
                                                              diff --git a/html-ruby-extensions/html-ruby-602.html b/html-ruby-extensions/html-ruby-602.html index 8dace98f1e819d..0bd39776dd36ac 100644 --- a/html-ruby-extensions/html-ruby-602.html +++ b/html-ruby-extensions/html-ruby-602.html @@ -31,13 +31,13 @@ This test passes if:
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-603.html b/html-ruby-extensions/html-ruby-603.html index f796ef9c00cced..a2d9217cea1c8e 100644 --- a/html-ruby-extensions/html-ruby-603.html +++ b/html-ruby-extensions/html-ruby-603.html @@ -34,14 +34,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the joint annotation is associated with the whole base, not just a part.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/html-ruby-604.html b/html-ruby-extensions/html-ruby-604.html index a09116577e78a5..d85393cdb44c06 100644 --- a/html-ruby-extensions/html-ruby-604.html +++ b/html-ruby-extensions/html-ruby-604.html @@ -33,14 +33,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the joint annotation is associated with the whole base, not just a part.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-001-a-ref.html b/html-ruby-extensions/reference/html-ruby-001-a-ref.html index 30126714f6248d..541d58ae6734a3 100644 --- a/html-ruby-extensions/reference/html-ruby-001-a-ref.html +++ b/html-ruby-extensions/reference/html-ruby-001-a-ref.html @@ -9,7 +9,7 @@ .r3 { color: purple; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -17,13 +17,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-001-b-ref.html b/html-ruby-extensions/reference/html-ruby-001-b-ref.html index f649da821a5706..4015aa98e1a5de 100644 --- a/html-ruby-extensions/reference/html-ruby-001-b-ref.html +++ b/html-ruby-extensions/reference/html-ruby-001-b-ref.html @@ -9,7 +9,7 @@ .r3 { color: purple; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -17,13 +17,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-001-c-ref.html b/html-ruby-extensions/reference/html-ruby-001-c-ref.html index a79bcc62170c38..f54a43b3e322a6 100644 --- a/html-ruby-extensions/reference/html-ruby-001-c-ref.html +++ b/html-ruby-extensions/reference/html-ruby-001-c-ref.html @@ -10,7 +10,7 @@ .s { font-size: 50%; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -18,13 +18,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-001-d-ref.html b/html-ruby-extensions/reference/html-ruby-001-d-ref.html index 8a47c38de3723f..d12b4cdc7eef69 100644 --- a/html-ruby-extensions/reference/html-ruby-001-d-ref.html +++ b/html-ruby-extensions/reference/html-ruby-001-d-ref.html @@ -10,7 +10,7 @@ .s { font-size: 50%; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -18,13 +18,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-001-e-ref.html b/html-ruby-extensions/reference/html-ruby-001-e-ref.html index e5ff8e32e733c2..3ed349acfe8d4b 100644 --- a/html-ruby-extensions/reference/html-ruby-001-e-ref.html +++ b/html-ruby-extensions/reference/html-ruby-001-e-ref.html @@ -9,7 +9,7 @@ .r3 { color: purple; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -17,13 +17,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-001-f-ref.html b/html-ruby-extensions/reference/html-ruby-001-f-ref.html index b6e3b0ada387d3..a2c7d478bb1ad1 100644 --- a/html-ruby-extensions/reference/html-ruby-001-f-ref.html +++ b/html-ruby-extensions/reference/html-ruby-001-f-ref.html @@ -9,7 +9,7 @@ .r3 { color: purple; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -17,13 +17,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-001-g-ref.html b/html-ruby-extensions/reference/html-ruby-001-g-ref.html index d036b5c507aadf..daf7e7c3d8e072 100644 --- a/html-ruby-extensions/reference/html-ruby-001-g-ref.html +++ b/html-ruby-extensions/reference/html-ruby-001-g-ref.html @@ -10,7 +10,7 @@ .s { font-size: 50%; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -18,13 +18,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-001-y-ref.html b/html-ruby-extensions/reference/html-ruby-001-y-ref.html index ccd0f65ecfebb8..c0dab0d02ff307 100644 --- a/html-ruby-extensions/reference/html-ruby-001-y-ref.html +++ b/html-ruby-extensions/reference/html-ruby-001-y-ref.html @@ -9,7 +9,7 @@ .r3 { color: purple; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -17,13 +17,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-001-z-ref.html b/html-ruby-extensions/reference/html-ruby-001-z-ref.html index eba98d41860452..cfc9efb3864c10 100644 --- a/html-ruby-extensions/reference/html-ruby-001-z-ref.html +++ b/html-ruby-extensions/reference/html-ruby-001-z-ref.html @@ -9,7 +9,7 @@ .r3 { color: purple; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -17,13 +17,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-008-a-ref.html b/html-ruby-extensions/reference/html-ruby-008-a-ref.html index b540321be2fa5a..9b9d3a09e0f722 100644 --- a/html-ruby-extensions/reference/html-ruby-008-a-ref.html +++ b/html-ruby-extensions/reference/html-ruby-008-a-ref.html @@ -9,7 +9,7 @@ .r3 { color: purple; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -18,14 +18,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the excess annotation appears to be annotating an empty base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-008-b-ref.html b/html-ruby-extensions/reference/html-ruby-008-b-ref.html index 7a66166faf2369..9c4f5e969593bf 100644 --- a/html-ruby-extensions/reference/html-ruby-008-b-ref.html +++ b/html-ruby-extensions/reference/html-ruby-008-b-ref.html @@ -9,7 +9,7 @@ .r3 { color: purple; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -18,14 +18,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the excess annotation appears to be annotating an empty base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-008-c-ref.html b/html-ruby-extensions/reference/html-ruby-008-c-ref.html index 0541793069d064..5026298e07ce8f 100644 --- a/html-ruby-extensions/reference/html-ruby-008-c-ref.html +++ b/html-ruby-extensions/reference/html-ruby-008-c-ref.html @@ -10,7 +10,7 @@ .s { font-size: 50%; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -19,14 +19,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the excess annotation appears to be annotating an empty base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-008-d-ref.html b/html-ruby-extensions/reference/html-ruby-008-d-ref.html index 4b302b58563577..6ae1fff6e7ce06 100644 --- a/html-ruby-extensions/reference/html-ruby-008-d-ref.html +++ b/html-ruby-extensions/reference/html-ruby-008-d-ref.html @@ -10,7 +10,7 @@ .s { font-size: 50%; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -19,14 +19,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the excess annotation appears to be annotating an empty base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-008-e-ref.html b/html-ruby-extensions/reference/html-ruby-008-e-ref.html index f1186070506524..b9e7efb22b9c8d 100644 --- a/html-ruby-extensions/reference/html-ruby-008-e-ref.html +++ b/html-ruby-extensions/reference/html-ruby-008-e-ref.html @@ -9,7 +9,7 @@ .r3 { color: purple; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -18,14 +18,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the excess annotation appears to be annotating an empty base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-008-f-ref.html b/html-ruby-extensions/reference/html-ruby-008-f-ref.html index 0fdb1c511125d0..b5de45b0251ccb 100644 --- a/html-ruby-extensions/reference/html-ruby-008-f-ref.html +++ b/html-ruby-extensions/reference/html-ruby-008-f-ref.html @@ -9,7 +9,7 @@ .r3 { color: purple; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -18,14 +18,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the excess annotation appears to be annotating an empty base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-008-g-ref.html b/html-ruby-extensions/reference/html-ruby-008-g-ref.html index 6b09ac35861f9a..1bc3c54a511761 100644 --- a/html-ruby-extensions/reference/html-ruby-008-g-ref.html +++ b/html-ruby-extensions/reference/html-ruby-008-g-ref.html @@ -10,7 +10,7 @@ .s { font-size: 50%; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -19,14 +19,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the excess annotation appears to be annotating an empty base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-008-h-ref.html b/html-ruby-extensions/reference/html-ruby-008-h-ref.html index afa72273a63ac2..376bf9e93ab6e2 100644 --- a/html-ruby-extensions/reference/html-ruby-008-h-ref.html +++ b/html-ruby-extensions/reference/html-ruby-008-h-ref.html @@ -10,7 +10,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -19,14 +19,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the excess annotation appears to be annotating an empty base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-008-i-ref.html b/html-ruby-extensions/reference/html-ruby-008-i-ref.html index cefc2e5e426e71..0793991d085166 100644 --- a/html-ruby-extensions/reference/html-ruby-008-i-ref.html +++ b/html-ruby-extensions/reference/html-ruby-008-i-ref.html @@ -11,7 +11,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -20,14 +20,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the excess annotation appears to be annotating an empty base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-008-y-ref.html b/html-ruby-extensions/reference/html-ruby-008-y-ref.html index 2c88bdde3641e4..f082642d4b7fca 100644 --- a/html-ruby-extensions/reference/html-ruby-008-y-ref.html +++ b/html-ruby-extensions/reference/html-ruby-008-y-ref.html @@ -9,7 +9,7 @@ .r3 { color: purple; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -18,14 +18,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the excess annotation appears to be annotating an empty base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-008-z-ref.html b/html-ruby-extensions/reference/html-ruby-008-z-ref.html index 95b28be087acd0..6387c025f21ca9 100644 --- a/html-ruby-extensions/reference/html-ruby-008-z-ref.html +++ b/html-ruby-extensions/reference/html-ruby-008-z-ref.html @@ -9,7 +9,7 @@ .r3 { color: purple; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -18,14 +18,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the excess annotation appears to be annotating an empty base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-010-a-ref.html b/html-ruby-extensions/reference/html-ruby-010-a-ref.html index 6e7d5a078c4d27..e98827b5ec024a 100644 --- a/html-ruby-extensions/reference/html-ruby-010-a-ref.html +++ b/html-ruby-extensions/reference/html-ruby-010-a-ref.html @@ -9,7 +9,7 @@ .r3 { color: purple; } -

                                                              The example below consists of 3 base characters, the first being annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, the first being annotated with its pronunciation. “” is annotated by “じょう”. “” is not annotated. “” is not annotated. @@ -17,13 +17,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • the annotation is convenyed as an annotation, and +
                                                              • the annotation is presented as an annotation, and
                                                              • the annotation is only associated with the first base, not shared with the others.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-010-b-ref.html b/html-ruby-extensions/reference/html-ruby-010-b-ref.html index 84b1c69f5a10fa..40ff86cb251816 100644 --- a/html-ruby-extensions/reference/html-ruby-010-b-ref.html +++ b/html-ruby-extensions/reference/html-ruby-010-b-ref.html @@ -9,7 +9,7 @@ .r3 { color: purple; } -

                                                              The example below consists of 3 base characters, the first being annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, the first being annotated with its pronunciation. “” is annotated by “じょう”. “” is not annotated. “” is not annotated. @@ -17,13 +17,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • the annotation is convenyed as an annotation, and +
                                                              • the annotation is presented as an annotation, and
                                                              • the annotation is only associated with the first base, not shared with the others.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-010-c-ref.html b/html-ruby-extensions/reference/html-ruby-010-c-ref.html index ec87aa2300b80b..e400052b809142 100644 --- a/html-ruby-extensions/reference/html-ruby-010-c-ref.html +++ b/html-ruby-extensions/reference/html-ruby-010-c-ref.html @@ -10,7 +10,7 @@ .s { font-size: 50%; } -

                                                              The example below consists of 3 base characters, the first being annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, the first being annotated with its pronunciation. “” is annotated by “じょう”. “” is not annotated. “” is not annotated. @@ -18,13 +18,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • the annotation is convenyed as an annotation, and +
                                                              • the annotation is presented as an annotation, and
                                                              • the annotation is only associated with the first base, not shared with the others.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-010-d-ref.html b/html-ruby-extensions/reference/html-ruby-010-d-ref.html index 29bc394a86c3b6..35e375dce2de39 100644 --- a/html-ruby-extensions/reference/html-ruby-010-d-ref.html +++ b/html-ruby-extensions/reference/html-ruby-010-d-ref.html @@ -10,7 +10,7 @@ .s { font-size: 50%; } -

                                                              The example below consists of 3 base characters, the first being annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, the first being annotated with its pronunciation. “” is annotated by “じょう”. “” is not annotated. “” is not annotated. @@ -18,13 +18,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • the annotation is convenyed as an annotation, and +
                                                              • the annotation is presented as an annotation, and
                                                              • the annotation is only associated with the first base, not shared with the others.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-010-e-ref.html b/html-ruby-extensions/reference/html-ruby-010-e-ref.html index 037fd9140e7a64..3d33a0849e2259 100644 --- a/html-ruby-extensions/reference/html-ruby-010-e-ref.html +++ b/html-ruby-extensions/reference/html-ruby-010-e-ref.html @@ -9,7 +9,7 @@ .r3 { color: purple; } -

                                                              The example below consists of 3 base characters, the first being annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, the first being annotated with its pronunciation. “” is annotated by “じょう”. “” is not annotated. “” is not annotated. @@ -17,13 +17,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • the annotation is convenyed as an annotation, and +
                                                              • the annotation is presented as an annotation, and
                                                              • the annotation is only associated with the first base, not shared with the others.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-010-f-ref.html b/html-ruby-extensions/reference/html-ruby-010-f-ref.html index 4d07f196fb3766..70122ae89e4984 100644 --- a/html-ruby-extensions/reference/html-ruby-010-f-ref.html +++ b/html-ruby-extensions/reference/html-ruby-010-f-ref.html @@ -9,7 +9,7 @@ .r3 { color: purple; } -

                                                              The example below consists of 3 base characters, the first being annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, the first being annotated with its pronunciation. “” is annotated by “じょう”. “” is not annotated. “” is not annotated. @@ -17,13 +17,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • the annotation is convenyed as an annotation, and +
                                                              • the annotation is presented as an annotation, and
                                                              • the annotation is only associated with the first base, not shared with the others.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-010-y-ref.html b/html-ruby-extensions/reference/html-ruby-010-y-ref.html index c2fa83818d4edf..1ac3cf34a76385 100644 --- a/html-ruby-extensions/reference/html-ruby-010-y-ref.html +++ b/html-ruby-extensions/reference/html-ruby-010-y-ref.html @@ -9,7 +9,7 @@ .r3 { color: purple; } -

                                                              The example below consists of 3 base characters, the first being annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, the first being annotated with its pronunciation. “” is annotated by “じょう”. “” is not annotated. “” is not annotated. @@ -17,13 +17,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • the annotation is convenyed as an annotation, and +
                                                              • the annotation is presented as an annotation, and
                                                              • the annotation is only associated with the first base, not shared with the others.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-010-z-ref.html b/html-ruby-extensions/reference/html-ruby-010-z-ref.html index 78a8b8d4238f78..629259ad8647ac 100644 --- a/html-ruby-extensions/reference/html-ruby-010-z-ref.html +++ b/html-ruby-extensions/reference/html-ruby-010-z-ref.html @@ -9,7 +9,7 @@ .r3 { color: purple; } -

                                                              The example below consists of 3 base characters, the first being annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, the first being annotated with its pronunciation. “” is annotated by “じょう”. “” is not annotated. “” is not annotated. @@ -17,13 +17,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • the annotation is convenyed as an annotation, and +
                                                              • the annotation is presented as an annotation, and
                                                              • the annotation is only associated with the first base, not shared with the others.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-012-a-ref.html b/html-ruby-extensions/reference/html-ruby-012-a-ref.html index 66bc514dc57b2b..ab9d77881ed228 100644 --- a/html-ruby-extensions/reference/html-ruby-012-a-ref.html +++ b/html-ruby-extensions/reference/html-ruby-012-a-ref.html @@ -4,12 +4,12 @@ test reference -

                                                              The example below consists of 2 base characters (今日), jointly annotated with their pronuntiation (きょう). +

                                                              The example below consists of 2 base characters (今日), jointly annotated with their pronunciation (きょう). For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:

                                                              • the base characters are presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • the annotation is convenyed as an annotation, and +
                                                              • the annotation is presented as an annotation, and
                                                              • the annotation is jointly associated with the whole base, not just part of it.
                                                              diff --git a/html-ruby-extensions/reference/html-ruby-012-b-ref.html b/html-ruby-extensions/reference/html-ruby-012-b-ref.html index 0b5887cfe76f8a..8fb6d691226b8c 100644 --- a/html-ruby-extensions/reference/html-ruby-012-b-ref.html +++ b/html-ruby-extensions/reference/html-ruby-012-b-ref.html @@ -4,12 +4,12 @@ test reference -

                                                              The example below consists of 2 base characters (今日), jointly annotated with their pronuntiation (きょう). +

                                                              The example below consists of 2 base characters (今日), jointly annotated with their pronunciation (きょう). For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:

                                                              • the base characters are presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • the annotation is convenyed as an annotation, and +
                                                              • the annotation is presented as an annotation, and
                                                              • the annotation is jointly associated with the whole base, not just part of it.
                                                              diff --git a/html-ruby-extensions/reference/html-ruby-012-c-ref.html b/html-ruby-extensions/reference/html-ruby-012-c-ref.html index b21bab687892ca..c157e3a7b1edf4 100644 --- a/html-ruby-extensions/reference/html-ruby-012-c-ref.html +++ b/html-ruby-extensions/reference/html-ruby-012-c-ref.html @@ -7,12 +7,12 @@ .s { font-size: 50%; } -

                                                              The example below consists of 2 base characters (今日), jointly annotated with their pronuntiation (きょう). +

                                                              The example below consists of 2 base characters (今日), jointly annotated with their pronunciation (きょう). For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:

                                                              • the base characters are presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • the annotation is convenyed as an annotation, and +
                                                              • the annotation is presented as an annotation, and
                                                              • the annotation is jointly associated with the whole base, not just part of it.
                                                              diff --git a/html-ruby-extensions/reference/html-ruby-012-d-ref.html b/html-ruby-extensions/reference/html-ruby-012-d-ref.html index e1579abd65a643..177e52871237b8 100644 --- a/html-ruby-extensions/reference/html-ruby-012-d-ref.html +++ b/html-ruby-extensions/reference/html-ruby-012-d-ref.html @@ -7,12 +7,12 @@ .s { font-size: 50%; } -

                                                              The example below consists of 2 base characters (今日), jointly annotated with their pronuntiation (きょう). +

                                                              The example below consists of 2 base characters (今日), jointly annotated with their pronunciation (きょう). For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:

                                                              • the base characters are presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • the annotation is convenyed as an annotation, and +
                                                              • the annotation is presented as an annotation, and
                                                              • the annotation is jointly associated with the whole base, not just part of it.
                                                              diff --git a/html-ruby-extensions/reference/html-ruby-012-e-ref.html b/html-ruby-extensions/reference/html-ruby-012-e-ref.html index f0ce6c8f2b02e0..eabccfcc1809c3 100644 --- a/html-ruby-extensions/reference/html-ruby-012-e-ref.html +++ b/html-ruby-extensions/reference/html-ruby-012-e-ref.html @@ -4,12 +4,12 @@ test reference -

                                                              The example below consists of 2 base characters (今日), jointly annotated with their pronuntiation (きょう). +

                                                              The example below consists of 2 base characters (今日), jointly annotated with their pronunciation (きょう). For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:

                                                              • the base characters are presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • the annotation is convenyed as an annotation, and +
                                                              • the annotation is presented as an annotation, and
                                                              • the annotation is jointly associated with the whole base, not just part of it.
                                                              diff --git a/html-ruby-extensions/reference/html-ruby-012-y-ref.html b/html-ruby-extensions/reference/html-ruby-012-y-ref.html index fb45334ba2510a..c3ca803f11d42b 100644 --- a/html-ruby-extensions/reference/html-ruby-012-y-ref.html +++ b/html-ruby-extensions/reference/html-ruby-012-y-ref.html @@ -4,12 +4,12 @@ test reference -

                                                              The example below consists of 2 base characters (今日), jointly annotated with their pronuntiation (きょう). +

                                                              The example below consists of 2 base characters (今日), jointly annotated with their pronunciation (きょう). For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:

                                                              • the base characters are presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • the annotation is convenyed as an annotation, and +
                                                              • the annotation is presented as an annotation, and
                                                              • the annotation is jointly associated with the whole base, not just part of it.
                                                              diff --git a/html-ruby-extensions/reference/html-ruby-012-z-ref.html b/html-ruby-extensions/reference/html-ruby-012-z-ref.html index 0096074532e38a..85778c97ea867e 100644 --- a/html-ruby-extensions/reference/html-ruby-012-z-ref.html +++ b/html-ruby-extensions/reference/html-ruby-012-z-ref.html @@ -4,12 +4,12 @@ test reference -

                                                              The example below consists of 2 base characters (今日), jointly annotated with their pronuntiation (きょう). +

                                                              The example below consists of 2 base characters (今日), jointly annotated with their pronunciation (きょう). For ease of comparison, it is preceded by some context text: “例文は”. This test passes if:

                                                              • the base characters are presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • the annotation is convenyed as an annotation, and +
                                                              • the annotation is presented as an annotation, and
                                                              • the annotation is jointly associated with the whole base, not just part of it.
                                                              diff --git a/html-ruby-extensions/reference/html-ruby-013-a-ref.html b/html-ruby-extensions/reference/html-ruby-013-a-ref.html index b5c6988c3e28b3..825af33cdab699 100644 --- a/html-ruby-extensions/reference/html-ruby-013-a-ref.html +++ b/html-ruby-extensions/reference/html-ruby-013-a-ref.html @@ -9,7 +9,7 @@ .r3 { color: purple; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -17,13 +17,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-013-b-ref.html b/html-ruby-extensions/reference/html-ruby-013-b-ref.html index a8918777542db7..640cd5ac7851db 100644 --- a/html-ruby-extensions/reference/html-ruby-013-b-ref.html +++ b/html-ruby-extensions/reference/html-ruby-013-b-ref.html @@ -9,7 +9,7 @@ .r3 { color: purple; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -17,13 +17,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-013-c-ref.html b/html-ruby-extensions/reference/html-ruby-013-c-ref.html index 18014036bbe3f2..53ab9b22a07374 100644 --- a/html-ruby-extensions/reference/html-ruby-013-c-ref.html +++ b/html-ruby-extensions/reference/html-ruby-013-c-ref.html @@ -10,7 +10,7 @@ .s { font-size: 50%; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -18,13 +18,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-013-d-ref.html b/html-ruby-extensions/reference/html-ruby-013-d-ref.html index ba4ba4f453f355..b34b6393cc81cd 100644 --- a/html-ruby-extensions/reference/html-ruby-013-d-ref.html +++ b/html-ruby-extensions/reference/html-ruby-013-d-ref.html @@ -9,7 +9,7 @@ .r3 { color: purple; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -17,13 +17,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-013-e-ref.html b/html-ruby-extensions/reference/html-ruby-013-e-ref.html index 3fcfcddc622439..da01cc9d5a95f5 100644 --- a/html-ruby-extensions/reference/html-ruby-013-e-ref.html +++ b/html-ruby-extensions/reference/html-ruby-013-e-ref.html @@ -9,7 +9,7 @@ .r3 { color: purple; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -17,13 +17,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-013-f-ref.html b/html-ruby-extensions/reference/html-ruby-013-f-ref.html index 30948f81582cb0..9b6e977a591207 100644 --- a/html-ruby-extensions/reference/html-ruby-013-f-ref.html +++ b/html-ruby-extensions/reference/html-ruby-013-f-ref.html @@ -10,7 +10,7 @@ .s { font-size: 50%; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -18,13 +18,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-013-y-ref.html b/html-ruby-extensions/reference/html-ruby-013-y-ref.html index 810c5f07842f35..1c268d5c7374cf 100644 --- a/html-ruby-extensions/reference/html-ruby-013-y-ref.html +++ b/html-ruby-extensions/reference/html-ruby-013-y-ref.html @@ -9,7 +9,7 @@ .r3 { color: purple; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -17,13 +17,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-014-a-ref.html b/html-ruby-extensions/reference/html-ruby-014-a-ref.html index 7e9b51c3a2865c..167b4f8905ae93 100644 --- a/html-ruby-extensions/reference/html-ruby-014-a-ref.html +++ b/html-ruby-extensions/reference/html-ruby-014-a-ref.html @@ -19,13 +19,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-014-b-ref.html b/html-ruby-extensions/reference/html-ruby-014-b-ref.html index f51668a5bae044..78f092d9b5f757 100644 --- a/html-ruby-extensions/reference/html-ruby-014-b-ref.html +++ b/html-ruby-extensions/reference/html-ruby-014-b-ref.html @@ -18,13 +18,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-014-c-ref.html b/html-ruby-extensions/reference/html-ruby-014-c-ref.html index bb4ebc1ecf31e9..2be864ad9cdd3a 100644 --- a/html-ruby-extensions/reference/html-ruby-014-c-ref.html +++ b/html-ruby-extensions/reference/html-ruby-014-c-ref.html @@ -19,13 +19,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-014-d-ref.html b/html-ruby-extensions/reference/html-ruby-014-d-ref.html index 92d90946bb076c..5e9f7e489d8026 100644 --- a/html-ruby-extensions/reference/html-ruby-014-d-ref.html +++ b/html-ruby-extensions/reference/html-ruby-014-d-ref.html @@ -18,13 +18,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-014-e-ref.html b/html-ruby-extensions/reference/html-ruby-014-e-ref.html index 08dc0eed2b4445..7b17d92b9fb553 100644 --- a/html-ruby-extensions/reference/html-ruby-014-e-ref.html +++ b/html-ruby-extensions/reference/html-ruby-014-e-ref.html @@ -18,13 +18,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-014-f-ref.html b/html-ruby-extensions/reference/html-ruby-014-f-ref.html index 5281ba56f408a6..0680fbe5f42699 100644 --- a/html-ruby-extensions/reference/html-ruby-014-f-ref.html +++ b/html-ruby-extensions/reference/html-ruby-014-f-ref.html @@ -19,13 +19,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-014-y-ref.html b/html-ruby-extensions/reference/html-ruby-014-y-ref.html index f3d777d037b993..ec48ec0721fb02 100644 --- a/html-ruby-extensions/reference/html-ruby-014-y-ref.html +++ b/html-ruby-extensions/reference/html-ruby-014-y-ref.html @@ -17,13 +17,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-014-z-ref.html b/html-ruby-extensions/reference/html-ruby-014-z-ref.html index 8e905a4ca09435..4785d939eb1d4f 100644 --- a/html-ruby-extensions/reference/html-ruby-014-z-ref.html +++ b/html-ruby-extensions/reference/html-ruby-014-z-ref.html @@ -17,13 +17,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-015-a-ref.html b/html-ruby-extensions/reference/html-ruby-015-a-ref.html index 8183f35a8afb8f..51cbe135705f53 100644 --- a/html-ruby-extensions/reference/html-ruby-015-a-ref.html +++ b/html-ruby-extensions/reference/html-ruby-015-a-ref.html @@ -9,7 +9,7 @@ .r3 { color: purple; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -18,14 +18,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the excess annotation appears to be annotating an empty base next to the first one.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-015-b-ref.html b/html-ruby-extensions/reference/html-ruby-015-b-ref.html index ef9303632ee612..8c9066a4efef1e 100644 --- a/html-ruby-extensions/reference/html-ruby-015-b-ref.html +++ b/html-ruby-extensions/reference/html-ruby-015-b-ref.html @@ -9,7 +9,7 @@ .r3 { color: purple; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -18,14 +18,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the excess annotation appears to be annotating an empty base next to the first one.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-015-c-ref.html b/html-ruby-extensions/reference/html-ruby-015-c-ref.html index 7b26c500b56866..e3dfd6be3bc489 100644 --- a/html-ruby-extensions/reference/html-ruby-015-c-ref.html +++ b/html-ruby-extensions/reference/html-ruby-015-c-ref.html @@ -10,7 +10,7 @@ .s { font-size: 50%; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -19,14 +19,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the excess annotation appears to be annotating an empty base next to the first one.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-015-d-ref.html b/html-ruby-extensions/reference/html-ruby-015-d-ref.html index daca160d48c4ca..0268d05e358871 100644 --- a/html-ruby-extensions/reference/html-ruby-015-d-ref.html +++ b/html-ruby-extensions/reference/html-ruby-015-d-ref.html @@ -10,7 +10,7 @@ .s { font-size: 50%; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -19,14 +19,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the excess annotation appears to be annotating an empty base next to the first one.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-015-e-ref.html b/html-ruby-extensions/reference/html-ruby-015-e-ref.html index 8814dbfc612f2c..d4892cf4792af8 100644 --- a/html-ruby-extensions/reference/html-ruby-015-e-ref.html +++ b/html-ruby-extensions/reference/html-ruby-015-e-ref.html @@ -9,7 +9,7 @@ .r3 { color: purple; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -18,14 +18,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the excess annotation appears to be annotating an empty base next to the first one.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-015-f-ref.html b/html-ruby-extensions/reference/html-ruby-015-f-ref.html index 0a7ac9eb27ef7c..0fb3899e56449b 100644 --- a/html-ruby-extensions/reference/html-ruby-015-f-ref.html +++ b/html-ruby-extensions/reference/html-ruby-015-f-ref.html @@ -9,7 +9,7 @@ .r3 { color: purple; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -18,14 +18,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the excess annotation appears to be annotating an empty base next to the first one.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-015-g-ref.html b/html-ruby-extensions/reference/html-ruby-015-g-ref.html index ab3313d28fdb3c..83dd2f95875214 100644 --- a/html-ruby-extensions/reference/html-ruby-015-g-ref.html +++ b/html-ruby-extensions/reference/html-ruby-015-g-ref.html @@ -10,7 +10,7 @@ .s { font-size: 50%; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -19,14 +19,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the excess annotation appears to be annotating an empty base next to the first one.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-015-h-ref.html b/html-ruby-extensions/reference/html-ruby-015-h-ref.html index 6864259b9e165b..b2b080f065d367 100644 --- a/html-ruby-extensions/reference/html-ruby-015-h-ref.html +++ b/html-ruby-extensions/reference/html-ruby-015-h-ref.html @@ -10,7 +10,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -19,14 +19,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the excess annotation appears to be annotating an empty base next to the first one.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-015-i-ref.html b/html-ruby-extensions/reference/html-ruby-015-i-ref.html index f07b035d4895fd..b6af1f159a4adb 100644 --- a/html-ruby-extensions/reference/html-ruby-015-i-ref.html +++ b/html-ruby-extensions/reference/html-ruby-015-i-ref.html @@ -11,7 +11,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -20,14 +20,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the excess annotation appears to be annotating an empty base next to the first one.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-015-j-ref.html b/html-ruby-extensions/reference/html-ruby-015-j-ref.html index e2256f3064c4e0..132a373fc34359 100644 --- a/html-ruby-extensions/reference/html-ruby-015-j-ref.html +++ b/html-ruby-extensions/reference/html-ruby-015-j-ref.html @@ -11,7 +11,7 @@ ruby { ruby-merge: separate; } /* Not strictly required, but added just in case some user agent otherwise has a jukugo-like default rendering. */ -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -20,14 +20,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the excess annotation appears to be annotating an empty base next to the first one.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-015-y-ref.html b/html-ruby-extensions/reference/html-ruby-015-y-ref.html index 3cca4bc7d90608..2fc0d6c0e83d1b 100644 --- a/html-ruby-extensions/reference/html-ruby-015-y-ref.html +++ b/html-ruby-extensions/reference/html-ruby-015-y-ref.html @@ -9,7 +9,7 @@ .r3 { color: purple; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -18,14 +18,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the excess annotation appears to be annotating an empty base next to the first one.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-015-z-ref.html b/html-ruby-extensions/reference/html-ruby-015-z-ref.html index 5962caaa26e11a..ebd81b7f986a91 100644 --- a/html-ruby-extensions/reference/html-ruby-015-z-ref.html +++ b/html-ruby-extensions/reference/html-ruby-015-z-ref.html @@ -9,7 +9,7 @@ .r3 { color: purple; } -

                                                              The example below consists of 3 base characters, each annotated with its pronuntiation. +

                                                              The example below consists of 3 base characters, each annotated with its pronunciation. “” is annotated by “じょう”. “” is annotated by “”. “” is annotated by “”. @@ -18,14 +18,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the excess annotation appears to be annotating an empty base next to the first one.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-501-a-ref.html b/html-ruby-extensions/reference/html-ruby-501-a-ref.html index 2524acd055973a..710c07013d1d35 100644 --- a/html-ruby-extensions/reference/html-ruby-501-a-ref.html +++ b/html-ruby-extensions/reference/html-ruby-501-a-ref.html @@ -9,7 +9,7 @@ This test passes if:

                                                              • the base characters are presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • each annotation is jointly associated with the whole base, not just part of it.
                                                              diff --git a/html-ruby-extensions/reference/html-ruby-501-b-ref.html b/html-ruby-extensions/reference/html-ruby-501-b-ref.html index c32ce439dbd5ca..5ee5b6f259a423 100644 --- a/html-ruby-extensions/reference/html-ruby-501-b-ref.html +++ b/html-ruby-extensions/reference/html-ruby-501-b-ref.html @@ -9,7 +9,7 @@ This test passes if:
                                                              • the base characters are presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • each annotation is jointly associated with the whole base, not just part of it.
                                                              diff --git a/html-ruby-extensions/reference/html-ruby-501-c-ref.html b/html-ruby-extensions/reference/html-ruby-501-c-ref.html index 2876370a594d70..971f8163323cc0 100644 --- a/html-ruby-extensions/reference/html-ruby-501-c-ref.html +++ b/html-ruby-extensions/reference/html-ruby-501-c-ref.html @@ -12,7 +12,7 @@ This test passes if:
                                                              • the base characters are presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • each annotation is jointly associated with the whole base, not just part of it.
                                                              diff --git a/html-ruby-extensions/reference/html-ruby-501-d-ref.html b/html-ruby-extensions/reference/html-ruby-501-d-ref.html index 67acafbb43f55d..df31440e960659 100644 --- a/html-ruby-extensions/reference/html-ruby-501-d-ref.html +++ b/html-ruby-extensions/reference/html-ruby-501-d-ref.html @@ -12,7 +12,7 @@ This test passes if:
                                                              • the base characters are presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • each annotation is jointly associated with the whole base, not just part of it.
                                                              diff --git a/html-ruby-extensions/reference/html-ruby-501-e-ref.html b/html-ruby-extensions/reference/html-ruby-501-e-ref.html index 146651d016c298..3aa45725ee016d 100644 --- a/html-ruby-extensions/reference/html-ruby-501-e-ref.html +++ b/html-ruby-extensions/reference/html-ruby-501-e-ref.html @@ -9,7 +9,7 @@ This test passes if:
                                                              • the base characters are presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • each annotation is jointly associated with the whole base, not just part of it.
                                                              diff --git a/html-ruby-extensions/reference/html-ruby-501-y-ref.html b/html-ruby-extensions/reference/html-ruby-501-y-ref.html index b308ea9613131b..ed0d2ea42c8ae8 100644 --- a/html-ruby-extensions/reference/html-ruby-501-y-ref.html +++ b/html-ruby-extensions/reference/html-ruby-501-y-ref.html @@ -9,7 +9,7 @@ This test passes if:
                                                              • the base characters are presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • each annotation is jointly associated with the whole base, not just part of it.
                                                              diff --git a/html-ruby-extensions/reference/html-ruby-501-z-ref.html b/html-ruby-extensions/reference/html-ruby-501-z-ref.html index 1269a1150c8b8f..d9468d3d9c0458 100644 --- a/html-ruby-extensions/reference/html-ruby-501-z-ref.html +++ b/html-ruby-extensions/reference/html-ruby-501-z-ref.html @@ -9,7 +9,7 @@ This test passes if:
                                                              • the base characters are presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • each annotation is jointly associated with the whole base, not just part of it.
                                                              diff --git a/html-ruby-extensions/reference/html-ruby-502-a-ref.html b/html-ruby-extensions/reference/html-ruby-502-a-ref.html index 049fdb7fc8adc9..1934d88873dc3c 100644 --- a/html-ruby-extensions/reference/html-ruby-502-a-ref.html +++ b/html-ruby-extensions/reference/html-ruby-502-a-ref.html @@ -15,13 +15,13 @@ This test passes if:
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-502-b-ref.html b/html-ruby-extensions/reference/html-ruby-502-b-ref.html index 62bf23cd65b3c5..8230f53b6728dd 100644 --- a/html-ruby-extensions/reference/html-ruby-502-b-ref.html +++ b/html-ruby-extensions/reference/html-ruby-502-b-ref.html @@ -16,13 +16,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-502-c-ref.html b/html-ruby-extensions/reference/html-ruby-502-c-ref.html index 9de291045272f9..6d8d1908de26ec 100644 --- a/html-ruby-extensions/reference/html-ruby-502-c-ref.html +++ b/html-ruby-extensions/reference/html-ruby-502-c-ref.html @@ -15,13 +15,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-502-d-ref.html b/html-ruby-extensions/reference/html-ruby-502-d-ref.html index b673484828b1e4..c97d2997be3497 100644 --- a/html-ruby-extensions/reference/html-ruby-502-d-ref.html +++ b/html-ruby-extensions/reference/html-ruby-502-d-ref.html @@ -15,13 +15,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-502-e-ref.html b/html-ruby-extensions/reference/html-ruby-502-e-ref.html index b7193af18846a8..f0ac29f0397b75 100644 --- a/html-ruby-extensions/reference/html-ruby-502-e-ref.html +++ b/html-ruby-extensions/reference/html-ruby-502-e-ref.html @@ -16,13 +16,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-502-y-ref.html b/html-ruby-extensions/reference/html-ruby-502-y-ref.html index 247679fcd60f8e..e89eaed007e8f4 100644 --- a/html-ruby-extensions/reference/html-ruby-502-y-ref.html +++ b/html-ruby-extensions/reference/html-ruby-502-y-ref.html @@ -15,13 +15,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-502-z-ref.html b/html-ruby-extensions/reference/html-ruby-502-z-ref.html index fd5679938c1c9c..859de8ec7911cf 100644 --- a/html-ruby-extensions/reference/html-ruby-502-z-ref.html +++ b/html-ruby-extensions/reference/html-ruby-502-z-ref.html @@ -15,13 +15,13 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-503-a-ref.html b/html-ruby-extensions/reference/html-ruby-503-a-ref.html index 7506070b299955..f09ba546ca0a40 100644 --- a/html-ruby-extensions/reference/html-ruby-503-a-ref.html +++ b/html-ruby-extensions/reference/html-ruby-503-a-ref.html @@ -18,14 +18,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the joint annotation is associated with the whole base, not just a part.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-503-b-ref.html b/html-ruby-extensions/reference/html-ruby-503-b-ref.html index 09fd6ef9550990..22f78e5455163c 100644 --- a/html-ruby-extensions/reference/html-ruby-503-b-ref.html +++ b/html-ruby-extensions/reference/html-ruby-503-b-ref.html @@ -19,14 +19,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the joint annotation is associated with the whole base, not just a part.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-503-c-ref.html b/html-ruby-extensions/reference/html-ruby-503-c-ref.html index d607820e0ff5e7..b9572ae1132863 100644 --- a/html-ruby-extensions/reference/html-ruby-503-c-ref.html +++ b/html-ruby-extensions/reference/html-ruby-503-c-ref.html @@ -18,14 +18,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the joint annotation is associated with the whole base, not just a part.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-503-d-ref.html b/html-ruby-extensions/reference/html-ruby-503-d-ref.html index 12b737ff5a8f25..f032960584e579 100644 --- a/html-ruby-extensions/reference/html-ruby-503-d-ref.html +++ b/html-ruby-extensions/reference/html-ruby-503-d-ref.html @@ -18,14 +18,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the joint annotation is associated with the whole base, not just a part.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-503-e-ref.html b/html-ruby-extensions/reference/html-ruby-503-e-ref.html index 9e8e72fa391a0c..9652f7c6703a7d 100644 --- a/html-ruby-extensions/reference/html-ruby-503-e-ref.html +++ b/html-ruby-extensions/reference/html-ruby-503-e-ref.html @@ -19,14 +19,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the joint annotation is associated with the whole base, not just a part.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-503-y-ref.html b/html-ruby-extensions/reference/html-ruby-503-y-ref.html index d7f22fd353f882..0b8b9316a3f4af 100644 --- a/html-ruby-extensions/reference/html-ruby-503-y-ref.html +++ b/html-ruby-extensions/reference/html-ruby-503-y-ref.html @@ -18,14 +18,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the joint annotation is associated with the whole base, not just a part.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-503-z-ref.html b/html-ruby-extensions/reference/html-ruby-503-z-ref.html index 0ea6533cf96be0..e7f64624185ffd 100644 --- a/html-ruby-extensions/reference/html-ruby-503-z-ref.html +++ b/html-ruby-extensions/reference/html-ruby-503-z-ref.html @@ -18,14 +18,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the joint annotation is associated with the whole base, not just a part.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-504-a-ref.html b/html-ruby-extensions/reference/html-ruby-504-a-ref.html index db5c08892662ce..961f2e94709eab 100644 --- a/html-ruby-extensions/reference/html-ruby-504-a-ref.html +++ b/html-ruby-extensions/reference/html-ruby-504-a-ref.html @@ -18,14 +18,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the joint annotation is associated with the whole base, not just a part.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-504-b-ref.html b/html-ruby-extensions/reference/html-ruby-504-b-ref.html index e48f7ec620ebd1..e097ec4b6c1fee 100644 --- a/html-ruby-extensions/reference/html-ruby-504-b-ref.html +++ b/html-ruby-extensions/reference/html-ruby-504-b-ref.html @@ -19,14 +19,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the joint annotation is associated with the whole base, not just a part.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-504-c-ref.html b/html-ruby-extensions/reference/html-ruby-504-c-ref.html index 8f5ae3bce7fd94..65f8e7e79b3533 100644 --- a/html-ruby-extensions/reference/html-ruby-504-c-ref.html +++ b/html-ruby-extensions/reference/html-ruby-504-c-ref.html @@ -18,14 +18,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the joint annotation is associated with the whole base, not just a part.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-504-d-ref.html b/html-ruby-extensions/reference/html-ruby-504-d-ref.html index 4fad83dea9290d..3e62f6fd5b49bc 100644 --- a/html-ruby-extensions/reference/html-ruby-504-d-ref.html +++ b/html-ruby-extensions/reference/html-ruby-504-d-ref.html @@ -18,14 +18,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the joint annotation is associated with the whole base, not just a part.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-504-e-ref.html b/html-ruby-extensions/reference/html-ruby-504-e-ref.html index 1391817d992422..68ae33f00f1319 100644 --- a/html-ruby-extensions/reference/html-ruby-504-e-ref.html +++ b/html-ruby-extensions/reference/html-ruby-504-e-ref.html @@ -19,14 +19,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the joint annotation is associated with the whole base, not just a part.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-504-y-ref.html b/html-ruby-extensions/reference/html-ruby-504-y-ref.html index b956066ec37e2a..da6233559e9951 100644 --- a/html-ruby-extensions/reference/html-ruby-504-y-ref.html +++ b/html-ruby-extensions/reference/html-ruby-504-y-ref.html @@ -18,14 +18,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the joint annotation is associated with the whole base, not just a part.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, diff --git a/html-ruby-extensions/reference/html-ruby-504-z-ref.html b/html-ruby-extensions/reference/html-ruby-504-z-ref.html index 5315f797da1089..7e2aef7e08c282 100644 --- a/html-ruby-extensions/reference/html-ruby-504-z-ref.html +++ b/html-ruby-extensions/reference/html-ruby-504-z-ref.html @@ -18,14 +18,14 @@ This test passes if:

                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and -
                                                              • each annotation is convenyed as an annotation, and +
                                                              • each annotation is presented as an annotation, and
                                                              • the correct annotation is presented clearly as being associated with the correct base, and
                                                              • the joint annotation is associated with the whole base, not just a part.

                                                              Note: The colors are not part of the test, -they are merely provided as help to the person runing the test, -to make it easier to recongnize the various parts of the text. +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text.

                                                              Note: This is not a layout or rendering test. The precise appearance is not specified, From b0854e056d00c3620ee91cefceb24d0306d801f0 Mon Sep 17 00:00:00 2001 From: Florian Rivoal Date: Fri, 6 Mar 2026 00:31:28 +0900 Subject: [PATCH 18/18] Add test for extra base at position other than the end --- html-ruby-extensions/html-ruby-016.html | 50 +++++++++++++++++++ .../reference/html-ruby-016-a-ref.html | 35 +++++++++++++ .../reference/html-ruby-016-b-ref.html | 35 +++++++++++++ .../reference/html-ruby-016-c-ref.html | 35 +++++++++++++ .../reference/html-ruby-016-d-ref.html | 36 +++++++++++++ .../reference/html-ruby-016-e-ref.html | 36 +++++++++++++ .../reference/html-ruby-016-f-ref.html | 36 +++++++++++++ .../reference/html-ruby-016-g-ref.html | 36 +++++++++++++ .../reference/html-ruby-016-h-ref.html | 36 +++++++++++++ .../reference/html-ruby-016-y-ref.html | 35 +++++++++++++ .../reference/html-ruby-016-z-ref.html | 35 +++++++++++++ 11 files changed, 405 insertions(+) create mode 100644 html-ruby-extensions/html-ruby-016.html create mode 100644 html-ruby-extensions/reference/html-ruby-016-a-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-016-b-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-016-c-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-016-d-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-016-e-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-016-f-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-016-g-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-016-h-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-016-y-ref.html create mode 100644 html-ruby-extensions/reference/html-ruby-016-z-ref.html diff --git a/html-ruby-extensions/html-ruby-016.html b/html-ruby-extensions/html-ruby-016.html new file mode 100644 index 00000000000000..f3dfb4d44f8031 --- /dev/null +++ b/html-ruby-extensions/html-ruby-016.html @@ -0,0 +1,50 @@ + + + +Ruby Markup Content Model: single ruby element, rb bases, interleaved markup, annotation with rt, extra annotation + + + + + + + + + + + + + + + + + +

                                                              The example below consists of 4 base characters, 3 of which are annotated with its pronunciation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one base with no annotation, after the first one: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. +This test passes if: +

                                                                +
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and +
                                                              • each annotation is presented as an annotation, and +
                                                              • the correct annotation is presented clearly as being associated with the correct base, and +
                                                              • the excess base appears next to the first one, with no annotation. +
                                                              + +

                                                              Note: The colors are not part of the test, +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text. + +

                                                              Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


                                                              +例文はじょう diff --git a/html-ruby-extensions/reference/html-ruby-016-a-ref.html b/html-ruby-extensions/reference/html-ruby-016-a-ref.html new file mode 100644 index 00000000000000..fd04af4e8e9959 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-016-a-ref.html @@ -0,0 +1,35 @@ + + + +test reference + + + +

                                                              The example below consists of 4 base characters, 3 of which are annotated with its pronunciation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one base with no annotation, after the first one: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. +This test passes if: +

                                                                +
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and +
                                                              • each annotation is presented as an annotation, and +
                                                              • the correct annotation is presented clearly as being associated with the correct base, and +
                                                              • the excess base appears next to the first one, with no annotation. +
                                                              + +

                                                              Note: The colors are not part of the test, +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text. + +

                                                              Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


                                                              +例文はじょう diff --git a/html-ruby-extensions/reference/html-ruby-016-b-ref.html b/html-ruby-extensions/reference/html-ruby-016-b-ref.html new file mode 100644 index 00000000000000..033ac5f73be179 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-016-b-ref.html @@ -0,0 +1,35 @@ + + + +test reference + + + +

                                                              The example below consists of 4 base characters, 3 of which are annotated with its pronunciation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one base with no annotation, after the first one: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. +This test passes if: +

                                                                +
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and +
                                                              • each annotation is presented as an annotation, and +
                                                              • the correct annotation is presented clearly as being associated with the correct base, and +
                                                              • the excess base appears next to the first one, with no annotation. +
                                                              + +

                                                              Note: The colors are not part of the test, +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text. + +

                                                              Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


                                                              +例文はじょう diff --git a/html-ruby-extensions/reference/html-ruby-016-c-ref.html b/html-ruby-extensions/reference/html-ruby-016-c-ref.html new file mode 100644 index 00000000000000..0dd889554ad50c --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-016-c-ref.html @@ -0,0 +1,35 @@ + + + +test reference + + + +

                                                              The example below consists of 4 base characters, 3 of which are annotated with its pronunciation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one base with no annotation, after the first one: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. +This test passes if: +

                                                                +
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and +
                                                              • each annotation is presented as an annotation, and +
                                                              • the correct annotation is presented clearly as being associated with the correct base, and +
                                                              • the excess base appears next to the first one, with no annotation. +
                                                              + +

                                                              Note: The colors are not part of the test, +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text. + +

                                                              Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


                                                              +例文はじょう diff --git a/html-ruby-extensions/reference/html-ruby-016-d-ref.html b/html-ruby-extensions/reference/html-ruby-016-d-ref.html new file mode 100644 index 00000000000000..a40cb7580d3c0f --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-016-d-ref.html @@ -0,0 +1,36 @@ + + + +test reference + + + +

                                                              The example below consists of 4 base characters, 3 of which are annotated with its pronunciation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one base with no annotation, after the first one: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. +This test passes if: +

                                                                +
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and +
                                                              • each annotation is presented as an annotation, and +
                                                              • the correct annotation is presented clearly as being associated with the correct base, and +
                                                              • the excess base appears next to the first one, with no annotation. +
                                                              + +

                                                              Note: The colors are not part of the test, +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text. + +

                                                              Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


                                                              +例文はじょう diff --git a/html-ruby-extensions/reference/html-ruby-016-e-ref.html b/html-ruby-extensions/reference/html-ruby-016-e-ref.html new file mode 100644 index 00000000000000..3225459daa4b77 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-016-e-ref.html @@ -0,0 +1,36 @@ + + + +test reference + + + +

                                                              The example below consists of 4 base characters, 3 of which are annotated with its pronunciation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one base with no annotation, after the first one: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. +This test passes if: +

                                                                +
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and +
                                                              • each annotation is presented as an annotation, and +
                                                              • the correct annotation is presented clearly as being associated with the correct base, and +
                                                              • the excess base appears next to the first one, with no annotation. +
                                                              + +

                                                              Note: The colors are not part of the test, +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text. + +

                                                              Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


                                                              +例文はじょう diff --git a/html-ruby-extensions/reference/html-ruby-016-f-ref.html b/html-ruby-extensions/reference/html-ruby-016-f-ref.html new file mode 100644 index 00000000000000..424a94e95e7644 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-016-f-ref.html @@ -0,0 +1,36 @@ + + + +test reference + + + +

                                                              The example below consists of 4 base characters, 3 of which are annotated with its pronunciation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one base with no annotation, after the first one: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. +This test passes if: +

                                                                +
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and +
                                                              • each annotation is presented as an annotation, and +
                                                              • the correct annotation is presented clearly as being associated with the correct base, and +
                                                              • the excess base appears next to the first one, with no annotation. +
                                                              + +

                                                              Note: The colors are not part of the test, +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text. + +

                                                              Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


                                                              +例文はじょう diff --git a/html-ruby-extensions/reference/html-ruby-016-g-ref.html b/html-ruby-extensions/reference/html-ruby-016-g-ref.html new file mode 100644 index 00000000000000..61756305a5f20a --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-016-g-ref.html @@ -0,0 +1,36 @@ + + + +test reference + + + +

                                                              The example below consists of 4 base characters, 3 of which are annotated with its pronunciation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one base with no annotation, after the first one: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. +This test passes if: +

                                                                +
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and +
                                                              • each annotation is presented as an annotation, and +
                                                              • the correct annotation is presented clearly as being associated with the correct base, and +
                                                              • the excess base appears next to the first one, with no annotation. +
                                                              + +

                                                              Note: The colors are not part of the test, +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text. + +

                                                              Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


                                                              +例文はじょう diff --git a/html-ruby-extensions/reference/html-ruby-016-h-ref.html b/html-ruby-extensions/reference/html-ruby-016-h-ref.html new file mode 100644 index 00000000000000..21938303ed620e --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-016-h-ref.html @@ -0,0 +1,36 @@ + + + +test reference + + + +

                                                              The example below consists of 4 base characters, 3 of which are annotated with its pronunciation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one base with no annotation, after the first one: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. +This test passes if: +

                                                                +
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and +
                                                              • each annotation is presented as an annotation, and +
                                                              • the correct annotation is presented clearly as being associated with the correct base, and +
                                                              • the excess base appears next to the first one, with no annotation. +
                                                              + +

                                                              Note: The colors are not part of the test, +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text. + +

                                                              Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


                                                              +例文はじょう diff --git a/html-ruby-extensions/reference/html-ruby-016-y-ref.html b/html-ruby-extensions/reference/html-ruby-016-y-ref.html new file mode 100644 index 00000000000000..7fa325c40f58f2 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-016-y-ref.html @@ -0,0 +1,35 @@ + + + +test reference + + + +

                                                              The example below consists of 4 base characters, 3 of which are annotated with its pronunciation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one base with no annotation, after the first one: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. +This test passes if: +

                                                                +
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and +
                                                              • each annotation is presented as an annotation, and +
                                                              • the correct annotation is presented clearly as being associated with the correct base, and +
                                                              • the excess base appears next to the first one, with no annotation. +
                                                              + +

                                                              Note: The colors are not part of the test, +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text. + +

                                                              Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


                                                              +例文は diff --git a/html-ruby-extensions/reference/html-ruby-016-z-ref.html b/html-ruby-extensions/reference/html-ruby-016-z-ref.html new file mode 100644 index 00000000000000..93a15fd864fa26 --- /dev/null +++ b/html-ruby-extensions/reference/html-ruby-016-z-ref.html @@ -0,0 +1,35 @@ + + + +test reference + + + +

                                                              The example below consists of 4 base characters, 3 of which are annotated with its pronunciation. +“” is annotated by “じょう”. +“” is annotated by “”. +“” is annotated by “”. +There is also one base with no annotation, after the first one: “け”. +For ease of comparison, it is preceded by some context text: “例文は”. +This test passes if: +

                                                                +
                                                              • each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and +
                                                              • each annotation is presented as an annotation, and +
                                                              • the correct annotation is presented clearly as being associated with the correct base, and +
                                                              • the excess base appears next to the first one, with no annotation. +
                                                              + +

                                                              Note: The colors are not part of the test, +they are merely provided as help to the person running the test, +to make it easier to recognize the various parts of the text. + +

                                                              Note: This is not a layout or rendering test. +The precise appearance is not specified, +and implementations may therefore validly vary. + +


                                                              +例文は