欢迎来到麦多课文档分享! | 帮助中心 海量文档,免费浏览,给你所需,享你所想!
麦多课文档分享
全部分类
  • 标准规范>
  • 教学课件>
  • 考试资料>
  • 办公文档>
  • 学术论文>
  • 行业资料>
  • 易语言源码>
  • ImageVerifierCode 换一换
    首页 麦多课文档分享 > 资源分类 > PDF文档下载
    分享到微信 分享到微博 分享到QQ空间

    KS X 6047-4-2011 Document Object Model(DOM) level 2 style specification《文档对象模型(DOM)级别2样式规范》.pdf

    • 资源ID:821624       资源大小:579.14KB        全文页数:114页
    • 资源格式: PDF        下载积分:10000积分
    快捷下载 游客一键下载
    账号登录下载
    微信登录下载
    二维码
    微信扫一扫登录
    下载资源需要10000积分(如需开发票,请勿充值!)
    邮箱/手机:
    温馨提示:
    如需开发票,请勿充值!快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
    如需开发票,请勿充值!如填写123,账号就是123,密码也是123。
    支付方式: 支付宝扫码支付    微信扫码支付   
    验证码:   换一换

    加入VIP,交流精品资源
     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
    5、试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。

    KS X 6047-4-2011 Document Object Model(DOM) level 2 style specification《文档对象模型(DOM)级别2样式规范》.pdf

    1、 KSKSKSKSKSKSKSK KSKSKS KSKSK KSKS KSK KS KS X 6047 4 (DOM) 2 KS X 6047 4:2011 2011 12 30 http:/www.kats.go.krKS X 6047 4:2011 :e- ( ) ( ) () () ( ) : () () DRM ( ) KS X 6047 4:2011 : (http:/www.standard.go.kr) : :2011 12 30 2011-0689 : e- : ( 02-509-7262) (http:/www.kats.go.kr). 10 5 , . KS X 6047

    2、4:2011 i ii . iii 1 1 2 (DOM) .1 2.1 .1 2.2 1 2.3 (document extensions).5 2.4 5 3 (DOM) CSS 6 3.1 DOM 2 CSS .6 3.2 CSS 6 3.3 CSS2 27 A( ) IDL 53 A.1 .53 A.2 CSS .54 B( ) 67 B.1 .67 B.2 CSS .68 C( ) ECMAScript .85 C.1 .85 C.2 CSS .86 101 KS X 6047 4:2011 .102 KS X 6047 4:2011 ii . , , . , , . DOM . D

    3、OM XML HTML programmatic interface , . DOM Level 2 . DOM Level 2 Core DOM Level 2 Views DOM Level 2 Events DOM Level 2 Style DOM Level 2 Traversal and Range DOM Level 2 HTML DOM Level 2 Style . KS X 6047 4:2011 iii World Wide Web Consortium(W3C) 2000 Document Object Model(DOM) Level 2 Style 1.0 , .

    4、DOM Level 2 Style , DOM (API) . XHTML CSS . (DOM) Level 2 Style DOM Level 2 Core DOM Level 2 Views . KS X 6047 4:2011 (DOM) 2 Document Object Model(DOM) level 2 style specification 1 DOM Level 2 Style , CSS . 2 (DOM) 2.1 DOM 2 . DOM . . DOM DOMImplementation hasFeature(feature, version) “StyleSheets

    5、” “2.0” . DOM 2 Core DOM 2 Core “Core” . DOM 2 DOM Level 2 Core . 2.2 . StyleSheet (DOM 2 .) StyleSheet . . HTML StyleSheet HTML LINK , STYLE . XML . IDL / DOM 2 .: interface StyleSheet readonly attribute DOMString type; attribute boolean disabled; readonly attribute Node ownerNode; readonly attribu

    6、te StyleSheet parentStyleSheet; readonly attribute DOMString href; KS X 6047 4:2011 2 readonly attribute DOMString title; readonly attribute MediaList media; ; disabled boolean false, true . . false . disabled . href DOMString, , . null . HTML 4.0 href XML href - (pseudo-attribute) . media MediaList

    7、, . ownerNode . MediaList . HTML 4.0 media XML - . disabled . ownerNode Node, . HTML LINK STYLE . XML (linking) . null . parentStyleSheet StyleSheet, . - (top-level) (inclusion) null . title DOMString, . ownerNode . HTML 4.0 LINK title XML - . type DOMString, . (:“text/css”). ownerNode . HTML 4.0 LI

    8、NK type XML type - . StyleSheetList (DOM 2 .) StyleSheetList . StyleSheetList 0 . IDL / DOM 2 .: KS X 6047 4:2011 3 interface StyleSheetList readonly attribute unsigned long length; StyleSheet item(in unsigned long index); ; length unsigned long, StyleSheets . 0 (length) 1 . item . null . index unsi

    9、gned long StyleSheet StyleSheetList , null . MediaList (DOM 2 .) MediaList . “all” . MediaList 0 . IDL / DOM 2 .: interface MediaList attribute DOMString mediaText; / raises(DOMException) on setting readonly attribute unsigned long length; DOMString item(in unsigned long index); void deleteMedium(in

    10、 DOMString oldMedium) raises(DOMException); void appendMedium(in DOMString newMedium) raises(DOMException); ; length unsigned long, . 0 (length) 1 . KS X 6047 4:2011 4 mediaText DOMString (textual) . . DOMException SYNTAX_ERR: NO_MODIFICATION_ALLOWED_ERR: appendMedium newMedium . newMedium . newMedi

    11、um DOMString DOMException INVALID_CHARACTER_ERR: NO_MODIFICATION_ALLOWED_ERR: . deleteMedium oldMedium . oldMedium DOMString DOMException NO_MODIFICATION_ALLOWED_ERR: NOT_FOUND_ERR: oldMedium . item index . index null . index unsigned long DOMString MediaList index null KS X 6047 4:2011 5 . 2.3 (doc

    12、ument extensions) LinkStyle (DOM 2 .) LinkStyle . LinkStyle - (DOM 2 HTMLLinkElement, HTMLStyleElement, ProcessingInstruction). IDL / DOM 2 .: interface LinkStyle readonly attribute StyleSheet sheet; ; sheet StyleSheet, DocumentStyle (DOM 2 .) DocumentStyle . DocumentStyle Document - . IDL / DOM 2 .

    13、: interface DocumentStyle readonly attribute StyleSheetList styleSheets; ; styleSheets StyleSheetList, . HTML HTML LINK STYLE . XML (XML-StyleSheet ). 2.4 HTML HTMLDocument 2 . LINK HTML (DOM 2 HTML HTML4.0 ) href , . STYLE HTML (DOM 2 HTML HTML4.0 ) , . KS X 6047 4:2011 6 HTML LINK HTML STYLE HTML

    14、. . XML xml-stylesheetXML-StyleSheet XML . XML xml-stylesheetXML-StyleSheet . . 3 (DOM) CSS 3.1 DOM 2 CSS DOM 2 CSS CSS . CSS (rendering) (format) (presentation) . CSS . CSS , CSS . CSS . . HTML XML (embedded) , (Document Object Model Style Sheets) . , - . CSS , CSSStyleSheet . CSS . CSSRule CSS2 (

    15、, import font-face ). . CSSStyleRule CSS (selector) CSSStyleDeclaration . , CSS2Properties . ( ) CSS level 2 (shortcut) . DOM CSS “ ” . 3.2 CSS KS X 6047 4:2011 7 CSS CSS . CSS . DOM “CSS” “2.0” DOMImplementation hasFeature(feature, version) . , DOM 2 DOM Level 2 Core “CORE” DOM 2 DOM Level 2 Views

    16、“VIEW” . DOM 2 DOM Level 2 Core . CSSStyleSheet(DOM Level 2 .) CSSStyleSheet CSS (concrete) . , “text/css” . IDL / DOM Level 2 . 2: interface CSSStyleSheet :stylesheets:StyleSheet readonly attribute CSSRule ownerRule; readonly attribute CSSRuleList cssRules; unsigned long insertRule(in DOMString rul

    17、e, in unsigned long index) raises(DOMException); void deleteRule(in unsigned long index) raises(DOMException); ; cssRules CSSRuleList, CSS . at- . ownerRule CSSRule, import , ownerRule CSSImportRule . , StyleSheet ownerNode null . , ownerRule null , ownerNode Node . deleteRule index unsigned long DO

    18、MException INDEX_SIZE_ERR: NO_MODIFICATION_ALLOWED_ERR: . KS X 6047 4:2011 8 insertRule . (cascade) . rule DOMString . (set) . at- at- . index unsigned long . , . unsigned long DOMException HIERARCHY_REQUEST_ERR: . , import at- INDEX_SIZE_ERR: NO_MODIFICATION_ALLOWED_ERR: SYNTAX_ERR: CSSRuleList (DO

    19、M Level 2 .) CSSRuleList CSS . CSSRuleList 0 . IDL / DOM Level 2 . 2: interface CSSRuleList readonly attribute unsigned long length; CSSRule item(in unsigned long index); ; length unsigned long, CSS . 0 length 1 . item CSS . CSS . null . index unsigned long KS X 6047 4:2011 9 CSSRule CSSRuleList ind

    20、ex , null . CSSRule (DOM Level 2 .) CSSRule CSS (statement) . at- . , CSS . CSSUnknownRule . IDL / DOM Level 2 . 2: interface CSSRule / RuleType const unsigned short UNKNOWN_RULE = 0; const unsigned short STYLE_RULE = 1; const unsigned short CHARSET_RULE = 2; const unsigned short IMPORT_RULE = 3; co

    21、nst unsigned short MEDIA_RULE = 4; const unsigned short FONT_FACE_RULE = 5; const unsigned short PAGE_RULE = 6; readonly attribute unsigned short type; attribute DOMString cssText; / raises(DOMException) on setting readonly attribute CSSStyleSheet parentStyleSheet; readonly attribute CSSRule parentR

    22、ule; ; RuleType CHARSET_RULE CSSCharsetRule FONT_FACE_RULE CSSFontFaceRule IMPORT_RULE CSSImportRule MEDIA_RULE CSSMediaRule PAGE_RULE CSSPageRule STYLE_RULE CSSStyleRule UNKNOWN_RULE KS X 6047 4:2011 10 CSSUnknownRule cssText DOMString . . parentRule CSSRule, ( , media block ), (containing rule) . , null . parentStyleSheet CSSStyleSheet, type unsigned short, . (binding-specific) CSSRule . CSSStyleRule (DOM


    注意事项

    本文(KS X 6047-4-2011 Document Object Model(DOM) level 2 style specification《文档对象模型(DOM)级别2样式规范》.pdf)为本站会员(eastlab115)主动上传,麦多课文档分享仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知麦多课文档分享(点击联系客服),我们立即给予删除!




    关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们

    copyright@ 2008-2019 麦多课文库(www.mydoc123.com)网站版权所有
    备案/许可证编号:苏ICP备17064731号-1 

    收起
    展开