Skip to content
This repository was archived by the owner on Jan 15, 2021. It is now read-only.

Commit a09aabc

Browse files
committed
1 parent eeb8b3e commit a09aabc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Overview.src.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
@media screen { code { color: #D93B00; } code :link, code :visited { color: inherit; } }
88
pre, code { font-size: inherit; font-family: monospace; font-variant: normal; }
99
pre strong { color: black; font: inherit; font-weight: bold; background: yellow; }
10+
.XXX { color: #E50000; background: white; border: solid red; padding: 0.5em; margin: 1em 0; }
1011
</style>
1112
<link class=not-whatwg rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS]">
1213
<link class=not-w3c rel="stylesheet" href="http://www.whatwg.org/style/specification">
@@ -434,7 +435,7 @@ <h3 id="new-elements">New Elements</h3>
434435

435436
<li><p><code data-anolis-spec=html>main</code>
436437
can be used as a container for the dominant contents of another element, such as
437-
the main content of the page.</p></li>
438+
the main content of the page. In W3C HTML5 and W3C HTML 5.1, only one such element is allowed in a document.</p></li>
438439

439440
<li><p><code data-anolis-spec=html>aside</code>
440441
represents a piece of content that is only slightly related to the

0 commit comments

Comments
 (0)