From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- .../terminology/html/terminology1html.html | 18 ++++++++++++++ .../terminology/html/terminology1htmlrules.xml | 3 +++ .../terminology/html/terminology2html.html | 28 ++++++++++++++++++++++ .../terminology/html/terminology2htmlrules.xml | 5 ++++ .../terminology/html/terminology3html.html | 11 +++++++++ .../terminology/html/terminology4html.html | 28 ++++++++++++++++++++++ .../terminology/html/terminology4htmlrules.xml | 7 ++++++ .../terminology/html/terminology5html.html | 11 +++++++++ .../terminology/html/terminology6html.html | 23 ++++++++++++++++++ .../html-its/terminology/xml/terminology1xml.xml | 11 +++++++++ .../html-its/terminology/xml/terminology2xml.xml | 9 +++++++ .../html-its/terminology/xml/terminology3xml.xml | 10 ++++++++ .../html-its/terminology/xml/terminology4xml.xml | 19 +++++++++++++++ .../terminology/xml/terminology4xmlrules.xml | 5 ++++ .../html-its/terminology/xml/terminology5xml.xml | 7 ++++++ .../html-its/terminology/xml/terminology6xml.xml | 7 ++++++ .../html-its/terminology/xml/terminology7xml.xml | 17 +++++++++++++ .../html-its/terminology/xml/terminology8xml.xml | 14 +++++++++++ .../terminology/xml/terminology8xmlrules.xml | 4 ++++ .../html-its/terminology/xml/terminology9xml.xml | 6 +++++ 20 files changed, 243 insertions(+) create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/terminology/html/terminology1html.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/terminology/html/terminology1htmlrules.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/terminology/html/terminology2html.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/terminology/html/terminology2htmlrules.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/terminology/html/terminology3html.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/terminology/html/terminology4html.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/terminology/html/terminology4htmlrules.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/terminology/html/terminology5html.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/terminology/html/terminology6html.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology1xml.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology2xml.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology3xml.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology4xml.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology4xmlrules.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology5xml.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology6xml.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology7xml.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology8xml.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology8xmlrules.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology9xml.xml (limited to 'testing/web-platform/tests/conformance-checkers/html-its/terminology') diff --git a/testing/web-platform/tests/conformance-checkers/html-its/terminology/html/terminology1html.html b/testing/web-platform/tests/conformance-checkers/html-its/terminology/html/terminology1html.html new file mode 100644 index 0000000000..61a8154426 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/terminology/html/terminology1html.html @@ -0,0 +1,18 @@ + + + + + + EXAMPLE + + +

+ We may define + discoursal point of view + as + + the relationship, expressed through discourse structure, between the implied author or some other addresser, and the fiction. + +

+ + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/terminology/html/terminology1htmlrules.xml b/testing/web-platform/tests/conformance-checkers/html-its/terminology/html/terminology1htmlrules.xml new file mode 100644 index 0000000000..0326b23d44 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/terminology/html/terminology1htmlrules.xml @@ -0,0 +1,3 @@ + + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/terminology/html/terminology2html.html b/testing/web-platform/tests/conformance-checkers/html-its/terminology/html/terminology2html.html new file mode 100644 index 0000000000..0cca3f8072 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/terminology/html/terminology2html.html @@ -0,0 +1,28 @@ + + + + + + EXAMPLE + + +

+ We may define + discoursal point of view + as + the relationship, expressed through discourse structure, between the implied author or some other addresser, and the fiction + . +

+

+ We may define + refulgence + as + a radiant or resplendent quality or state +

+

+ But I'm not sure how + quincunx + can be defined. +

+ + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/terminology/html/terminology2htmlrules.xml b/testing/web-platform/tests/conformance-checkers/html-its/terminology/html/terminology2htmlrules.xml new file mode 100644 index 0000000000..2e4eea326b --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/terminology/html/terminology2htmlrules.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/terminology/html/terminology3html.html b/testing/web-platform/tests/conformance-checkers/html-its/terminology/html/terminology3html.html new file mode 100644 index 0000000000..4274b3f702 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/terminology/html/terminology3html.html @@ -0,0 +1,11 @@ + + + + + Terminology test: default + + +

We need a new motherboard +

+ + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/terminology/html/terminology4html.html b/testing/web-platform/tests/conformance-checkers/html-its/terminology/html/terminology4html.html new file mode 100644 index 0000000000..29ffdc61da --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/terminology/html/terminology4html.html @@ -0,0 +1,28 @@ + + + + + + EXAMPLE + + +

+ We may define + discoursal point of view + as + the relationship, expressed through discourse structure, between the implied author or some other addresser, and the fiction + . +

+

+ We may define + refulgence + as + a radiant or resplendent quality or state +

