【发布时间】:2020-12-11 15:42:47
【问题描述】:
我查看了example of UDNZTimeline widget 并在Chrome 开发人员工具中看到了
除了svg 标签还有一个div 标签,包含dot 标签。我还在UDNZTimeline 示例中的某处看到了pole 标签。我在SVG reference 中看不到这些标签,尽管Chrome 在悬停这些标签时会突出显示视觉元素。
结构如下:
<svg>
<line ...>
and other SVG tags
</svg>
<div>
<dot ....>
<pole ....>
and other non-svg tags which are visualized nevertheless
</div>
这些标签是什么?如何了解它们的含义?
【问题讨论】:
标签: javascript html svg