diff --git a/files/en-us/web/api/canvas_api/tutorial/basic_animations/beyblade.jpg b/files/en-us/web/api/canvas_api/tutorial/basic_animations/beyblade.jpg deleted file mode 100644 index 9fa9bdc05ed1095..000000000000000 Binary files a/files/en-us/web/api/canvas_api/tutorial/basic_animations/beyblade.jpg and /dev/null differ diff --git a/files/en-us/web/api/canvas_api/tutorial/basic_animations/index.html b/files/en-us/web/api/canvas_api/tutorial/basic_animations/index.html index badd4875f1f4fba..25275092a7fdd63 100644 --- a/files/en-us/web/api/canvas_api/tutorial/basic_animations/index.html +++ b/files/en-us/web/api/canvas_api/tutorial/basic_animations/index.html @@ -444,15 +444,7 @@ <h2 id="Mouse_Following_Animation">Mouse Following Animation</h2> <h5 id="Output">Output</h5> -<table class="standard-table"> - <tbody> - <tr> - <td> - <p><a href="https://kunalverma94.github.io/gallery/gags/beyblade.html"><img alt="beyblade" src="beyblade.jpg"></a></p> - </td> - </tr> - </tbody> -</table> +<p><a href="https://kunalverma94.github.io/gallery/gags/beyblade.html">https://kunalverma94.github.io/gallery/gags/beyblade.html</a></p> <h2 id="Snake_Game">Snake Game</h2> diff --git a/files/en-us/web/api/event/comparison_of_event_targets/index.html b/files/en-us/web/api/event/comparison_of_event_targets/index.html index 33c89587054c34f..9644ce952bdda3f 100644 --- a/files/en-us/web/api/event/comparison_of_event_targets/index.html +++ b/files/en-us/web/api/event/comparison_of_event_targets/index.html @@ -18,22 +18,18 @@ <h3 id="Event_targets">Event targets</h3> <p>There are five targets to consider:</p> <table class="standard-table"> + <thead> + <tr> + <th>Property</th> + <th>Defined in</th> + <th>Purpose</th> + </tr> + </thead> <tbody> - <tr> - <th>Property</th> - <th>Defined in</th> - <th>Purpose</th> - </tr> <tr> <td><code><a href="/en-US/docs/Web/API/Event/target">event.target</a></code></td> <td><a href="https://www.w3.org/TR/DOM-Level-2/events.html#Events-interface">DOM Event Interface</a></td> - <td> - <p>The DOM element on the lefthand side of the call that triggered this event, eg:</p> - - <pre class="brush: js"> -<em>element</em>.dispatchEvent(<em>event</em>) -</pre> - </td> + <td>The DOM element on the left hand side of the call that triggered this event.</td> </tr> <tr> <td><code><a href="/en-US/docs/Web/API/Event/currentTarget">event.currentTarget</a></code></td> diff --git a/files/en-us/web/api/file_and_directory_entries_api/firefox_support/index.html b/files/en-us/web/api/file_and_directory_entries_api/firefox_support/index.html index 7852033bb7cb6ad..96394e8993cf8fb 100644 --- a/files/en-us/web/api/file_and_directory_entries_api/firefox_support/index.html +++ b/files/en-us/web/api/file_and_directory_entries_api/firefox_support/index.html @@ -35,35 +35,35 @@ <h2 id="Chrome_deviations_from_the_specification">Chrome deviations from the spe </thead> <tbody> <tr> - <th scope="row"><code>FileSystemDirectoryEntry</code></th> + <td><code>FileSystemDirectoryEntry</code></td> <td><code>DirectoryEntry</code></td> </tr> <tr> - <th scope="row"><code>FileSystemDirectoryEntrySync</code></th> + <td><code>FileSystemDirectoryEntrySync</code></td> <td><code>DirectoryEntrySync</code></td> </tr> <tr> - <th scope="row"><code>FileSystemDirectoryReader</code></th> + <td><code>FileSystemDirectoryReader</code></td> <td><code>DirectoryReader</code></td> </tr> <tr> - <th scope="row"><code>FileSystemDirectoryReaderSync</code></th> + <td><code>FileSystemDirectoryReaderSync</code></td> <td><code>DirectoryReaderSync</code></td> </tr> <tr> - <th scope="row"><code>FileSystemEntry</code></th> + <td><code>FileSystemEntry</code></td> <td><code>Entry</code></td> </tr> <tr> - <th scope="row"><code>FileSystemEntrySync</code></th> + <td><code>FileSystemEntrySync</code></td> <td><code>EntrySync</code></td> </tr> <tr> - <th scope="row"><code>FileSystemFileEntry</code></th> + <td><code>FileSystemFileEntry</code></td> <td><code>FileEntry</code></td> </tr> <tr> - <th scope="row"><code>FileSystemFileEntrySync</code></th> + <td><code>FileSystemFileEntrySync</code></td> <td><code>FileEntrySync</code></td> </tr> </tbody> diff --git a/files/en-us/web/api/idbcursor/update/index.html b/files/en-us/web/api/idbcursor/update/index.html index eb3a4c5463ee4b4..1e104560bda196f 100644 --- a/files/en-us/web/api/idbcursor/update/index.html +++ b/files/en-us/web/api/idbcursor/update/index.html @@ -70,11 +70,8 @@ <h3 id="Exceptions">Exceptions</h3> </tr> <tr> <td><code>DataError</code></td> - <td> - <p>The underlying object store uses in-line keys and the property in the value at - the object store's key path does not match the key in this cursor's position. - </p> - </td> + <td>The underlying object store uses in-line keys and the property in the value at + the object store's key path does not match the key in this cursor's position.</td> </tr> <tr> <td><code>DataCloneError</code></td> diff --git a/files/en-us/web/api/idbdatabase/transaction/index.html b/files/en-us/web/api/idbdatabase/transaction/index.html index b602edbbddba2e1..14f9b73c35b2df3 100644 --- a/files/en-us/web/api/idbdatabase/transaction/index.html +++ b/files/en-us/web/api/idbdatabase/transaction/index.html @@ -117,10 +117,8 @@ <h3 id="Exceptions">Exceptions</h3> <td> <code><a href="/en-US/docs/Web/API/IDBDatabaseException#not_allowed_err">InvalidStateError</a></code> </td> - <td> - <p>The <code>close()</code> method has previously been called on this - {{domxref("IDBDatabase")}} instance.</p> - </td> + <td>The <code>close()</code> method has previously been called on this + {{domxref("IDBDatabase")}} instance.</td> </tr> <tr> <td><code>NotFoundError</code></td> @@ -133,8 +131,7 @@ <h3 id="Exceptions">Exceptions</h3> </tr> <tr> <td><code>InvalidAccessError</code></td> - <td>The function was called with an empty list of store names.<br> - </td> + <td>The function was called with an empty list of store names.</td> </tr> </tbody> </table> diff --git a/files/en-us/web/api/idbenvironmentsync/index.html b/files/en-us/web/api/idbenvironmentsync/index.html index 869a39448be659d..720b7dd471caf15 100644 --- a/files/en-us/web/api/idbenvironmentsync/index.html +++ b/files/en-us/web/api/idbenvironmentsync/index.html @@ -31,11 +31,7 @@ <h2 id="Attributes">Attributes</h2> <tr> <td><code>indexedDBSync</code></td> <td><code>readonly <a href="/en-US/docs/Web/API/IDBFactorySync">IDBFactorySync</a></code></td> - <td>Provides a synchronous means of accessing the capabilities of indexed databases. - <div class="notecard note"> - <p><strong>Note:</strong> Until the Indexed Database API specification is finalized, this attribute should be accessed as <code>moz_indexedDBSync</code>.</p> - </div> - </td> + <td>Provides a synchronous means of accessing the capabilities of indexed databases.</td> </tr> </tbody> </table> diff --git a/files/en-us/web/api/idbindex/count/index.html b/files/en-us/web/api/idbindex/count/index.html index c321aa0ff21f5a9..09299d0e11c0d81 100644 --- a/files/en-us/web/api/idbindex/count/index.html +++ b/files/en-us/web/api/idbindex/count/index.html @@ -57,9 +57,7 @@ <h3 id="Exceptions">Exceptions</h3> </tr> <tr> <td><code>DataError</code></td> - <td> - <p>The key or key range provided contains an invalid key.</p> - </td> + <td>The key or key range provided contains an invalid key.</td> </tr> <tr> <td><code>InvalidStateError</code></td> diff --git a/files/en-us/web/api/idbindex/get/index.html b/files/en-us/web/api/idbindex/get/index.html index 66996e9bd1e07ed..36a9b6f726d6bce 100644 --- a/files/en-us/web/api/idbindex/get/index.html +++ b/files/en-us/web/api/idbindex/get/index.html @@ -63,9 +63,7 @@ <h3 id="Exceptions">Exceptions</h3> </tr> <tr> <td><code>DataError</code></td> - <td> - <p>The key or key range provided contains an invalid key.</p> - </td> + <td>The key or key range provided contains an invalid key.</td> </tr> <tr> <td><code>InvalidStateError</code></td> diff --git a/files/en-us/web/api/idbindex/getkey/index.html b/files/en-us/web/api/idbindex/getkey/index.html index 3a107251a0143c1..7beb14b60e6bddb 100644 --- a/files/en-us/web/api/idbindex/getkey/index.html +++ b/files/en-us/web/api/idbindex/getkey/index.html @@ -62,9 +62,7 @@ <h3 id="Exceptions">Exceptions</h3> </tr> <tr> <td><code>DataError</code></td> - <td> - <p>The key or key range provided contains an invalid key.</p> - </td> + <td>The key or key range provided contains an invalid key.</td> </tr> <tr> <td><code>InvalidStateError</code></td> diff --git a/files/en-us/web/api/idbindex/opencursor/index.html b/files/en-us/web/api/idbindex/opencursor/index.html index 7974121af8da246..b50848b357902fc 100644 --- a/files/en-us/web/api/idbindex/opencursor/index.html +++ b/files/en-us/web/api/idbindex/opencursor/index.html @@ -74,9 +74,7 @@ <h3 id="Exceptions">Exceptions</h3> </tr> <tr> <td><code>DataError</code></td> - <td> - <p>The key or key range provided contains an invalid key.</p> - </td> + <td>The key or key range provided contains an invalid key.</td> </tr> <tr> <td><code>InvalidStateError</code></td> diff --git a/files/en-us/web/api/idbindex/openkeycursor/index.html b/files/en-us/web/api/idbindex/openkeycursor/index.html index 7ff4b3fbacb6f64..2521d0d34a0cd0a 100644 --- a/files/en-us/web/api/idbindex/openkeycursor/index.html +++ b/files/en-us/web/api/idbindex/openkeycursor/index.html @@ -82,9 +82,7 @@ <h3 id="Exceptions">Exceptions</h3> </tr> <tr> <td><code>DataError</code></td> - <td> - <p>The key or key range provided contains an invalid key.</p> - </td> + <td>The key or key range provided contains an invalid key.</td> </tr> <tr> <td><code>InvalidStateError</code></td> diff --git a/files/en-us/web/api/idbkeyrange/lowerbound/index.html b/files/en-us/web/api/idbkeyrange/lowerbound/index.html index 70a529c1504202c..907dcf9fdacc2ec 100644 --- a/files/en-us/web/api/idbkeyrange/lowerbound/index.html +++ b/files/en-us/web/api/idbkeyrange/lowerbound/index.html @@ -56,9 +56,7 @@ <h3 id="Exceptions">Exceptions</h3> <tbody> <tr> <td><code>DataError</code></td> - <td> - <p>The value parameter passed was not a valid key.</p> - </td> + <td>The value parameter passed was not a valid key.</td> </tr> </tbody> </table> diff --git a/files/en-us/web/api/idbkeyrange/only/index.html b/files/en-us/web/api/idbkeyrange/only/index.html index fac89d5b59cd960..f3043a3b383e988 100644 --- a/files/en-us/web/api/idbkeyrange/only/index.html +++ b/files/en-us/web/api/idbkeyrange/only/index.html @@ -48,10 +48,7 @@ <h3 id="Exceptions">Exceptions</h3> <tbody> <tr> <td><code>DataError</code></td> - <td> - <p>The value parameter passed was not a valid key.</p> - - </td> + <td>The value parameter passed was not a valid key.</td> </tr> </tbody> </table> diff --git a/files/en-us/web/api/idbkeyrange/upperbound/index.html b/files/en-us/web/api/idbkeyrange/upperbound/index.html index d6da4159d256984..556b5bc47f6b79f 100644 --- a/files/en-us/web/api/idbkeyrange/upperbound/index.html +++ b/files/en-us/web/api/idbkeyrange/upperbound/index.html @@ -53,9 +53,7 @@ <h3 id="Exceptions">Exceptions</h3> <tbody> <tr> <td><code>DataError</code></td> - <td> - <p>The value parameter passed was not a valid key.</p> - </td> + <td>The value parameter passed was not a valid key.</td> </tr> </tbody> </table> diff --git a/files/en-us/web/api/idbobjectstore/delete/index.html b/files/en-us/web/api/idbobjectstore/delete/index.html index 3de27f023fdb032..715e2e370d0387b 100644 --- a/files/en-us/web/api/idbobjectstore/delete/index.html +++ b/files/en-us/web/api/idbobjectstore/delete/index.html @@ -72,13 +72,11 @@ <h3 id="Exceptions">Exceptions</h3> </tr> <tr> <td><code>DataError</code></td> - <td> - <p>The <var>key</var> is not a <a + <td>The <var>key</var> is not a <a href="https://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html#dfn-valid-key">valid key</a> or a <a href="https://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html#dfn-key-range">key - range</a>.</p> - </td> + range</a>.</td> </tr> </tbody> </table> diff --git a/files/en-us/web/api/idbobjectstore/get/index.html b/files/en-us/web/api/idbobjectstore/get/index.html index 9c4bcad3a88b933..b34974a8b59c43a 100644 --- a/files/en-us/web/api/idbobjectstore/get/index.html +++ b/files/en-us/web/api/idbobjectstore/get/index.html @@ -66,9 +66,7 @@ <h3 id="Exceptions">Exceptions</h3> </tr> <tr> <td><code>DataError</code></td> - <td> - <p>The key or key range provided contains an invalid key.</p> - </td> + <td>The key or key range provided contains an invalid key.</td> </tr> <tr> <td><code>InvalidStateError</code></td> diff --git a/files/en-us/web/api/idbobjectstore/getall/index.html b/files/en-us/web/api/idbobjectstore/getall/index.html index 8c744ed19f05144..94fe243e8d2cc6c 100644 --- a/files/en-us/web/api/idbobjectstore/getall/index.html +++ b/files/en-us/web/api/idbobjectstore/getall/index.html @@ -82,9 +82,7 @@ <h3 id="Exceptions">Exceptions</h3> </tr> <tr> <td><code>DataError</code></td> - <td> - <p>The key or key range provided contains an invalid key or is null.</p> - </td> + <td>The key or key range provided contains an invalid key or is null.</td> </tr> <tr> <td><code>InvalidStateError</code></td> diff --git a/files/en-us/web/api/idbobjectstore/getallkeys/index.html b/files/en-us/web/api/idbobjectstore/getallkeys/index.html index 4ffacd200a90bc2..acef28d84cebf61 100644 --- a/files/en-us/web/api/idbobjectstore/getallkeys/index.html +++ b/files/en-us/web/api/idbobjectstore/getallkeys/index.html @@ -73,9 +73,7 @@ <h3 id="Exceptions">Exceptions</h3> </tr> <tr> <td><code>DataError</code></td> - <td> - <p>The key or key range provided contains an invalid key or is null.</p> - </td> + <td>The key or key range provided contains an invalid key or is null.</td> </tr> <tr> <td><code>InvalidStateError</code></td> diff --git a/files/en-us/web/api/idbobjectstore/getkey/index.html b/files/en-us/web/api/idbobjectstore/getkey/index.html index c84b5312f6b615f..a8181736253559f 100644 --- a/files/en-us/web/api/idbobjectstore/getkey/index.html +++ b/files/en-us/web/api/idbobjectstore/getkey/index.html @@ -59,9 +59,7 @@ <h3 id="Exceptions">Exceptions</h3> </tr> <tr> <td><code>DataError</code></td> - <td> - <p>The key or key range provided contains an invalid key.</p> - </td> + <td>The key or key range provided contains an invalid key.</td> </tr> <tr> <td><code>InvalidStateError</code></td> diff --git a/files/en-us/web/api/idbtransaction/index.html b/files/en-us/web/api/idbtransaction/index.html index f01a0f4d5096e3b..734997b13319cca 100644 --- a/files/en-us/web/api/idbtransaction/index.html +++ b/files/en-us/web/api/idbtransaction/index.html @@ -116,31 +116,19 @@ <h2 id="Mode_constants">Mode constants</h2> <tbody> <tr> <td><code><a>READ_ONLY</a></code></td> - <td> - <p>"readonly"</p> - - <p>(0 in Chrome)</p> - </td> + <td>"readonly" (0 in Chrome)</td> <td> <p>Allows data to be read but not changed.</p> </td> </tr> <tr> <td><code><a>READ_WRITE</a></code></td> - <td> - <p>"readwrite"</p> - - <p>(1 in Chrome)</p> - </td> + <td>"readwrite" (1 in Chrome)</td> <td>Allows reading and writing of data in existing data stores to be changed.</td> </tr> <tr> <td><code><a>VERSION_CHANGE</a></code></td> - <td> - <p>"versionchange"</p> - - <p>(2 in Chrome)</p> - </td> + <td>"versionchange" (2 in Chrome)</td> <td>Allows any operation to be performed, including ones that delete and create object stores and indexes. This mode is for updating the version number of transactions that were started using the <a href="/en-US/docs/Web/API/IDBDatabase#setversion"><code>setVersion()</code></a> method of <a href="/en-US/docs/Web/API/IDBDatabase">IDBDatabase</a> objects. Transactions of this mode cannot run concurrently with other transactions. Transactions in this mode are known as "upgrade transactions."</td> </tr> </tbody> diff --git a/files/en-us/web/api/window/open/ais_newwindowicon.png b/files/en-us/web/api/window/open/ais_newwindowicon.png deleted file mode 100644 index ead46c3b79ca9d2..000000000000000 Binary files a/files/en-us/web/api/window/open/ais_newwindowicon.png and /dev/null differ diff --git a/files/en-us/web/api/window/open/cursor_linknewwindowtargetblank.png b/files/en-us/web/api/window/open/cursor_linknewwindowtargetblank.png deleted file mode 100644 index a2b15463b06c5c7..000000000000000 Binary files a/files/en-us/web/api/window/open/cursor_linknewwindowtargetblank.png and /dev/null differ diff --git a/files/en-us/web/api/window/open/cursor_newwindowsergeysokoloff.png b/files/en-us/web/api/window/open/cursor_newwindowsergeysokoloff.png deleted file mode 100644 index 2eee08f06108392..000000000000000 Binary files a/files/en-us/web/api/window/open/cursor_newwindowsergeysokoloff.png and /dev/null differ diff --git a/files/en-us/web/api/window/open/index.html b/files/en-us/web/api/window/open/index.html index 6b36502df4e60e4..6e27b81937c58f8 100644 --- a/files/en-us/web/api/window/open/index.html +++ b/files/en-us/web/api/window/open/index.html @@ -645,50 +645,6 @@ <h4 id="Always_identify_links_that_will_create_or_will_re-use_a_new_secondary_wi Predict Where They Are Going</a>, Jakob Nielsen, January 1998</li> </ul> -<table class="standard-table"> - <tbody> - <tr> - <td class="header" colspan="4">Example "New Window" Icons & Cursors</td> - </tr> - <tr> - <td><img alt="New window icon from yahoo.com" - src="newwindowyahoo.png"></td> - <td><img alt="New window icon from microsoft.com" - src="newwinmsie.gif"></td> - <td><img alt="New window icon from webaim.org" - src="popup_requested_new_window.gif"></td> - <td><img alt="New window icon from sun.com" - src="popupimagesun.gif"></td> - </tr> - <tr> - <td><img alt="New window icon from bbc.co.uk" - src="opennews_rb.gif"></td> - <td><img alt="New window icon from Accessible Internet Solutions" - src="ais_newwindowicon.png"></td> - <td><img alt="New window icon from accessify.com" - src="pop-up-launcher.gif"></td> - <td><img alt="New window icon from webstyleguide.com" - src="webstyleguide_com_newwind.gif"></td> - </tr> - <tr> - <td><img alt="New window icon from an unknown source" - src="popicon_1.gif"></td> - <td><img alt="New window icon from an unknown source" - src="new.gif"></td> - <td><img alt="New window icon from an unknown source" - src="willcreateorrecyclenewwindow.gif"></td> - <td><img alt="New window icon from gtalbot.org" - src="openrequestedpopup.png"></td> - </tr> - <tr> - <td colspan="2"><img alt="New window cursor from draig.de" - src="cursor_linknewwindowtargetblank.png"></td> - <td colspan="2"><img alt="New window cursor from mithgol.ru" - src="cursor_newwindowsergeysokoloff.png"></td> - </tr> - </tbody> -</table> - <h4 id="Always_use_the_target_attribute">Always use the target attribute</h4> <p>If javascript support is disabled or non-existent, then the user agent will create a diff --git a/files/en-us/web/api/window/open/new.gif b/files/en-us/web/api/window/open/new.gif deleted file mode 100644 index 1628a4bf6aea70f..000000000000000 Binary files a/files/en-us/web/api/window/open/new.gif and /dev/null differ diff --git a/files/en-us/web/api/window/open/newwindowyahoo.png b/files/en-us/web/api/window/open/newwindowyahoo.png deleted file mode 100644 index 97a5442f33008e6..000000000000000 Binary files a/files/en-us/web/api/window/open/newwindowyahoo.png and /dev/null differ diff --git a/files/en-us/web/api/window/open/newwinmsie.gif b/files/en-us/web/api/window/open/newwinmsie.gif deleted file mode 100644 index 65f8f374c725d1e..000000000000000 Binary files a/files/en-us/web/api/window/open/newwinmsie.gif and /dev/null differ diff --git a/files/en-us/web/api/window/open/opennews_rb.gif b/files/en-us/web/api/window/open/opennews_rb.gif deleted file mode 100644 index c6e00465c8404b9..000000000000000 Binary files a/files/en-us/web/api/window/open/opennews_rb.gif and /dev/null differ diff --git a/files/en-us/web/api/window/open/openrequestedpopup.png b/files/en-us/web/api/window/open/openrequestedpopup.png deleted file mode 100644 index 508d073e35d9197..000000000000000 Binary files a/files/en-us/web/api/window/open/openrequestedpopup.png and /dev/null differ diff --git a/files/en-us/web/api/window/open/pop-up-launcher.gif b/files/en-us/web/api/window/open/pop-up-launcher.gif deleted file mode 100644 index d340a344d3eea06..000000000000000 Binary files a/files/en-us/web/api/window/open/pop-up-launcher.gif and /dev/null differ diff --git a/files/en-us/web/api/window/open/popicon_1.gif b/files/en-us/web/api/window/open/popicon_1.gif deleted file mode 100644 index 86f6837881d55fc..000000000000000 Binary files a/files/en-us/web/api/window/open/popicon_1.gif and /dev/null differ diff --git a/files/en-us/web/api/window/open/popup_requested_new_window.gif b/files/en-us/web/api/window/open/popup_requested_new_window.gif deleted file mode 100644 index 14c00ba870975f2..000000000000000 Binary files a/files/en-us/web/api/window/open/popup_requested_new_window.gif and /dev/null differ diff --git a/files/en-us/web/api/window/open/popupimagesun.gif b/files/en-us/web/api/window/open/popupimagesun.gif deleted file mode 100644 index 3b649bad62034c6..000000000000000 Binary files a/files/en-us/web/api/window/open/popupimagesun.gif and /dev/null differ diff --git a/files/en-us/web/api/window/open/webstyleguide_com_newwind.gif b/files/en-us/web/api/window/open/webstyleguide_com_newwind.gif deleted file mode 100644 index 1cf77a620b8cf80..000000000000000 Binary files a/files/en-us/web/api/window/open/webstyleguide_com_newwind.gif and /dev/null differ diff --git a/files/en-us/web/api/window/open/willcreateorrecyclenewwindow.gif b/files/en-us/web/api/window/open/willcreateorrecyclenewwindow.gif deleted file mode 100644 index 1918e9596e3e263..000000000000000 Binary files a/files/en-us/web/api/window/open/willcreateorrecyclenewwindow.gif and /dev/null differ diff --git a/files/en-us/web/api/worklet/index.html b/files/en-us/web/api/worklet/index.html index 51e6876d0540511..9f8355e36ed4df5 100644 --- a/files/en-us/web/api/worklet/index.html +++ b/files/en-us/web/api/worklet/index.html @@ -31,9 +31,7 @@ <h2 id="Worklet_types">Worklet types</h2> <tbody> <tr> <td>{{domxref("PaintWorklet")}}</td> - <td> - <p>For programmatically generating an image where a CSS property expects a file. Access this interface through {{DOMxRef("CSS.paintWorklet")}}.</p> - </td> + <td>For programmatically generating an image where a CSS property expects a file. Access this interface through {{DOMxRef("CSS.paintWorklet")}}.</td> <td><strong>Chrome:</strong> Main thread, <strong>Gecko:</strong> Paint thread</td> <td><a href="https://drafts.css-houdini.org/css-paint-api-1/#paint-worklet">CSS Painting API</a></td> </tr>