commit c0788ec3482f7e4233bc8d33ea62f5ba5a69c2df parent 3c3459ebd0ff66f0cff4c5703a04dd1782f18b2b Author: Marcello Stanisci <marcello.stanisci@inria.fr> Date: Thu, 15 Dec 2016 18:03:04 +0100 Note on inline scripts Diffstat:
| M | example-essay-store.rst | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/example-essay-store.rst b/example-essay-store.rst @@ -154,7 +154,10 @@ contract URL from the responsible ``meta`` tag, and finally invoke ``taler.offer ... } +.. note:: + In order to get our code validated by W3C validators, we can't have inline + JavaScript in our pages, but we are forced to import any used script. ++++++++++++++++++ Without JavaScript