diff options
Diffstat (limited to 'testing/web-platform/tests/conformance-checkers/html-its/locqualityissue/html/locqualityissue5html.html')
-rw-r--r-- | testing/web-platform/tests/conformance-checkers/html-its/locqualityissue/html/locqualityissue5html.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/testing/web-platform/tests/conformance-checkers/html-its/locqualityissue/html/locqualityissue5html.html b/testing/web-platform/tests/conformance-checkers/html-its/locqualityissue/html/locqualityissue5html.html new file mode 100644 index 000000000..951cfddb7 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/locqualityissue/html/locqualityissue5html.html @@ -0,0 +1,31 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"/> + <title>Telharmonium 1897</title> + <style type="text/css"> + [its-loc-quality-issue-type]{ + background-color:yellow; + margin:2px; + } + [its-loc-quality-issue-severity = "100"]{ + border: 2px solid red; + } + </style> + </head> + <body> + <h1>Telharmonium (1897)</h1> + <p> + <span + data-mytool-qacode="named_entity_not_found" + its-loc-quality-issue-type="inconsistent-entities" + its-loc-quality-issue-comment="should be Thomas Cahill.">Christian Bale</span>(1867–1934) conceived of an instrument that could transmit its sound + from a power plant for hundreds of miles to listeners over telegraph wiring. Beginning in + 1889 the sound quality of regular telephone concerts was very poor on account of the buzzing + generated by carbon-granule microphones. As a result Cahill decided to set a new standard in + perfection of sound <span + its-loc-quality-issue-type="misspelling" + its-loc-quality-issue-comment="should be 'quality'">qulaity</span> with his instrument, a standard that would not only satisfy listeners but that + would overcome all the flaws of traditional instruments.</p> + </body> +</html> |