element", + "role": "article", + "rolesCovered": [ + "article" + ], + "sourceRef": "https://github.com/readium/guided-navigation/blob/main/roles.md", + "inputKind": "fragment" +} diff --git a/fixtures/article-html-native/utterances.json b/fixtures/article-html-native/utterances.json new file mode 100644 index 0000000..3999bea --- /dev/null +++ b/fixtures/article-html-native/utterances.json @@ -0,0 +1,16 @@ +{ + "plain": { + "base": [ + { + "plain": "A self-contained article about lighthouse keeping." + } + ] + }, + "ssml": { + "base": [ + { + "ssml": "A self-contained article about lighthouse keeping." + } + ] + } +} diff --git a/fixtures/aside-html-native/gnd.json b/fixtures/aside-html-native/gnd.json new file mode 100644 index 0000000..1b18c22 --- /dev/null +++ b/fixtures/aside-html-native/gnd.json @@ -0,0 +1,6 @@ +{ + "role": [ + "aside" + ], + "text": "By the way, lighthouses were once staffed around the clock." +} diff --git a/fixtures/aside-html-native/input.html b/fixtures/aside-html-native/input.html new file mode 100644 index 0000000..a346f18 --- /dev/null +++ b/fixtures/aside-html-native/input.html @@ -0,0 +1 @@ + diff --git a/fixtures/aside-html-native/meta.json b/fixtures/aside-html-native/meta.json new file mode 100644 index 0000000..87272cc --- /dev/null +++ b/fixtures/aside-html-native/meta.json @@ -0,0 +1,10 @@ +{ + "id": "aside-html-native", + "description": "aside role via native