검색결과 리스트
글
DOM 표준은 W3C에서 제정하였다. W3C는 1998년에 DOM Level 1을 발표하였다.
DOM Level 1은 HTML이나 XML 문서를 완벽하게 지원할 뿐 아니라 문서의 어떤 부분도 변경할 수 있는 수단도 제공하였다.
2000년 하반기에 발표한 DOM Level 2는 처음으로 getElementById 함수와 이벤트, 그리고 XML 네임 스페이스와 CSS를 지원하기
시작하였다.
2004년 4월 발표한 DOM Level 3는 XPath와 키보드 이벤트 핸들링을 지원할 뿐 아니라
XML과 같이 문서를 시리얼라이징(serializing) 할 수 있는 인터페이스를 제공하였다.
- Core DOM - standard model for any structured document
- XML DOM - standard model for XML documents
- HTML DOM - standard model for HTML documents
( 웹 접근성을 고려한 신기술 콘텐츠 제작기법 - JavaScript, Flex, Flash를 중심으로 - )
이 글은 스프링노트에서 작성되었습니다.
'웨비 > web05_웹&표준' 카테고리의 다른 글
| DOM (0) | 2009/05/23 |
|---|---|
| DOCTYPE (0) | 2009/05/23 |
설정
트랙백
댓글
글
[ DOCTYPEs. ]
Unfortunately, two key factors, working in concert, have made the DOCTYPE unsustainable as a switch for standards mode:
1. egged on by A List Apart and The Web Standards Project,
well-intentioned developers of authoring tools began inserting valid,
complete DOCTYPEs into the markup their tools generated; and
2. IE6’s rendering behavior was not updated for five years, leading many developers to assume
its rendering was both accurate and unlikely to change.
http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd
이 글은 스프링노트에서 작성되었습니다.
'웨비 > web05_웹&표준' 카테고리의 다른 글
| DOM (0) | 2009/05/23 |
|---|---|
| DOCTYPE (0) | 2009/05/23 |