From 818af07bed7aa8e645217f999618301797c15409 Mon Sep 17 00:00:00 2001 From: kPherox Date: Wed, 29 Apr 2026 02:49:46 +0900 Subject: [PATCH] Add processorFeature option to remote-doc #t0013. --- tests/remote-doc-manifest.html | 2 ++ tests/remote-doc-manifest.jsonld | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/remote-doc-manifest.html b/tests/remote-doc-manifest.html index 0849a477..5d18a5e5 100644 --- a/tests/remote-doc-manifest.html +++ b/tests/remote-doc-manifest.html @@ -443,6 +443,8 @@

httpLink
<0013-context.html>; rel="http://www.w3.org/ns/json-ld#context"
+
processorFeature
+
HTML Script Extraction
diff --git a/tests/remote-doc-manifest.jsonld b/tests/remote-doc-manifest.jsonld index 47bc3182..098ab556 100644 --- a/tests/remote-doc-manifest.jsonld +++ b/tests/remote-doc-manifest.jsonld @@ -130,7 +130,8 @@ "name": "load JSON document with link to HTML document", "purpose": "If a context is specified in a link header, it is used for JSON, extracting from HTML.", "option": { - "httpLink": "<0013-context.html>; rel=\"http://www.w3.org/ns/json-ld#context\"" + "httpLink": "<0013-context.html>; rel=\"http://www.w3.org/ns/json-ld#context\"", + "processorFeature": "HTML Script Extraction" }, "input": "remote-doc/0013-in.json", "expect": "remote-doc/0013-out.jsonld"