什么是元标记中的`edit` attr

时间:2012-04-03 21:04:33

标签: html meta-tags

我正在查看jsfiddle的代码并看到这些行:

<meta name="description" edit="mootools shell, easy test you snippets before implementing">
<meta name="keywords" edit="mootools,javascript,javascript framework,shell,test">
<meta name="robots" edit="all">

我以前从未见过edit attr。它有什么作用?我在w3.org或谷歌上找不到任何信息

2 个答案:

答案 0 :(得分:4)

我敢打赌,这只是他们的错误而且“编辑”属性应该是“内容”。也许你应该给他们发一张纸条让他们知道。

更新: 我刚给Piotr寄了一张纸条,让他知道。我会用他的答复(如果有的话)更新我的答案。

答案 1 :(得分:2)

edit属性is not valid html

 Line 4, Column 33: there is no attribute "edit"
  <meta name="description" edit="mootools shell, easy test you snippets before …
✉

所以这意味着它被jsfiddle本身用于将值传递给它们的js,或者由一些我不知道的网络爬虫传递。

我检查了谷歌的抓取工具,但没有提到任何此类属性。