diff options
author | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-12-15 18:03:04 +0100 |
---|---|---|
committer | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-12-15 18:03:04 +0100 |
commit | c0788ec3482f7e4233bc8d33ea62f5ba5a69c2df (patch) | |
tree | 589d1c78c8b60245d542848ef0e0bf6ee319c852 | |
parent | 3c3459ebd0ff66f0cff4c5703a04dd1782f18b2b (diff) | |
download | docs-c0788ec3482f7e4233bc8d33ea62f5ba5a69c2df.tar.gz docs-c0788ec3482f7e4233bc8d33ea62f5ba5a69c2df.tar.bz2 docs-c0788ec3482f7e4233bc8d33ea62f5ba5a69c2df.zip |
Note on inline scripts
-rw-r--r-- | example-essay-store.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/example-essay-store.rst b/example-essay-store.rst index a7e104a..07bcdca 100644 --- 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 |