フィードバックを送信
HTML サニタイズ
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
特定のセキュリティ侵害を防ぐため、Looker では html
パラメータ 、カスタム ウェルカム メール やダッシュボードのテキストタイル とタイルメモ で許可されるHTML タグ、HTML タグ属性、CSS プロパティを制限しています。
Looker は、レンダリングされた HTML からサポートされていない HTML 要素を削除します。たとえば、次の HTML にはサポートされていない HTML タグがあります。
<div class="pretty"><badtag></badtag></div>
Looker では次のようにレンダリングされます:
<div class="pretty"></div>
別の例として、次の HTML にはサポートされていない HTML 属性があります。
<div class="pretty" badattr="uh-oh"></div>
Looker では次のようにレンダリングされます:
<div class="pretty"></div>
HTML の除去はデフォルトでオンになっており、編集できません。
ブラウザでレンダリングされるのは、特定の HTML タグのみです。他のタグはレンダリングされた HTML から削除されます。
Looker でサポートされている HTML タグのリストは次のとおりです。
a
abbr
acronym
address
area
article
aside
audio
b
bdi
bdo
big
blockquote
br
button
canvas
caption
center
cite
code
col
colgroup
datalist
dd
del
details
dfn
dir
div
dl
dt
em
fieldset
figcaption
footer
h1
h2
h3
h4
h5
h6
header
ins
hr
i
img
kbd
label
legend
li
map
mark
menu
meter
nav
ol
output
p
pre
q
s
samp
section
small
source
span
strike
strong
sub
summary
sup
table
tbody
td
tfoot
th
thead
time
tr
track
tt
u
ul
var
video
使用できる HTML タグ属性
ブラウザにレンダリングされるのは、特定の HTML 属性のみです。その他の属性は、レンダリングされた HTML から削除されます。これは、HTML style
タグの CSS プロパティにも適用されます。
Looker でサポートされている HTML 属性のリストは次のとおりです。
abbr
accept
accept-charset
accesskey
action
align
alt
autoplay
axis
border
cellpadding
cellspacing
char
charoff
charset
checked
cite
class
clear
color
cols
colspan
compact
controls
controlslist
coords
datetime
dir
disabled
enctype
for
frame
headers
height
href
hreflang
hspace
id
ismap
label
lang
longdesc
loop
loopcount
loopend
loopstart
maxlength
media
method
multiple
muted
name
nohref
noshade
nowrap
poster
preload
prompt
readonly
rel
rev
rows
rowspan
rules
scope
selected
shape
size
span
src
start
style
summary
tabindex
target
title
type
usemap
valign
value
vspace
width
xml:lang
Looker で使用できる CSS プロパティのリストは次のとおりです。
-moz-border-radius
-moz-border-radius-bottomleft
-moz-border-radius-bottomright
-moz-border-radius-topleft
-moz-border-radius-topright
-moz-box-shadow
-moz-outline
-moz-outline-color
-moz-outline-style
-moz-outline-width
-o-text-overflow
-webkit-border-bottom-left-radius
-webkit-border-bottom-right-radius
-webkit-border-radius
-webkit-border-radius-bottom-left
-webkit-border-radius-bottom-right
-webkit-border-radius-top-left
-webkit-border-radius-top-right
-webkit-border-top-left-radius
-webkit-border-top-right-radius
-webkit-box-shadow
azimuth
background
background-attachment
background-color
background-image
background-position
background-repeat
border
border-bottom
border-bottom-color
border-bottom-left-radius
border-bottom-right-radius
border-bottom-style
border-bottom-width
border-collapse
border-color
border-left
border-left-color
border-left-style
border-left-width
border-radius
border-right
border-right-color
border-right-style
border-right-width
border-spacing
border-style
border-top
border-top-color
border-top-left-radius
border-top-right-radius
border-top-style
border-top-width
border-width
box-shadow
caption-side
clear
color
cue
cue-after
cue-before
cursor
direction
display
elevation
empty-cells
float
font
font-family
font-size
font-stretch
font-style
font-variant
font-weight
height
image()
letter-spacing
line-height
linear-gradient()
list-style
list-style-image
list-style-position
list-style-type
margin
margin-bottom
margin-left
margin-right
margin-top
max-height
max-width
min-height
min-width
outline
outline-color
outline-style
outline-width
overflow
padding
padding-bottom
padding-left
padding-right
padding-top
pause
pause-after
pause-before
pitch
pitch-range
quotes
radial-gradient()
rect()
repeating-linear-gradient()
repeating-radial-gradient()
rgb()
rgba()
richness
speak
speak-header
speak-numeral
speak-punctuation
speech-rate
stress
table-layout
text-align
text-decoration
text-indent
text-overflow
text-shadow
text-transform
text-wrap
unicode-bidi
vertical-align
voice-family
volume
white-space
width
word-spacing
word-wrap
フィードバックを送信
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンス により使用許諾されます。コードサンプルは Apache 2.0 ライセンス により使用許諾されます。詳しくは、Google Developers サイトのポリシー をご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-03-04 UTC。
ご意見をお聞かせください
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-03-04 UTC。"],[],[],null,["# HTML sanitization\n\nTo prevent certain security exploits, Looker restricts which HTML tags, HTML tag attributes, and CSS properties are allowed in the [`html` parameter](/looker/docs/reference/param-field-html), in [custom welcome emails](/looker/docs/admin-panel-users-custom-welcome-email), and in [text tiles](/looker/docs/creating-user-defined-dashboards#adding_tiles_and_text_to_a_dashboard) and [tile notes](/looker/docs/editing-user-defined-dashboards#adding_a_tile_note) in dashboards.\n\nLooker strips any HTML elements that aren't supported from the rendered HTML. For example, the following HTML has unsupported HTML tags: \n\n \u003cdiv class=\"pretty\"\u003e\u003cbadtag\u003e\u003c/badtag\u003e\u003c/div\u003e\n\nLooker will render this as: \n\n \u003cdiv class=\"pretty\"\u003e\u003c/div\u003e\n\nAs another example, the following HTML has unsupported HTML attributes: \n\n \u003cdiv class=\"pretty\" badattr=\"uh-oh\"\u003e\u003c/div\u003e\n\nLooker will render this as: \n\n \u003cdiv class=\"pretty\"\u003e\u003c/div\u003e\n\nHTML sanitization is on by default and can't be edited.\n\n\nAllowed HTML tags\n-----------------\n\nOnly certain HTML tags will be rendered in the browser. Any other tags will be stripped from rendered HTML.\n\nHere is the list of HTML tags that Looker supports: \n` a `\n\n\u003cbr /\u003e\n\n` abbr `\n\n\u003cbr /\u003e\n\n` acronym `\n\n\u003cbr /\u003e\n\n` address `\n\n\u003cbr /\u003e\n\n` area `\n\n\u003cbr /\u003e\n\n` article `\n\n\u003cbr /\u003e\n\n` aside `\n\n\u003cbr /\u003e\n\n` audio `\n\n\u003cbr /\u003e\n\n` b `\n\n\u003cbr /\u003e\n\n` bdi `\n\n\u003cbr /\u003e\n\n` bdo `\n\n\u003cbr /\u003e\n\n` big `\n\n\u003cbr /\u003e\n\n` blockquote `\n\n\u003cbr /\u003e\n\n` br `\n\n\u003cbr /\u003e\n\n` button `\n\n\u003cbr /\u003e\n\n` canvas `\n\n\u003cbr /\u003e\n\n` caption `\n\n\u003cbr /\u003e\n\n` center `\n\n\u003cbr /\u003e\n\n` cite `\n\n\u003cbr /\u003e\n\n` code `\n\n\u003cbr /\u003e\n\n` col `\n\n\u003cbr /\u003e\n\n` colgroup `\n\n\u003cbr /\u003e\n\n` datalist `\n\n\u003cbr /\u003e\n\n` dd `\n\n\u003cbr /\u003e\n\n` del `\n\n\u003cbr /\u003e\n\n` details `\n\n\u003cbr /\u003e\n\n` dfn `\n\n\u003cbr /\u003e\n\n` dir `\n\n\u003cbr /\u003e\n\n` div `\n\n\u003cbr /\u003e\n\n` dl `\n\n\u003cbr /\u003e\n\n` dt `\n\n\u003cbr /\u003e\n\n` em `\n\n\u003cbr /\u003e\n\n` fieldset `\n\n\u003cbr /\u003e\n\n` figcaption `\n\n\u003cbr /\u003e\n\n` footer `\n\n\u003cbr /\u003e\n\n` h1 `\n\n\u003cbr /\u003e\n\n` h2 `\n\n\u003cbr /\u003e\n\n` h3 `\n\n\u003cbr /\u003e\n\n` h4 `\n\n\u003cbr /\u003e\n\n` h5 `\n\n\u003cbr /\u003e\n\n` h6 `\n\n\u003cbr /\u003e\n\n` header `\n\n\u003cbr /\u003e\n\n` ins `\n\n\u003cbr /\u003e\n\n` hr `\n\n\u003cbr /\u003e\n\n` i `\n\n\u003cbr /\u003e\n\n` img `\n\n\u003cbr /\u003e\n\n` kbd `\n\n\u003cbr /\u003e\n\n` label `\n\n\u003cbr /\u003e\n\n` legend `\n\n\u003cbr /\u003e\n\n` li `\n\n\u003cbr /\u003e\n\n` map `\n\n\u003cbr /\u003e\n\n` mark `\n\n\u003cbr /\u003e\n\n` menu `\n\n\u003cbr /\u003e\n\n` meter `\n\n\u003cbr /\u003e\n\n` nav `\n\n\u003cbr /\u003e\n\n` ol `\n\n\u003cbr /\u003e\n\n` output `\n\n\u003cbr /\u003e\n\n` p `\n\n\u003cbr /\u003e\n\n` pre `\n\n\u003cbr /\u003e\n\n` q `\n\n\u003cbr /\u003e\n\n` s `\n\n\u003cbr /\u003e\n\n` samp `\n\n\u003cbr /\u003e\n\n` section `\n\n\u003cbr /\u003e\n\n` small `\n\n\u003cbr /\u003e\n\n` source `\n\n\u003cbr /\u003e\n\n` span `\n\n\u003cbr /\u003e\n\n` strike `\n\n\u003cbr /\u003e\n\n` strong `\n\n\u003cbr /\u003e\n\n` sub `\n\n\u003cbr /\u003e\n\n` summary `\n\n\u003cbr /\u003e\n\n` sup `\n\n\u003cbr /\u003e\n\n` table `\n\n\u003cbr /\u003e\n\n` tbody `\n\n\u003cbr /\u003e\n\n` td `\n\n\u003cbr /\u003e\n\n` tfoot `\n\n\u003cbr /\u003e\n\n` th `\n\n\u003cbr /\u003e\n\n` thead `\n\n\u003cbr /\u003e\n\n` time `\n\n\u003cbr /\u003e\n\n` tr `\n\n\u003cbr /\u003e\n\n` track `\n\n\u003cbr /\u003e\n\n` tt `\n\n\u003cbr /\u003e\n\n` u `\n\n\u003cbr /\u003e\n\n` ul `\n\n\u003cbr /\u003e\n\n` var `\n\n\u003cbr /\u003e\n\n` video `\n\n\u003cbr /\u003e\n\n\nAllowed HTML tag attributes\n---------------------------\n\nOnly certain HTML attributes will be rendered in the browser. Any other attributes will be stripped from rendered HTML. This also applies to the CSS properties for HTML `style` tags.\n\nHere is the list of HTML attributes that Looker supports: \n` abbr `\n\n\u003cbr /\u003e\n\n` accept `\n\n\u003cbr /\u003e\n\n` accept-charset `\n\n\u003cbr /\u003e\n\n` accesskey `\n\n\u003cbr /\u003e\n\n` action `\n\n\u003cbr /\u003e\n\n` align `\n\n\u003cbr /\u003e\n\n` alt `\n\n\u003cbr /\u003e\n\n` autoplay `\n\n\u003cbr /\u003e\n\n` axis `\n\n\u003cbr /\u003e\n\n` border `\n\n\u003cbr /\u003e\n\n` cellpadding `\n\n\u003cbr /\u003e\n\n` cellspacing `\n\n\u003cbr /\u003e\n\n` char `\n\n\u003cbr /\u003e\n\n` charoff `\n\n\u003cbr /\u003e\n\n` charset `\n\n\u003cbr /\u003e\n\n` checked `\n\n\u003cbr /\u003e\n\n` cite `\n\n\u003cbr /\u003e\n\n` class `\n\n\u003cbr /\u003e\n\n` clear `\n\n\u003cbr /\u003e\n\n` color `\n\n\u003cbr /\u003e\n\n` cols `\n\n\u003cbr /\u003e\n\n` colspan `\n\n\u003cbr /\u003e\n\n` compact `\n\n\u003cbr /\u003e\n\n` controls `\n\n\u003cbr /\u003e\n\n` controlslist `\n\n\u003cbr /\u003e\n\n` coords `\n\n\u003cbr /\u003e\n\n` datetime `\n\n\u003cbr /\u003e\n\n` dir `\n\n\u003cbr /\u003e\n\n` disabled `\n\n\u003cbr /\u003e\n\n` enctype `\n\n\u003cbr /\u003e\n\n` for `\n\n\u003cbr /\u003e\n\n` frame `\n\n\u003cbr /\u003e\n\n` headers `\n\n\u003cbr /\u003e\n\n` height `\n\n\u003cbr /\u003e\n\n` href `\n\n\u003cbr /\u003e\n\n` hreflang `\n\n\u003cbr /\u003e\n\n` hspace `\n\n\u003cbr /\u003e\n\n` id `\n\n\u003cbr /\u003e\n\n` ismap `\n\n\u003cbr /\u003e\n\n` label `\n\n\u003cbr /\u003e\n\n` lang `\n\n\u003cbr /\u003e\n\n` longdesc `\n\n\u003cbr /\u003e\n\n` loop `\n\n\u003cbr /\u003e\n\n` loopcount `\n\n\u003cbr /\u003e\n\n` loopend `\n\n\u003cbr /\u003e\n\n` loopstart `\n\n\u003cbr /\u003e\n\n` maxlength `\n\n\u003cbr /\u003e\n\n` media `\n\n\u003cbr /\u003e\n\n` method `\n\n\u003cbr /\u003e\n\n` multiple `\n\n\u003cbr /\u003e\n\n` muted `\n\n\u003cbr /\u003e\n\n` name `\n\n\u003cbr /\u003e\n\n` nohref `\n\n\u003cbr /\u003e\n\n` noshade `\n\n\u003cbr /\u003e\n\n` nowrap `\n\n\u003cbr /\u003e\n\n` poster `\n\n\u003cbr /\u003e\n\n` preload `\n\n\u003cbr /\u003e\n\n` prompt `\n\n\u003cbr /\u003e\n\n` readonly `\n\n\u003cbr /\u003e\n\n` rel `\n\n\u003cbr /\u003e\n\n` rev `\n\n\u003cbr /\u003e\n\n` rows `\n\n\u003cbr /\u003e\n\n` rowspan `\n\n\u003cbr /\u003e\n\n` rules `\n\n\u003cbr /\u003e\n\n` scope `\n\n\u003cbr /\u003e\n\n` selected `\n\n\u003cbr /\u003e\n\n` shape `\n\n\u003cbr /\u003e\n\n` size `\n\n\u003cbr /\u003e\n\n` span `\n\n\u003cbr /\u003e\n\n` src `\n\n\u003cbr /\u003e\n\n` start `\n\n\u003cbr /\u003e\n\n` style `\n\n\u003cbr /\u003e\n\n` summary `\n\n\u003cbr /\u003e\n\n` tabindex `\n\n\u003cbr /\u003e\n\n` target `\n\n\u003cbr /\u003e\n\n` title `\n\n\u003cbr /\u003e\n\n` type `\n\n\u003cbr /\u003e\n\n` usemap `\n\n\u003cbr /\u003e\n\n` valign `\n\n\u003cbr /\u003e\n\n` value `\n\n\u003cbr /\u003e\n\n` vspace `\n\n\u003cbr /\u003e\n\n` width `\n\n\u003cbr /\u003e\n\n` xml:lang `\n\n\u003cbr /\u003e\n\n\nAllowed CSS Properties for HTML `style` Tags\n--------------------------------------------\n\nHere is the list of allowed CSS properties that Looker supports: \n` -moz-border-radius `\n\n\u003cbr /\u003e\n\n` -moz-border-radius-bottomleft `\n\n\u003cbr /\u003e\n\n` -moz-border-radius-bottomright `\n\n\u003cbr /\u003e\n\n` -moz-border-radius-topleft `\n\n\u003cbr /\u003e\n\n` -moz-border-radius-topright `\n\n\u003cbr /\u003e\n\n` -moz-box-shadow `\n\n\u003cbr /\u003e\n\n` -moz-outline `\n\n\u003cbr /\u003e\n\n` -moz-outline-color `\n\n\u003cbr /\u003e\n\n` -moz-outline-style `\n\n\u003cbr /\u003e\n\n` -moz-outline-width `\n\n\u003cbr /\u003e\n\n` -o-text-overflow `\n\n\u003cbr /\u003e\n\n` -webkit-border-bottom-left-radius `\n\n\u003cbr /\u003e\n\n` -webkit-border-bottom-right-radius `\n\n\u003cbr /\u003e\n\n` -webkit-border-radius `\n\n\u003cbr /\u003e\n\n` -webkit-border-radius-bottom-left `\n\n\u003cbr /\u003e\n\n` -webkit-border-radius-bottom-right `\n\n\u003cbr /\u003e\n\n` -webkit-border-radius-top-left `\n\n\u003cbr /\u003e\n\n` -webkit-border-radius-top-right `\n\n\u003cbr /\u003e\n\n` -webkit-border-top-left-radius `\n\n\u003cbr /\u003e\n\n` -webkit-border-top-right-radius `\n\n\u003cbr /\u003e\n\n` -webkit-box-shadow `\n\n\u003cbr /\u003e\n\n` azimuth `\n\n\u003cbr /\u003e\n\n` background `\n\n\u003cbr /\u003e\n\n` background-attachment `\n\n\u003cbr /\u003e\n\n` background-color `\n\n\u003cbr /\u003e\n\n` background-image` (note that `url` is unsupported)\n\n\u003cbr /\u003e\n\n` background-position `\n\n\u003cbr /\u003e\n\n` background-repeat `\n\n\u003cbr /\u003e\n\n` border `\n\n\u003cbr /\u003e\n\n` border-bottom `\n\n\u003cbr /\u003e\n\n` border-bottom-color `\n\n\u003cbr /\u003e\n\n` border-bottom-left-radius `\n\n\u003cbr /\u003e\n\n` border-bottom-right-radius `\n\n\u003cbr /\u003e\n\n` border-bottom-style `\n\n\u003cbr /\u003e\n\n` border-bottom-width `\n\n\u003cbr /\u003e\n\n` border-collapse `\n\n\u003cbr /\u003e\n\n` border-color `\n\n\u003cbr /\u003e\n\n` border-left `\n\n\u003cbr /\u003e\n\n` border-left-color `\n\n\u003cbr /\u003e\n\n` border-left-style `\n\n\u003cbr /\u003e\n\n` border-left-width `\n\n\u003cbr /\u003e\n\n` border-radius `\n\n\u003cbr /\u003e\n\n` border-right `\n\n\u003cbr /\u003e\n\n` border-right-color `\n\n\u003cbr /\u003e\n\n` border-right-style `\n\n\u003cbr /\u003e\n\n` border-right-width `\n\n\u003cbr /\u003e\n\n` border-spacing `\n\n\u003cbr /\u003e\n\n` border-style `\n\n\u003cbr /\u003e\n\n` border-top `\n\n\u003cbr /\u003e\n\n` border-top-color `\n\n\u003cbr /\u003e\n\n` border-top-left-radius `\n\n\u003cbr /\u003e\n\n` border-top-right-radius `\n\n\u003cbr /\u003e\n\n` border-top-style `\n\n\u003cbr /\u003e\n\n` border-top-width `\n\n\u003cbr /\u003e\n\n` border-width `\n\n\u003cbr /\u003e\n\n` box-shadow `\n\n\u003cbr /\u003e\n\n` caption-side `\n\n\u003cbr /\u003e\n\n` clear `\n\n\u003cbr /\u003e\n\n` color `\n\n\u003cbr /\u003e\n\n` cue `\n\n\u003cbr /\u003e\n\n` cue-after `\n\n\u003cbr /\u003e\n\n` cue-before `\n\n\u003cbr /\u003e\n\n` cursor `\n\n\u003cbr /\u003e\n\n` direction `\n\n\u003cbr /\u003e\n\n` display `\n\n\u003cbr /\u003e\n\n` elevation `\n\n\u003cbr /\u003e\n\n` empty-cells `\n\n\u003cbr /\u003e\n\n` float `\n\n\u003cbr /\u003e\n\n` font `\n\n\u003cbr /\u003e\n\n` font-family `\n\n\u003cbr /\u003e\n\n` font-size `\n\n\u003cbr /\u003e\n\n` font-stretch `\n\n\u003cbr /\u003e\n\n` font-style `\n\n\u003cbr /\u003e\n\n` font-variant `\n\n\u003cbr /\u003e\n\n` font-weight `\n\n\u003cbr /\u003e\n\n` height `\n\n\u003cbr /\u003e\n\n` image() `\n\n\u003cbr /\u003e\n\n` letter-spacing `\n\n\u003cbr /\u003e\n\n` line-height `\n\n\u003cbr /\u003e\n\n` linear-gradient() `\n\n\u003cbr /\u003e\n\n` list-style `\n\n\u003cbr /\u003e\n\n` list-style-image `\n\n\u003cbr /\u003e\n\n` list-style-position `\n\n\u003cbr /\u003e\n\n` list-style-type `\n\n\u003cbr /\u003e\n\n` margin `\n\n\u003cbr /\u003e\n\n` margin-bottom `\n\n\u003cbr /\u003e\n\n` margin-left `\n\n\u003cbr /\u003e\n\n` margin-right `\n\n\u003cbr /\u003e\n\n` margin-top `\n\n\u003cbr /\u003e\n\n` max-height `\n\n\u003cbr /\u003e\n\n` max-width `\n\n\u003cbr /\u003e\n\n` min-height `\n\n\u003cbr /\u003e\n\n` min-width `\n\n\u003cbr /\u003e\n\n` outline `\n\n\u003cbr /\u003e\n\n` outline-color `\n\n\u003cbr /\u003e\n\n` outline-style `\n\n\u003cbr /\u003e\n\n` outline-width `\n\n\u003cbr /\u003e\n\n` overflow `\n\n\u003cbr /\u003e\n\n` padding `\n\n\u003cbr /\u003e\n\n` padding-bottom `\n\n\u003cbr /\u003e\n\n` padding-left `\n\n\u003cbr /\u003e\n\n` padding-right `\n\n\u003cbr /\u003e\n\n` padding-top `\n\n\u003cbr /\u003e\n\n` pause `\n\n\u003cbr /\u003e\n\n` pause-after `\n\n\u003cbr /\u003e\n\n` pause-before `\n\n\u003cbr /\u003e\n\n` pitch `\n\n\u003cbr /\u003e\n\n` pitch-range `\n\n\u003cbr /\u003e\n\n` quotes `\n\n\u003cbr /\u003e\n\n` radial-gradient() `\n\n\u003cbr /\u003e\n\n` rect() `\n\n\u003cbr /\u003e\n\n` repeating-linear-gradient() `\n\n\u003cbr /\u003e\n\n` repeating-radial-gradient() `\n\n\u003cbr /\u003e\n\n` rgb() `\n\n\u003cbr /\u003e\n\n` rgba() `\n\n\u003cbr /\u003e\n\n` richness `\n\n\u003cbr /\u003e\n\n` speak `\n\n\u003cbr /\u003e\n\n` speak-header `\n\n\u003cbr /\u003e\n\n` speak-numeral `\n\n\u003cbr /\u003e\n\n` speak-punctuation `\n\n\u003cbr /\u003e\n\n` speech-rate `\n\n\u003cbr /\u003e\n\n` stress `\n\n\u003cbr /\u003e\n\n` table-layout `\n\n\u003cbr /\u003e\n\n` text-align `\n\n\u003cbr /\u003e\n\n` text-decoration `\n\n\u003cbr /\u003e\n\n` text-indent `\n\n\u003cbr /\u003e\n\n` text-overflow `\n\n\u003cbr /\u003e\n\n` text-shadow `\n\n\u003cbr /\u003e\n\n` text-transform `\n\n\u003cbr /\u003e\n\n` text-wrap `\n\n\u003cbr /\u003e\n\n` unicode-bidi `\n\n\u003cbr /\u003e\n\n` vertical-align `\n\n\u003cbr /\u003e\n\n` voice-family `\n\n\u003cbr /\u003e\n\n` volume `\n\n\u003cbr /\u003e\n\n` white-space `\n\n\u003cbr /\u003e\n\n` width `\n\n\u003cbr /\u003e\n\n` word-spacing `\n\n\u003cbr /\u003e\n\n` word-wrap `\n\n\u003cbr /\u003e"]]