repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
content
/
test
/
data
/
accessibility
/
html
/
aside.html
blob
37e3e9a7da34d461c3dfba50bbc6ff214bfd72ca
1
<!--
2
@MAC-ALLOW:AXRole*
3
@MAC-ALLOW:AXSubrole=*
4
@WIN-ALLOW:xml-roles*
5
-->
6
<!DOCTYPE
html
>
7
<html>
8
<body>
9
10
<p>
The aside tag defines some content aside from the content it is placed in.
</p>
11
12
<aside>
13
<h4>
Aside tag
</h4>
14
<p>
The aside content should be related to the surrounding content.
</p>
15
</aside>
16
17
</body>
18
</html>