From 7f9a2e14582f5bbdb43efd7cf272597c20fbc4c7 Mon Sep 17 00:00:00 2001 From: Nigel Megitt Date: Fri, 17 Oct 2025 11:11:11 +0100 Subject: [PATCH] Clarify requirements for Represents * Require valid computed valid for Represents in Text object and all its sub-parts * Add definition wrappers to namespace prefixes * Define locally, and exclude, metadata properties of Script Events when deciding if it's possible to map from a `
` to a Script Event. --- index.html | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index fd998f3..3a2822e 100755 --- a/index.html +++ b/index.html @@ -1406,6 +1406,12 @@

Text

is indicated using the Text Language Source property.

If the Text object, or part of it, represents something more specific, or different, to its parent Script Event, it can have a different Represents property.

+

The Text object, and every one of its parts, MUST have a valid Represents property. + The presence of the property itself is considered optional + because if the Text object omits the + property then the property is inherited from the parent Script Event. + However it is an error for a Text object to specify an invalid Represents property. +