1
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

IEにでHTML5のmainを使う際の注意

Last updated at Posted at 2016-12-13

HTML5の要素であるmainを使用した際に起きた注意点を紹介します。

注意点

mainタグを使用する際は

main {
  display: block;
}

をかけてあげる

理由

IEではmainタグのデフォルトに設定されているdisplayがinlineのため

1
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?