Is header in legend valid?

Caption

前端 未结 7 1186
萌比男神i
萌比男神i 2021-01-17 21:20

I use this in visual studio but the compiler claimed that h1 cannot be nested in legend element, but browser can render it anyway so i am confused

7条回答
  •  臣服心动
    2021-01-17 21:46

    In HTML5, you can use an

    for the same purpose a legend serves in a fieldset, since a fieldset is considered a sectioning root. So if you want to be free from the legend's wonky styling quirks, use this accessible markup:

    Caption

    Other stuff...

提交回复
热议问题