Is header in legend valid?

Caption

前端 未结 7 1235
萌比男神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:39

    In HTML5 elements allowed inside elements are those in the Phrasing Content group. Per the docs:

    Phrasing content is the text of the document, as well as elements that mark up that text at the intra-paragraph level.

提交回复
热议问题