From 7da3c285650b5451f7d2343abfb745fb5d0532f6 Mon Sep 17 00:00:00 2001 From: Florian Scholz Date: Thu, 14 Aug 2025 11:37:09 +0200 Subject: [PATCH] More BCDesque test data for text semantics (mark, ins, s, del) --- example-data/html/elements/del.json | 32 ++++++++++++++++++++++++++++ example-data/html/elements/ins.json | 32 ++++++++++++++++++++++++++++ example-data/html/elements/mark.json | 32 ++++++++++++++++++++++++++++ example-data/html/elements/s.json | 32 ++++++++++++++++++++++++++++ 4 files changed, 128 insertions(+) create mode 100644 example-data/html/elements/del.json create mode 100644 example-data/html/elements/ins.json create mode 100644 example-data/html/elements/mark.json create mode 100644 example-data/html/elements/s.json diff --git a/example-data/html/elements/del.json b/example-data/html/elements/del.json new file mode 100644 index 0000000..ea6ea11 --- /dev/null +++ b/example-data/html/elements/del.json @@ -0,0 +1,32 @@ +{ + "html": { + "elements": { + "del": { + "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Elements/del", + "spec_url": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-del-element", + "tags": [ + "web-features:del" + ], + "support": { + "safari/voiceover_macos": [ + { + "version_added": "18/1", + "failures": [ + { + "category": "bad-context", + "description": "As of Safari 18, VoiceOver does not announce text preceding `` when using read-all.", + "bug": "https://bugs.webkit.org/show_bug.cgi?id=286267" + } + ] + }, + { + "version_added": "5.1/1" + } + ] + } + } + } + } + } +} \ No newline at end of file diff --git a/example-data/html/elements/ins.json b/example-data/html/elements/ins.json new file mode 100644 index 0000000..5a020ca --- /dev/null +++ b/example-data/html/elements/ins.json @@ -0,0 +1,32 @@ +{ + "html": { + "elements": { + "ins": { + "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Elements/ins", + "spec_url": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-ins-element", + "tags": [ + "web-features:ins" + ], + "support": { + "safari/voiceover_macos": [ + { + "version_added": "18/1", + "failures": [ + { + "category": "bad-context", + "description": "As of Safari 18, VoiceOver does not announce text preceding `` when using read-all.", + "bug": "https://bugs.webkit.org/show_bug.cgi?id=286267" + } + ] + }, + { + "version_added": "5.1/1" + } + ] + } + } + } + } + } +} \ No newline at end of file diff --git a/example-data/html/elements/mark.json b/example-data/html/elements/mark.json new file mode 100644 index 0000000..be0ac46 --- /dev/null +++ b/example-data/html/elements/mark.json @@ -0,0 +1,32 @@ +{ + "html": { + "elements": { + "mark": { + "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Elements/mark", + "spec_url": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-mark-element", + "tags": [ + "web-features:mark" + ], + "support": { + "safari/voiceover_macos": [ + { + "version_added": "18/1", + "failures": [ + { + "category": "bad-context", + "description": "As of Safari 18, VoiceOver does not announce text preceding `` when using read-all.", + "bug": "https://bugs.webkit.org/show_bug.cgi?id=286267" + } + ] + }, + { + "version_added": "5.1/1" + } + ] + } + } + } + } + } +} \ No newline at end of file diff --git a/example-data/html/elements/s.json b/example-data/html/elements/s.json new file mode 100644 index 0000000..295ffe1 --- /dev/null +++ b/example-data/html/elements/s.json @@ -0,0 +1,32 @@ +{ + "html": { + "elements": { + "s": { + "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Elements/s", + "spec_url": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-s-element", + "tags": [ + "web-features:s" + ], + "support": { + "safari/voiceover_macos": [ + { + "version_added": "18/1", + "failures": [ + { + "category": "bad-context", + "description": "As of Safari 18, VoiceOver does not announce text preceding `` when using read-all.", + "bug": "https://bugs.webkit.org/show_bug.cgi?id=286267" + } + ] + }, + { + "version_added": "5.1/1" + } + ] + } + } + } + } + } +} \ No newline at end of file