RelaxNG/publiquiz.rnc
changeset 176 b1ce505b889d
parent 174 ca43d2c3a2c2
child 183 f9b4457d0778
--- a/RelaxNG/publiquiz.rnc	mer. mars 06 16:02:01 2013 +0100
+++ b/RelaxNG/publiquiz.rnc	lun. mars 11 14:54:12 2013 +0100
@@ -373,13 +373,13 @@
 blanks.image.content =
    copyright?,
    hotspot*,
-   blanks.tooltip*
+   blanks.hotspot*
 
-# ~~~~~~ blanks.tooltip
-blanks.tooltip = element tooltip { tooltip.attributes, blanks.tooltip.content }
+# ~~~~~~ blanks.hotspot
+blanks.hotspot = element hotspot { hotspot.attributes, blanks.hotspot.content }
 
-blanks.tooltip.content =
-   (p+ | image | blank)
+blanks.hotspot.content =
+   (p | image | blank)
 
 # ~~~~~~~~~~~~~~~~~~~~~~~~ choices.right, choices.wrong ~~~~~~~~~~~~~~~~~~~~~~~