File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 394394 " value"
395395 ],
396396 "object" : [
397+ " align" ,
397398 " archive" ,
398399 " border" ,
399400 " classid" ,
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" : [
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments