提交 ea860649 编写于 作者: X xiaoyucoding

fix(h5): 修复 rich-text 组件无法渲染 section 等标签的问题

上级 757855d7
......@@ -6,9 +6,18 @@ import {
const TAGS = {
a: '',
abbr: '',
address: '',
article: '',
aside: '',
b: '',
bdi: '',
bdo: ['dir'],
big: '',
blockquote: '',
br: '',
caption: '',
center: '',
cite: '',
code: '',
col: ['span', 'width'],
colgroup: ['span', 'width'],
......@@ -19,12 +28,15 @@ const TAGS = {
dt: '',
em: '',
fieldset: '',
font: '',
footer: '',
h1: '',
h2: '',
h3: '',
h4: '',
h5: '',
h6: '',
header: '',
hr: '',
i: '',
img: ['alt', 'src', 'height', 'width'],
......@@ -32,20 +44,30 @@ const TAGS = {
label: '',
legend: '',
li: '',
mark: '',
nav: '',
ol: ['start', 'type'],
p: '',
pre: '',
q: '',
rt: '',
ruby: '',
s: '',
section: '',
small: '',
span: '',
strong: '',
sub: '',
sup: '',
table: ['width'],
tbody: '',
td: ['colspan', 'rowspan', 'height', 'width'],
td: ['colspan', 'height', 'rowspan', 'width'],
tfoot: '',
th: ['colspan', 'rowspan', 'height', 'width'],
th: ['colspan', 'height', 'rowspan', 'width'],
thead: '',
tr: '',
tr: ['colspan', 'height', 'rowspan', 'width'],
tt: '',
u: '',
ul: ''
}
const CHARS = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册