【发布时间】:2014-01-13 11:36:06
【问题描述】:
你知道,为什么 contenteditable=true 在 Opera 中不起作用?
<!DOCTYPE html>
<html>
<body>
<table>
<tr>
<td contenteditable="true">This is a paragraph. It is editable.</td>
</tr>
</table>
</body>
</html>
http://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_global_contenteditable
Opera 版本:12.16,构建 1860 平台:Mac OS 10.9.1
【问题讨论】:
-
caniuse.com/#feat=contenteditable: “...实现方式在编辑某些元素的方式上存在很大差异。”和“在 Internet Explorer 中 contenteditable 不能应用于
TABLE、COL、@987654327 @、TBODY、TD、TFOOT、TH、THEAD、TR元素直接..."
标签: html opera contenteditable