@@ -806,6 +806,7 @@ boolean equalsAnother(AttributeName another) {
806806 public static final AttributeName SRCDOC = new AttributeName (ALL_NO_NS , "srcdoc" , "srcdoc" , "srcdoc" , "srcdoc" , ALL_NO_PREFIX , NCNAME_HTML | NCNAME_FOREIGN | NCNAME_LANG );
807807 public static final AttributeName STDDEVIATION = new AttributeName (ALL_NO_NS , "stddeviation" , "stddeviation" , "stdDeviation" , "stddeviation" , ALL_NO_PREFIX , NCNAME_HTML | NCNAME_FOREIGN | NCNAME_LANG );
808808 public static final AttributeName SANDBOX = new AttributeName (ALL_NO_NS , "sandbox" , "sandbox" , "sandbox" , "sandbox" , ALL_NO_PREFIX , NCNAME_HTML | NCNAME_FOREIGN | NCNAME_LANG );
809+ public static final AttributeName SHADOWROOTCUSTOMELEMENTREGISTRY = new AttributeName (ALL_NO_NS , "shadowrootcustomelementregistry" , "shadowrootcustomelementregistry" , "shadowrootcustomelementregistry" , "shadowrootcustomelementregistry" , ALL_NO_PREFIX , NCNAME_HTML | NCNAME_FOREIGN | NCNAME_LANG );
809810 public static final AttributeName SHADOWROOTDELEGATESFOCUS = new AttributeName (ALL_NO_NS , "shadowrootdelegatesfocus" , "shadowrootdelegatesfocus" , "shadowrootdelegatesfocus" , "shadowrootdelegatesfocus" , ALL_NO_PREFIX , NCNAME_HTML | NCNAME_FOREIGN | NCNAME_LANG );
810811 public static final AttributeName WORD_SPACING = new AttributeName (ALL_NO_NS , "word-spacing" , "word-spacing" , "word-spacing" , "word-spacing" , ALL_NO_PREFIX , NCNAME_HTML | NCNAME_FOREIGN | NCNAME_LANG );
811812 public static final AttributeName ACCENTUNDER = new AttributeName (ALL_NO_NS , "accentunder" , "accentunder" , "accentunder" , "accentunder" , ALL_NO_PREFIX , NCNAME_HTML | NCNAME_FOREIGN | NCNAME_LANG );
@@ -1512,6 +1513,7 @@ boolean equalsAnother(AttributeName another) {
15121513 SHADOWROOTREFERENCETARGET ,
15131514 SHADOWROOTSERIALIZABLE ,
15141515 STDDEVIATION ,
1516+ SHADOWROOTCUSTOMELEMENTREGISTRY ,
15151517 SHADOWROOTDELEGATESFOCUS ,
15161518 ACCENTUNDER ,
15171519 ACCESSKEY ,
0 commit comments