|
|
@@ -12,35 +12,18 @@
|
|
|
</head>
|
|
|
<body>
|
|
|
|
|
|
-<h1>CKEditor 5 – accessible form fields – development sample</h1>
|
|
|
+<h1>CKEditor 5 – classic editor build – development sample</h1>
|
|
|
|
|
|
<div id="editor">
|
|
|
<h2>Sample</h2>
|
|
|
- <p>Go and checkout the <a
|
|
|
- href="https://ckeditor.com/docs/ckeditor5/latest/builds/guides/overview.html#classic-editor">link insertion
|
|
|
- form</a>.</p>
|
|
|
- <figure class="table" style="width:350px;">
|
|
|
- <table
|
|
|
- style="background-color:hsl(0, 0%, 90%);border-bottom:2px solid hsl(0, 0%, 60%);border-left:2px solid hsl(0, 0%, 60%);border-right:2px solid hsl(0, 0%, 60%);border-top:2px solid hsl(0, 0%, 60%);">
|
|
|
- <tbody>
|
|
|
- <tr>
|
|
|
- <td>A</td>
|
|
|
- <td
|
|
|
- style="background-color:hsl(30, 75%, 60%);border-bottom:3px dashed hsl(0, 0%, 0%);border-left:3px dashed hsl(0, 0%, 0%);border-right:3px dashed hsl(0, 0%, 0%);border-top:3px dashed hsl(0, 0%, 0%);">
|
|
|
- table</td>
|
|
|
- <td>to</td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>test </td>
|
|
|
- <td>properties</td>
|
|
|
- <td>forms</td>
|
|
|
- </tr>
|
|
|
- </tbody>
|
|
|
- </table>
|
|
|
- </figure>
|
|
|
- <figure class="image image-style-side"><img src="../tests/manual/sample.jpg" alt="Autumn fields">
|
|
|
- <figcaption>An image to test the text alternative form.</figcaption>
|
|
|
+
|
|
|
+ <p>This is an instance of the <a href="https://ckeditor.com/docs/ckeditor5/latest/builds/guides/overview.html#classic-editor">classic editor build</a>.</p>
|
|
|
+
|
|
|
+ <figure class="image">
|
|
|
+ <img src="../tests/manual/sample.jpg" alt="Autumn fields" />
|
|
|
</figure>
|
|
|
+
|
|
|
+ <p>You can use this sample to validate whether your <a href="https://ckeditor.com/docs/ckeditor5/latest/builds/guides/development/custom-builds.html">custom build</a> works fine.</p>
|
|
|
</div>
|
|
|
|
|
|
<script src="../build/ckeditor.js"></script>
|