+

+ But I'm not sure how + quincunx + can be defined. +

+ + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/terminology/html/terminology4htmlrules.xml b/testing/web-platform/tests/conformance-checkers/html-its/terminology/html/terminology4htmlrules.xml new file mode 100644 index 0000000000..d405064ded --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/terminology/html/terminology4htmlrules.xml @@ -0,0 +1,7 @@ + +keywords + + + + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/terminology/html/terminology5html.html b/testing/web-platform/tests/conformance-checkers/html-its/terminology/html/terminology5html.html new file mode 100644 index 0000000000..2e25ffb57a --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/terminology/html/terminology5html.html @@ -0,0 +1,11 @@ + + + + + Terminology test: default + + +

We need a new motherboard +

+ + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/terminology/html/terminology6html.html b/testing/web-platform/tests/conformance-checkers/html-its/terminology/html/terminology6html.html new file mode 100644 index 0000000000..d35fd0b0e0 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/terminology/html/terminology6html.html @@ -0,0 +1,23 @@ + + + + + + EXAMPLE + + +

+ We may define + discoursal point of view + as + + the relationship, expressed through discourse structure, between the implied author or some other addresser, and the fiction. + +

+ + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology1xml.xml b/testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology1xml.xml new file mode 100644 index 0000000000..55273b10bf --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology1xml.xml @@ -0,0 +1,11 @@ + + + + +

We may define discoursal point of view + as the relationship, expressed through discourse + structure, between the implied author or some other addresser, + and the fiction. +

+
diff --git a/testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology2xml.xml b/testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology2xml.xml new file mode 100644 index 0000000000..33d794a6e3 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology2xml.xml @@ -0,0 +1,9 @@ + + + + +

We may define discoursal point of view +as the relationship, expressed through discourse +structure, between the implied author or some other addresser, +and the fiction.

+
diff --git a/testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology3xml.xml b/testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology3xml.xml new file mode 100644 index 0000000000..3d913c81e0 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology3xml.xml @@ -0,0 +1,10 @@ + + + + +

We may define discoursal point of view +as the relationship, expressed through discourse +structure, between the implied author or some other addresser, +and the fiction.

+
diff --git a/testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology4xml.xml b/testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology4xml.xml new file mode 100644 index 0000000000..33d122b297 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology4xml.xml @@ -0,0 +1,19 @@ + + + + + + + terms, rare words + +

We may define discoursal point of view +as the relationship, expressed through discourse +structure, between the implied author or some other addresser, +and the fiction.

+

We may define refulgence +as a radiant or resplendent quality or state.

+

But I'm not sure how quincunx can be defined.

+
diff --git a/testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology4xmlrules.xml b/testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology4xmlrules.xml new file mode 100644 index 0000000000..7946cee28f --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology4xmlrules.xml @@ -0,0 +1,5 @@ + + + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology5xml.xml b/testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology5xml.xml new file mode 100644 index 0000000000..3ff4c769b9 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology5xml.xml @@ -0,0 +1,7 @@ + +
+ A motherboard, + also known as a logic board on Apple Computers, + is the primary circuit board making up a modern computer. +
+
diff --git a/testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology6xml.xml b/testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology6xml.xml new file mode 100644 index 0000000000..52bd0ecd41 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology6xml.xml @@ -0,0 +1,7 @@ + +
+ A motherboard, + also known as a logic board on Apple Computers, + is the primary circuit board making up a modern computer. +
+
diff --git a/testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology7xml.xml b/testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology7xml.xml new file mode 100644 index 0000000000..440004956d --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology7xml.xml @@ -0,0 +1,17 @@ + + +2 + + +

+This is a glossary of terms. +

+

+We may define +discoursal point of view +as + +the relationship, expressed through discourse structure, between the implied author or some other addresser, and the fiction. + +

+
diff --git a/testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology8xml.xml b/testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology8xml.xml new file mode 100644 index 0000000000..b53f730930 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology8xml.xml @@ -0,0 +1,14 @@ + + +

+This is a glossary of terms. +

+

+We may define +discoursal point of view +as + +the relationship, expressed through discourse structure, between the implied author or some other addresser, and the fiction. + +

+
diff --git a/testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology8xmlrules.xml b/testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology8xmlrules.xml new file mode 100644 index 0000000000..26501b63be --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology8xmlrules.xml @@ -0,0 +1,4 @@ + +2 + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology9xml.xml b/testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology9xml.xml new file mode 100644 index 0000000000..bf74f2669b --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/terminology/xml/terminology9xml.xml @@ -0,0 +1,6 @@ + + Sample file + +

And he said: you need a new motherboard

+ +
-- cgit v1.2.3