Skip to content

Commit 38c27fb

Browse files
Copilotjoshbuchea
andauthored
Reword meta tag order comment from "must come first" to "should come as early as possible"
Agent-Logs-Url: https://github.com/joshbuchea/HEAD/sessions/b31cec5b-73ed-4673-9285-59c7eb435783 Co-authored-by: joshbuchea <1474361+joshbuchea@users.noreply.github.com>
1 parent cc8c0fa commit 38c27fb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@
4747
Below are the essential elements for any web document (websites/apps):
4848

4949
```html
50+
<meta charset="utf-8">
51+
<meta name="viewport" content="width=device-width, initial-scale=1">
5052
<!--
51-
The following 2 meta tags *must* come first in the <head>
53+
The above 2 meta tags should come as early as possible in the <head>
5254
to consistently ensure proper document rendering.
5355
Any other head element should come *after* these tags.
5456
-->
55-
<meta charset="utf-8">
56-
<meta name="viewport" content="width=device-width, initial-scale=1">
5757
<title>Page Title</title>
5858
```
5959

@@ -107,7 +107,7 @@ These elements provide information for how a document should be perceived, and r
107107

108108
```html
109109
<!--
110-
The following 2 meta tags *must* come first in the <head>
110+
The following 2 meta tags should come as early as possible in the <head>
111111
to consistently ensure proper document rendering.
112112
Any other head element should come *after* these tags.
113113
-->

0 commit comments

Comments
 (0)