diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-08-02 10:31:29 -0400 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-08-04 01:30:29 +0800 |
commit | d4b97cd8ba7c9b71d5e3ccb119103047da3b44a8 (patch) | |
tree | f8ea6bd0389fecc2c53d179b28dbd848a1dc421f /files/zh-cn/web/api/indexeddb_api | |
parent | 9ea776df4726b50ce1b83e7ef8da6b20aeeece73 (diff) | |
download | translated-content-d4b97cd8ba7c9b71d5e3ccb119103047da3b44a8.tar.gz translated-content-d4b97cd8ba7c9b71d5e3ccb119103047da3b44a8.tar.bz2 translated-content-d4b97cd8ba7c9b71d5e3ccb119103047da3b44a8.zip |
remove link 'title' attributes that's just the 'href' (zh-cn, part 6)
Diffstat (limited to 'files/zh-cn/web/api/indexeddb_api')
-rw-r--r-- | files/zh-cn/web/api/indexeddb_api/using_indexeddb/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/zh-cn/web/api/indexeddb_api/using_indexeddb/index.html b/files/zh-cn/web/api/indexeddb_api/using_indexeddb/index.html index 49945bd852..7c7f278f51 100644 --- a/files/zh-cn/web/api/indexeddb_api/using_indexeddb/index.html +++ b/files/zh-cn/web/api/indexeddb_api/using_indexeddb/index.html @@ -1317,7 +1317,7 @@ input { <ul> <li><a href="https://developer.mozilla.org/en/IndexedDB" title="https://developer.mozilla.org/en/IndexedDB">IndexedDB 接口参考</a></li> - <li><a href="http://www.w3.org/TR/IndexedDB/" title="http://www.w3.org/TR/IndexedDB/">Indexed Database 接口说明</a></li> + <li><a href="http://www.w3.org/TR/IndexedDB/">Indexed Database 接口说明</a></li> <li><a href="https://developer.mozilla.org/en-US/docs/IndexedDB/Using_IndexedDB_in_chrome">在 Chrome 中使用 IndexedDB</a></li> <li><a href="https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API/Using_JavaScript_Generators_in_Firefox">在 Firefox 中使用 JavaScript 生成器</a></li> <li>Firefox 源码中的 IndexedDB <a href="https://mxr.mozilla.org/mozilla-central/find?text=&string=dom%2FindexedDB%2F.*%5C.idl&regexp=1">接口文件</a></li> @@ -1326,8 +1326,8 @@ input { <h3 id="教程和指导">教程和指导</h3> <ul> - <li><a href="http://www.html5rocks.com/en/tutorials/indexeddb/uidatabinding/" title="http://www.html5rocks.com/en/tutorials/indexeddb/uidatabinding/">Databinding UI Elements with IndexedDB</a></li> - <li><a href="http://msdn.microsoft.com/en-us/scriptjunkie/gg679063.aspx" title="http://msdn.microsoft.com/en-us/scriptjunkie/gg679063.aspx">IndexedDB — The Store in Your Browser</a></li> + <li><a href="http://www.html5rocks.com/en/tutorials/indexeddb/uidatabinding/">Databinding UI Elements with IndexedDB</a></li> + <li><a href="http://msdn.microsoft.com/en-us/scriptjunkie/gg679063.aspx">IndexedDB — The Store in Your Browser</a></li> </ul> <h3 id="库">库</h3> |