File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -5850,6 +5850,13 @@ public static class Xhtml
58505850 public static readonly XName div = xhtml + "div" ;
58515851 public static readonly XName h1 = xhtml + "h1" ;
58525852 public static readonly XName h2 = xhtml + "h2" ;
5853+ public static readonly XName h3 = xhtml + "h3" ;
5854+ public static readonly XName h4 = xhtml + "h4" ;
5855+ public static readonly XName h5 = xhtml + "h5" ;
5856+ public static readonly XName h6 = xhtml + "h6" ;
5857+ public static readonly XName h7 = xhtml + "h7" ;
5858+ public static readonly XName h8 = xhtml + "h8" ;
5859+ public static readonly XName h9 = xhtml + "h9" ;
58535860 public static readonly XName head = xhtml + "head" ;
58545861 public static readonly XName html = xhtml + "html" ;
58555862 public static readonly XName i = xhtml + "i" ;
You can’t perform that action at this time.
0 commit comments