[data-shapes] add highlight for each construct that a Turtle example illustrates (#478)

VladimirAlexiev has just created a new issue for https://github.com/w3c/data-shapes:

== add highlight for each construct that a Turtle example illustrates ==
- https://github.com/w3c/data-shapes/issues/465 wrongly claims:
> Italic in the Turtle highlights the current construct that the example illustrates

In fact that is `target-can-be-skipped` and now has been eliminated:
- https://github.com/w3c/data-shapes/issues/472

But such highlights are very useful to draw attention to a specific point
- The JSONLD spec has them (and I use them all the time when exploring the gazillion options of nested contexts etc). Eg see https://www.w3.org/TR/json-ld/#example-5-referencing-a-json-ld-context
```
<span class="hl-bold">"@context": "https://json-ld.org/contexts/person.jsonld",</span>
```
- The SHACL spec has them but for data not shapes: `<span class="focus-node-selected">` and `<span class="focus-node-error">`

<img width="537" height="113" alt="Image" src="https://github.com/user-attachments/assets/45d77168-f44d-4778-9882-cd408e5e1949" />

Please view or discuss this issue at https://github.com/w3c/data-shapes/issues/478 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 6 August 2025 13:13:50 UTC