?? xhtml-math11-f.mod
字號(hào):
<!-- file: xhtml-events-1.mod This is XHTML, a reformulation of HTML as a modular XML application. Copyright 1998-2000 W3C (MIT, INRIA, Keio), All Rights Reserved. Revision: $Id: xhtml-2,v 1.1 2000/10/31 19:52:09 davidc Exp $ SMI This DTD module is identified by the PUBLIC and SYSTEM identifiers: PUBLIC "-//W3C//ENTITIES XHTML Intrinsic Events 1.0//EN" SYSTEM "xhtml-events-1.mod" Revisions: (none) ....................................................................... --><!-- Intrinsic Event Attributes These are the event attributes defined in HTML 4.0, Section 18.2.3 "Intrinsic Events". This module must be instantiated prior to the Attributes Module but after the Datatype Module in the Modular Framework module. "Note: Authors of HTML documents are advised that changes are likely to occur in the realm of intrinsic events (e.g., how scripts are bound to events). Research in this realm is carried on by members of the W3C Document Object Model Working Group (see the W3C Web site at http://www.w3.org/ for more information)."--><!-- NOTE: Because the ATTLIST declarations in this module occur before their respective ELEMENT declarations in other modules, there may be a dependency on this module that should be considered if any of the parameter entities used for element type names (eg., %Foo.qname;) are redeclared.--><!ENTITY % Events.attrib "onclick %Script.datatype; #IMPLIED ondblclick %Script.datatype; #IMPLIED onmousedown %Script.datatype; #IMPLIED onmouseup %Script.datatype; #IMPLIED onmouseover %Script.datatype; #IMPLIED onmousemove %Script.datatype; #IMPLIED onmouseout %Script.datatype; #IMPLIED onkeypress %Script.datatype; #IMPLIED onkeydown %Script.datatype; #IMPLIED onkeyup %Script.datatype; #IMPLIED"><!-- additional attributes on anchor element--><!ATTLIST %a.qname; onfocus %Script.datatype; #IMPLIED onblur %Script.datatype; #IMPLIED><!-- additional attributes on form element--><!ATTLIST %form.qname; onsubmit %Script.datatype; #IMPLIED onreset %Script.datatype; #IMPLIED><!-- additional attributes on label element--><!ATTLIST %label.qname; onfocus %Script.datatype; #IMPLIED onblur %Script.datatype; #IMPLIED><!-- additional attributes on input element--><!ATTLIST %input.qname; onfocus %Script.datatype; #IMPLIED onblur %Script.datatype; #IMPLIED onselect %Script.datatype; #IMPLIED onchange %Script.datatype; #IMPLIED><!-- additional attributes on select element--><!ATTLIST %select.qname; onfocus %Script.datatype; #IMPLIED onblur %Script.datatype; #IMPLIED onchange %Script.datatype; #IMPLIED><!-- additional attributes on textarea element--><!ATTLIST %textarea.qname; onfocus %Script.datatype; #IMPLIED onblur %Script.datatype; #IMPLIED onselect %Script.datatype; #IMPLIED onchange %Script.datatype; #IMPLIED><!-- additional attributes on button element--><!ATTLIST %button.qname; onfocus %Script.datatype; #IMPLIED onblur %Script.datatype; #IMPLIED><!-- additional attributes on body element--><!ATTLIST %body.qname; onload %Script.datatype; #IMPLIED onunload %Script.datatype; #IMPLIED><!-- additional attributes on area element--><!ATTLIST %area.qname; onfocus %Script.datatype; #IMPLIED onblur %Script.datatype; #IMPLIED><!-- end of xhtml-events-1.mod -->]]><!ENTITY % xhtml-attribs.module "INCLUDE" ><![%xhtml-attribs.module;[<!ENTITY % xhtml-attribs.mod PUBLIC "-//W3C//ENTITIES XHTML Common Attributes 1.0//EN" "xhtml-attribs-1.mod" ><!-- ...................................................................... --><!-- XHTML Common Attributes Module ...................................... --><!-- file: xhtml-attribs-1.mod This is XHTML, a reformulation of HTML as a modular XML application. Copyright 1998-2000 W3C (MIT, INRIA, Keio), All Rights Reserved. Revision: $Id: xhtml-2,v 1.1 2000/10/31 19:52:09 davidc Exp $ SMI This DTD module is identified by the PUBLIC and SYSTEM identifiers: PUBLIC "-//W3C//ENTITIES XHTML Common Attributes 1.0//EN" SYSTEM "xhtml-attribs-1.mod" Revisions: (none) ....................................................................... --><!-- Common Attributes This module declares many of the common attributes for the Strict DTD.--><!ENTITY % Id.attrib "id ID #IMPLIED"><!ENTITY % Class.attrib "class CDATA #IMPLIED"><!ENTITY % Title.attrib "title %Text.datatype; #IMPLIED"><!-- used to declare xmlns attributes on each element type (see the Qualified Names module for details)--><!ENTITY % NamespaceDecl.attrib "" ><!ENTITY % Core.extra.attrib "" ><!ENTITY % Core.attrib "%NamespaceDecl.attrib; %Id.attrib; %Class.attrib; %Title.attrib; %Core.extra.attrib;"><!ENTITY % Lang.attrib "xml:lang %LanguageCode.datatype; #IMPLIED"><![%XHTML.bidi;[<!ENTITY % Dir.attrib "dir ( ltr | rtl ) #IMPLIED"><!ENTITY % I18n.attrib "%Dir.attrib; %Lang.attrib;">]]><!ENTITY % I18n.attrib "%Lang.attrib;"><!-- intrinsic event attributes declared previously--><!ENTITY % Events.attrib "" ><!ENTITY % Common.attrib "%Core.attrib; %I18n.attrib; %Events.attrib;"><!-- end of xhtml-attribs-1.mod -->]]><!-- placeholder for content model redeclarations --><!ENTITY % xhtml-model.redecl "" ><!ENTITY % xhtml-model.module "INCLUDE" ><![%xhtml-model.module;[<!-- instantiate the Document Model module declared in the DTD driver--><!-- ....................................................................... --><!-- XHTML Document Model Module .......................................... --><!-- file: xhtml11-model-1.mod This is XHTML 1.1, a reformulation of HTML as a modular XML application. Copyright 1998-2000 W3C (MIT, INRIA, Keio), All Rights Reserved. Revision: $Id: xhtml-2,v 1.1 2000/10/31 19:52:09 davidc Exp $ SMI This DTD module is identified by the PUBLIC and SYSTEM identifiers: PUBLIC "-//W3C//ENTITIES XHTML Document Model 1.0//EN" SYSTEM "xhtml11-model-1.mod" Revisions: (none) ....................................................................... --><!-- XHTML 1.1 Document Model This module describes the groupings of elements that make up common content models for XHTML elements. XHTML has three basic content models: %Inline.mix; character-level elements %Block.mix; block-like elements, eg., paragraphs and lists %Flow.mix; any block or inline elements Any parameter entities declared in this module may be used to create element content models, but the above three are considered 'global' (insofar as that term applies here). The reserved word '#PCDATA' (indicating a text string) is now included explicitly with each element declaration that is declared as mixed content, as XML requires that this token occur first in a content model specification.--><!-- Extending the Model While in some cases this module may need to be rewritten to accommodate changes to the document model, minor extensions may be accomplished by redeclaring any of the three *.extra; parameter entities to contain extension element types as follows: %Misc.extra; whose parent may be any block or inline element. %Inline.extra; whose parent may be any inline element. %Block.extra; whose parent may be any block element. If used, these parameter entities must be an OR-separated list beginning with an OR separator ("|"), eg., "| a | b | c" All block and inline *.class parameter entities not part of the *struct.class classes begin with "| " to allow for exclusion from mixes.--><!-- .............. Optional Elements in head .................. --><!ENTITY % Head-opts.mix "( %script.qname; | %style.qname; | %meta.qname; | %link.qname; )*"><!-- ................. Miscellaneous Elements .................. --><!-- ins and del are used to denote editing changes--><!ENTITY % Edit.class "| %ins.qname; | %del.qname;" ><!-- script and noscript are used to contain scripts and alternative content--><!ENTITY % Script.class "| %script.qname; | %noscript.qname;" ><!ENTITY % Misc.extra "" ><!-- These elements are neither block nor inline, and can essentially be used anywhere in the document body.--><!ENTITY % Misc.class "%Edit.class; %Script.class; %Misc.extra;"><!-- .................... Inline Elements ...................... --><!ENTITY % Inlstruct.class "%br.qname; | %span.qname;" ><!ENTITY % Inlphras.class "| %em.qname; | %strong.qname; | %dfn.qname; | %code.qname; | %samp.qname; | %kbd.qname; | %var.qname; | %cite.qname; | %abbr.qname; | %acronym.qname; | %q.qname;" ><!ENTITY % Inlpres.class "| %tt.qname; | %i.qname; | %b.qname; | %big.qname; | %small.qname; | %sub.qname; | %sup.qname;" ><!ENTITY % I18n.class "| %bdo.qname;" ><!ENTITY % Anchor.class "| %a.qname;" ><!ENTITY % Inlspecial.class "| %img.qname; | %map.qname; | %applet.qname;" ><!ENTITY % Inlform.class "| %input.qname; | %select.qname; | %textarea.qname; | %label.qname; | %button.qname;" ><!ENTITY % Inline.extra "" ><!ENTITY % Ruby.class "| %ruby.qname;" ><!-- %Inline.class; includes all inline elements, used as a component in mixes--><!ENTITY % Inline.class "%Inlstruct.class; %Inlphras.class; %Inlpres.class; %I18n.class; %Anchor.class; %Inlspecial.class; %Inlform.class; %Ruby.class; %Inline.extra;"
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -