替代HTML5中的<content>标签?

时间:2016-06-11 05:56:26

标签: html html5

我今天正在阅读关于Shadow DOM的内容,作者使用此<content>标记从主机中提取textContent

教程http://www.html5rocks.com/en/tutorials/webcomponents/shadowdom/

当我查找时,我发现<content>标记已被弃用,应该避免使用。我现在应该怎么做?我应该学会使用<content>标签吗? 来源 Mozilla Documentation

1 个答案:

答案 0 :(得分:0)

相同的文档(Mozilla FireFox)声明:

  

现在已被 function updateNeedle() { var value = 90; var percentValue = value / gaugeMaxValue; percent = percentValue; needle.moveTo(percent); } 元素替换。

使用<slot>元素。当某些东西被弃用时,你不应该再使用它了。 (Mozilla也说明了这一点。)已弃用意味着不再批准/不批准。