From 0f5cfcbbb7bafddcfdb1dcbba72fb6d50c8b45e5 Mon Sep 17 00:00:00 2001 From: Alex Carver Date: Tue, 26 Jul 2022 14:16:09 +0100 Subject: [PATCH] Added missing item* global attributes --- html-attributes.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/html-attributes.js b/html-attributes.js index 6bdf7e7..09fbffe 100644 --- a/html-attributes.js +++ b/html-attributes.js @@ -286,8 +286,16 @@ var HTML_ATTRIBUTES = { 'img', ]), + 'itemid': 'GLOBAL', + 'itemprop': 'GLOBAL', + 'itemref': 'GLOBAL', + + 'itemscope': 'GLOBAL', + + 'itemtype': 'GLOBAL', + 'keytype': new Set([ 'keygen', ]),