Fix heading levels in browser/platform section

- All headings were one level too low
- Pinned tab heading was the wrong level (appeared as child of IE DO NOT USE section)
This commit is contained in:
fvsch 2016-04-22 11:31:26 +02:00
parent a080b1a917
commit 72f724c693
1 changed files with 4 additions and 4 deletions

View File

@ -141,7 +141,7 @@ A collection of HTML head elements.
## Browser/Platform ## Browser/Platform
#### Apple iOS ### Apple iOS
``` html ``` html
<meta name="format-detection" content="telephone=no"> <meta name="format-detection" content="telephone=no">
@ -157,7 +157,7 @@ A collection of HTML head elements.
[Apple Meta Tags](https://developer.apple.com/safari/library/documentation/appleapplications/reference/safarihtmlref/articles/metatags.html) [Apple Meta Tags](https://developer.apple.com/safari/library/documentation/appleapplications/reference/safarihtmlref/articles/metatags.html)
#### Internet Explorer ### Internet Explorer
``` html ``` html
<meta http-equiv="x-ua-compatible" content="ie=edge"> <meta http-equiv="x-ua-compatible" content="ie=edge">
@ -171,7 +171,7 @@ A collection of HTML head elements.
<meta name="msapplication-config" content="ieconfig.xml"> <meta name="msapplication-config" content="ieconfig.xml">
``` ```
#### Internet Explorer (LEGACY DO NOT USE) ### Internet Explorer (LEGACY DO NOT USE)
``` html ``` html
<!-- Legacy Tags (DO NOT USE) --> <!-- Legacy Tags (DO NOT USE) -->
@ -180,7 +180,7 @@ A collection of HTML head elements.
<meta http-equiv="page-exit" content="revealtrans(duration=3,transition=12)"> <meta http-equiv="page-exit" content="revealtrans(duration=3,transition=12)">
``` ```
##### Safari 9: Pinned tabs in El Capitan ### Safari 9: Pinned tabs in El Capitan
```html ```html
<link rel="mask-icon" href="icon.svg" color="red"> <link rel="mask-icon" href="icon.svg" color="red">