현재 번역은 완벽하지 않습니다. 한국어로 문서 번역에 동참해주세요.
참고: This element has been removed from the specification. See this for more information from the editor of the specification.
개요
The HTML <element>
element is used to define new custom DOM elements.
- 콘텐츠 범주 Transparent content.
- 허용되는 콘텐츠 ???
- 태그 생략 None, both the starting and ending tag are mandatory.
- 허용되는 부모 요소들 ???
- DOM 인터페이스
HTMLElement
속성
This element includes the global attributes.
예제
Text goes here.
More text goes here.
사양
The <element>
element was formerly in a draft specification of Custom Elements but it has been removed.
브라우저 호환성
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
Basic support | ? | ? | ? | ? | ? |
Feature | Android | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Basic support | ? | ? | ? | ? | ? |
같이 보기
- Web components:
<content>
,<shadow>
,<template>