diff options
| author | Jonas Smedegaard <dr@jones.dk> | 2025-05-11 18:47:19 +0200 |
|---|---|---|
| committer | Jonas Smedegaard <dr@jones.dk> | 2025-05-11 18:47:19 +0200 |
| commit | 765ceca3bf63c1ea99c4060e793d96953582e19a (patch) | |
| tree | 1b2f31fe4bd42a9dd091621bfafec7fcaec16df2 /test/todo/block-siblings_scope.rdfa.html | |
| parent | 80dfc2d690108220f991f282314d73765f285081 (diff) | |
add tests derived from draft protocol documentation
Diffstat (limited to 'test/todo/block-siblings_scope.rdfa.html')
| -rw-r--r-- | test/todo/block-siblings_scope.rdfa.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/todo/block-siblings_scope.rdfa.html b/test/todo/block-siblings_scope.rdfa.html new file mode 100644 index 0000000..4002b2d --- /dev/null +++ b/test/todo/block-siblings_scope.rdfa.html @@ -0,0 +1,10 @@ +<h1> People</h1> +<div typeof="schema:Person"> +<h2>Manu Sporny</h2> +<p>My name is Manu Sporny.<p> +</div> +<div typeof="schema:Person"> +<h2>Thomas Francart</h2> +<p>My name is Thomas Francart.</p> +</div> +<h1>Animals</h1> |
