Skip to content

Commit 1ba491c

Browse files
committed
w3c
1 parent 2f72680 commit 1ba491c

3 files changed

Lines changed: 4 additions & 34 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ Created by yyq123@gmail.com using [vim](http://www.vim.org/)
126126
- [输入字符实体(Input Character Entity)](http://yyq123.github.io/learn-vim/learn-vi-602-WebDesign-CharacterEntity.html)[<sup>B</sup>](https://yyq123.blogspot.com/2020/01/vim-input-character-entity.html)<sup>/</sup>[<sup>Z</sup>](https://zhuanlan.zhihu.com/p/103799904)
127127
- [转义字符实体(Escape Character Entity)](http://yyq123.github.io/learn-vim/learn-vi-603-WebDesign-CharacterEntity-Escape.html)[<sup>B</sup>](https://yyq123.blogspot.com/2020/01/vim-escape-character-entity.html)<sup>/</sup>[<sup>Z</sup>](https://zhuanlan.zhihu.com/p/104136197)
128128
- [选择颜色(Select Color)](http://yyq123.github.io/learn-vim/learn-vi-604-WebDesign-ColorSelect.html)[<sup>B</sup>](https://yyq123.blogspot.com/2020/03/vim-html-select-color.html)<sup>/</sup>[<sup>Z</sup>](https://zhuanlan.zhihu.com/p/37478384)
129+
- [网页验证(W3C Validation)](http://yyq123.github.io/learn-vim/learn-vim-WebDesign-validator.html)[<sup>B</sup>](https://yyq123.blogspot.com/2025/07/vim-w3c-validation.html)<sup>/</sup>[<sup>Z</sup>](https://zhuanlan.zhihu.com/p/1932569103773708802)
129130
- **Tag标签**
130131
- [生成标签文件(Generates Tags File)](http://yyq123.github.io/learn-vim/learn-vi-79-01-Tag-File.html)[<sup>B</sup>](https://yyq123.blogspot.com/2020/02/vim-generates-tags-file.html)<sup>/</sup>[<sup>Z</sup>](https://zhuanlan.zhihu.com/p/107046319)
131132
- [匹配单个标签(Matching Single Tag)](http://yyq123.github.io/learn-vim/learn-vi-79-02-Tag-SingleMatch.html)[<sup>B</sup>](https://yyq123.blogspot.com/2020/02/vim-matching-single-tag.html)<sup>/</sup>[<sup>Z</sup>](https://zhuanlan.zhihu.com/p/107467789)

learn-vi-00-00-TOC.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ <h1>VIM学习笔记</h1>
313313
<li><a href="http://yyq123.github.io/learn-vim/learn-vi-602-WebDesign-CharacterEntity.html" title="Input Character Entity">输入字符实体(Input Character Entity)</a></li>
314314
<li><a href="http://yyq123.github.io/learn-vim/learn-vi-603-WebDesign-CharacterEntity-Escape.html" title="Escape Character Entity">转义字符实体(Escape Character Entity)</a></li>
315315
<li><a href="http://yyq123.github.io/learn-vim/learn-vi-604-WebDesign-ColorSelect.html" title="Select Color">选择颜色(Select Color)</a></li>
316+
<li><a href="http://yyq123.github.io/learn-vim/learn-vim-WebDesign-validator.html" title="W3C Validation">网页验证(W3C Validation)</a></li>
316317
</ul>
317318
</li>
318319

learn-vim-WebDesign-validator.html

Lines changed: 2 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -55,43 +55,11 @@ <h2 class="article"><a id="vim-compiler">使用vnu进行编译</a></h2>
5555
<p style="text-indent:2em"><code class="inset">autocmd FileType html,xhtml compiler w3c-html-validator</code></p>
5656
<p>再次打开HTML文件,使用以下命令即可使用vnu进行验证,并在<a href="https://kutt.it/vim-QuickFix" title="QuickFix">QuickFix</a>中显示输出信息:</p>
5757
<p style="text-indent:2em"><code class="inset">:make</code></p>
58-
<p>如果已经打开了多个文件,那么使用以下命令则可以在<a href="https://kutt.it/vim-arg" title="Arguments">参数(Arguments)</a>列表中的所有文件中进行验证:</p>
58+
<p>如果已经打开了多个文件,那么使用以下命令则可以对<a href="https://kutt.it/vim-arg" title="Arguments">参数</a>(Arguments)列表中的所有文件中进行验证:</p>
5959
<p style="text-indent:2em"><code class="inset">:make ##</code></p>
6060
<p><a href="https://yyq123.github.io/learn-vim/images/vnu_make_quickfix.png" title="vnu_make_quickfix"><img src="https://yyq123.github.io/learn-vim/images/vnu_make_quickfix.png" alt="vnu_make_quickfix" width="500" height="98" /></a></p>
6161

62-
<pre class="block"><code class="inset">
63-
</code></pre>
64-
65-
<ul>
66-
<li><p class="item"><br /></p></li>
67-
<li><p class="item"><a href="#" title=""></a><br /></p></li>
68-
</ul>
69-
70-
<span style="font-weight:bold; color:#4169E1; margin-left:0.2em">&#65311;</span>
71-
72-
<table summary="Commands" border="1" frame="border" rules="all" cellspacing="0" cellpadding="3">
73-
<caption style="margin:0.5em; font-weight:bold">选项列表</caption>
74-
<thead>
75-
<tr><th style="white-space: nowrap">选项</th><th>描述</th><th>帮助信息</th></tr>
76-
</thead>
77-
<tbody>
78-
<tr><td><code class="inset">!</code></td><td>如果包含,表示。例如,。</td><td style="white-space: nowrap"><code class="inset">:help viminfo-!</code></td></tr>
79-
</tbody>
80-
</table>
81-
82-
<table summary="Commands" border="2" frame="hsides" rules="all" cellspacing="0" cellpadding="3">
83-
<caption>命令小结</caption>
84-
<tbody>
85-
<tr><td><code class="inset">:</code></td><td rowspan="2"></td></tr>
86-
<tr><td><code class="inset">:</code></td></tr>
87-
<tr><td><code class="inset">:</code></td><td></td></tr>
88-
<tr><td><code class="inset">:</code></td><td></td></tr>
89-
<tr><td><code class="inset">:</code></td><td></td></tr>
90-
</tbody>
91-
</table>
92-
&ldquo;&rdquo;
93-
94-
<p style="border-top:1px solid lightgray"><span style="float:right">Ver: 2.0&nbsp;|&nbsp;<a href="mailto:yyq123@gmail.com">YYQ</a></span><span>&lt;<a title="" href="http://yyq123.github.io/learn-vim/.html">上一篇</a>&nbsp;|<a title="笔记列表" href="http://yyq123.github.com/learn-vim/learn-vi-00-00-TOC.html">&nbsp;目录&nbsp;</a>|&nbsp;<a title="" href="http://yyq123.github.io/learn-vim/.html">下一篇</a>&gt;</span></p>
62+
<p style="border-top:1px solid lightgray"><span style="float:right">Ver: 250726&nbsp;|&nbsp;<a href="mailto:yyq123@gmail.com">YYQ</a></span><span>&lt;<a title="网页开发-输入网页标签" href="http://yyq123.github.io/learn-vim/learn-vi-601-WebDesign-HTMLTag-Input.html">上一篇</a>&nbsp;|<a title="笔记列表" href="http://yyq123.github.com/learn-vim/learn-vi-00-00-TOC.html">&nbsp;目录&nbsp;</a>|&nbsp;<a title="网页开发-Firefox浏览器" href="http://yyq123.github.io/learn-vim/learn-vi-605-WebDesign-Firefox.html">下一篇</a>&gt;</span></p>
9563

9664
</body>
9765
</html>

0 commit comments

Comments
 (0)