wproofreader.html 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <head>
  2. <!--
  3. Required to fetch runtime data from https://svc.webspellchecker.net.
  4. Also both unsafe inline and eval are required for it to work (https://github.com/WebSpellChecker/wproofreader/issues/19).
  5. -->
  6. <meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-eval' https://cksource.com https://svc.webspellchecker.net;">
  7. </head>
  8. <script
  9. type="text/javascript"
  10. src="https://svc.webspellchecker.net/spellcheck31/wscbundle/wscbundle.js"
  11. data-wsc-serviceid="1:Eebp63-lWHbt2-ASpHy4-AYUpy2-fo3mk4-sKrza1-NsuXy4-I1XZC2-0u2F54-aqYWd1-l3Qf14-umd"
  12. data-wsc-autosearch="true"
  13. data-wsc-enablegrammar="true"
  14. ></script>
  15. <div id="editor">
  16. <h2>Hello world witth an obvious typo</h2>
  17. <figure class="table">
  18. <table>
  19. <tbody>
  20. <tr>
  21. <td>
  22. <h2>Header 2</h2>
  23. <p>
  24. <span class="mention" data-mention="@Ted">@Ted</span>
  25. very rarely makes a typo. However he occasionally forgets to add a comma after “however”.
  26. </p>
  27. </td>
  28. <td>
  29. <span style="color:hsl(0,75%,60%);"><i>Colors</i></span>
  30. <span
  31. style="background-color:hsl(270,75%,60%);color:hsl(0,0%,100%);"><strong>are</strong></span>
  32. plain
  33. <span class="text-big" style="color:hsl(210,75%,60%);">awesome</span>
  34. <span class="text-huge"><mark class="marker-yellow">!</mark></span>
  35. </td>
  36. </tr>
  37. <tr>
  38. <td>
  39. <figure class="image">
  40. <img src="sample.jpg" alt="CKEditor logo" />
  41. <figcaption>An <u>image</u></figcaption>
  42. </figure>
  43. </td>
  44. <td>
  45. <ol>
  46. <li>First</li>
  47. <li>Second</li>
  48. <li>Third</li>
  49. </ol>
  50. <p>Closing paragraph.</p>
  51. </td>
  52. </tr>
  53. </tbody>
  54. </table>
  55. </figure>
  56. <blockquote>
  57. <p>This is a quote block.</p>
  58. </blockquote>
  59. <p style="text-align:center;">Centered paragraph.</p>
  60. <p>Sample text</p>
  61. </div>