We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3180b07 commit 72b876bCopy full SHA for 72b876b
index.html
@@ -6,10 +6,14 @@
6
<body>
7
<h1>Web Components Specifications</h1>
8
<ul>
9
- <li><a href="explainer/">Introduction to Web Components</a></li>
10
- <li><a href="spec/shadow/">Shadow DOM</a></li>
11
- <li><a href="spec/imports/">HTML Imports</a></li>
12
- <li><a href="spec/custom/">Custom Elements</a></li>
+ <li><a href="explainer/">Introduction to Web Components</a> <a href="zh-cn/explainer/">(中文)</a>
+ </li>
+ <li><a href="spec/shadow/">Shadow DOM</a> <a href="zh-cn/spec/shadow/">(中文)</a>
13
+ <li><a href="spec/imports/">HTML Imports</a> <a href="zh-cn/spec/imports/">(中文)</a>
14
15
+ <li><a href="spec/custom/">Custom Elements</a> <a href="zh-cn/spec/custom/">(中文)</a>
16
17
</ul>
18
</body>
19
</html>
0 commit comments