--- 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 ~~~~~~~~~~~~~~~~~~~~~~~