HTML는 ArcGIS Online 웹사이트에서 콘텐츠 및 데이터를 사용자 정의하는 데 사용됩니다. 이 페이지에서는 HTML sanitizer에서 허용되는 HTML에 대해 간략히 설명합니다.
HTML 태그 및 속성
아래는 지원되는 HTML 태그 및 속성 표입니다.
태그 | 속성 |
---|---|
a | href, style |
abbr | title |
article | style |
aside | style |
audio | autoplay, controls, loop, muted, preload |
b, strong, i, em, u, ul, ol, li, tbody, br, hr | |
blockquote | style |
code | style |
dd, dl, dt | style |
del | style |
details | style, open |
div | style, align, aria-label, aria-hidden |
figcaption | style |
figure | style |
font | size, color, style |
footer | style |
h1, h2, h3, h4, h5, h6 | style |
header | style |
img | src, width, height, border, alt, style |
main | style |
mark | style |
nav | style |
p | style |
pre | style |
section | style |
source | media, src, type |
span | style, aria-label, aria-hidden |
sub | style |
summary | style |
sup | style |
table | width, height, cellpadding, cellspacing, border, style |
td, th | height, width, valign, align, colspan, rowspan, nowrap, style |
time | style |
tr | height, valign, align, style |
video | autoplay, controls, height, loop, muted, poster, preload, width |
HTML 고려 사항
다음 사항을 고려하세요.
- 위의 표에 나열되지 않은 HTML 태그는 지원되지 않으므로 필터링됩니다.
- href 및 src에 허용된 프로토콜은 https, tel 및 mailto입니다.
- 태그를 닫지 않아도 자동으로 닫힙니다.
- <>&"s은(는) <>&"을(를) 사용하여 이스케이프되지 않은 경우에는 태그 외부에서 이스케이프됩니다.
- UNC 링크는 지원되지 않습니다.
- a 태그가 사용된 경우 href 대상 URL은 항상 새 브라우저 탭에 열립니다.
CSS 등록정보
다음 테이블에는 지원되는 CSS 등록정보가 나와 있습니다.
비고:
ArcGIS Online은 인라인 CSS만 지원합니다. CSS는 스타일 속성 내에서 정의해야 합니다.
배경 등록정보
다음은 지원되는 배경 등록정보가 나와 있는 테이블입니다.
등록정보 | ||
---|---|---|
background | background-color | background-position |
background-attachment | background-image | background-repeat |
background-clip | background-origin | background-size |
경계 등록정보
다음은 지원되는 경계 등록정보가 나와 있는 테이블입니다.
등록정보 | ||
---|---|---|
border | border-image-repeat | border-right-style |
border-bottom | border-image-slice | border-right-width |
border-bottom-color | border-image-source | border-spacing |
border-bottom-left-radius | border-image-width | border-style |
border-bottom-right-radius | border-left | border-top |
border-bottom-style | border-left-color | border-top-color |
border-bottom-width | border-left-style | border-top-left-radius |
border-collapse | border-left-width | border-top-right-radius |
border-color | border-radius | border-top-style |
border-image | border-right | border-top-width |
border-image-outset | border-right-color | border-width |
상자 등록정보
다음은 지원되는 상자 등록정보가 나와 있는 테이블입니다.
등록정보 | ||
---|---|---|
box-decoration-break | box-sizing | box-suppress |
box-shadow | box-snap |
구분점 등록정보
다음은 지원되는 구분점 등록정보가 나와 있는 테이블입니다.
등록정보 | ||
---|---|---|
break-after | break-before | break-inside |
디스플레이 등록정보
다음은 지원되는 디스플레이 등록정보가 나와 있는 테이블입니다.
등록정보 | |||
---|---|---|---|
display | display-inside | display-list | display-outside |
Flex 등록정보
다음은 지원되는 flex 등록정보가 나와 있는 테이블입니다.
등록정보 | |||
---|---|---|---|
flex | flex-direction | flex-grow | flex-wrap |
flex-basis | flex-flow | flex-shrink |
글꼴 등록정보
다음은 지원되는 글꼴 등록정보가 나와 있는 테이블입니다.
등록정보 | ||
---|---|---|
font | font-size-adjust | font-variant-caps |
font-family | font-stretch | font-variant-east-asian |
font-feature-settings | font-style | font-variant-ligatures |
font-kerning | font-synthesis | font-variant-numeric |
font-language-override | font-variant | font-variant-position |
font-size | font-variant-alternates | font-weight |
격자 등록정보
다음은 지원되는 격자 등록정보가 나와 있는 테이블입니다.
등록정보 | ||
---|---|---|
grid | grid-column | grid-row-start |
grid-area | grid-column-end | grid-template |
grid-auto-columns | grid-column-start | grid-template-areas |
grid-auto-flow | grid-row | grid-template-columns |
grid-auto-rows | grid-row-end | grid-template-rows |
양쪽 맞춤 등록정보
다음은 지원되는 양쪽 맞춤 등록정보가 나와 있는 테이블입니다.
등록정보 | ||
---|---|---|
justify-content | justify-items | justify-self |
목록 등록정보
다음은 지원되는 목록 등록정보가 나와 있는 테이블입니다.
등록정보 | |||
---|---|---|---|
list-style | list-style-image | list-style-position | list-style-type |
여백 등록정보
다음은 지원되는 여백 등록정보가 나와 있는 테이블입니다.
등록정보 | ||
---|---|---|
margin | margin-left | margin-top |
margin-bottom | margin-right |
안쪽 여백 등록정보
다음은 지원되는 안쪽 여백 등록정보가 나와 있는 테이블입니다.
등록정보 | ||
---|---|---|
padding | padding-left | padding-top |
padding-bottom | padding-right |
텍스트 등록정보
다음은 지원되는 텍스트 등록정보가 나와 있는 테이블입니다.
등록정보 | |
---|---|
text-align | text-emphasis-style |
text-align-last | text-height |
text-combine-upright | text-indent |
text-decoration | text-justify |
text-decoration-color | text-orientation |
text-decoration-line | text-overflow |
text-decoration-skip | text-shadow |
text-decoration-style | text-space-collapse |
text-emphasis | text-transform |
text-emphasis-color | text-underline-position |
text-emphasis-position | text-wrap |
단어 등록정보
다음은 지원되는 단어 등록정보가 나와 있는 테이블입니다.
등록정보 | ||
---|---|---|
word-break | word-spacing | word-wrap |
기타 등록정보
다음은 지원되는 기타 CSS 등록정보가 나와 있는 테이블입니다.
등록정보 | ||
---|---|---|
align-items | gap | max-width |
align-self | height | min-height |
clear | letter-spacing | min-width |
color | lighting-color | overflow |
color-interpolation-filters | line-height | width |
float | max-height |