Created
November 24, 2010 05:02
-
-
Save puffnfresh/713145 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!--================== Content models for exclusions =====================--> | |
| <!-- a elements use %Inline; excluding a --> | |
| <!ENTITY % a.content | |
| "(#PCDATA | %special; | %fontstyle; | %phrase; | %inline.forms; | %misc.inline;)*"> | |
| <!-- pre uses %Inline excluding img, object, applet, big, small, | |
| font, or basefont --> | |
| <!ENTITY % pre.content | |
| "(#PCDATA | a | %special.basic; | %fontstyle.basic; | %phrase.basic; | | |
| %inline.forms; | %misc.inline;)*"> | |
| <!-- form uses %Flow; excluding form --> | |
| <!ENTITY % form.content "(#PCDATA | %block; | %inline; | %misc;)*"> | |
| <!-- button uses %Flow; but excludes a, form, form controls, iframe --> | |
| <!ENTITY % button.content | |
| "(#PCDATA | p | %heading; | div | %lists; | %blocktext; | | |
| table | br | span | bdo | object | applet | img | map | | |
| %fontstyle; | %phrase; | %misc;)*"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment