Skip to content

Commit 7af9532

Browse files
committed
<object>
1 parent b72a96a commit 7af9532

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

index.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@
394394
"value"
395395
],
396396
"object": [
397+
"align",
397398
"archive",
398399
"border",
399400
"classid",
@@ -403,10 +404,13 @@
403404
"declare",
404405
"form",
405406
"height",
407+
"hspace",
406408
"name",
407409
"standby",
408410
"type",
411+
"typemustmatch",
409412
"usemap",
413+
"vspace",
410414
"width"
411415
],
412416
"ol": [

scripts/obsolete.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,19 @@ export default {
320320
"declare",
321321
"standby",
322322
"usemap",
323+
324+
// https://www.w3schools.com/tags/tag_object.asp
325+
"typemustmatch",
326+
"usemap",
327+
328+
// https://www.geeksforgeeks.org/html/html-object-hspace-attribute/
329+
"hspace",
330+
331+
// https://www.geeksforgeeks.org/html/html-object-vspace-attribute/
332+
"vspace",
333+
334+
// https://www.geeksforgeeks.org/html/html-object-align-attribute/
335+
"align",
323336
],
324337
ol: [
325338
// https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/ol#compact

0 commit comments

Comments
 (0)