summaryrefslogtreecommitdiffstats
path: root/vendor/ezyang/htmlpurifier/docs/ref-proprietary-tags.txt
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/ezyang/htmlpurifier/docs/ref-proprietary-tags.txt')
-rw-r--r--vendor/ezyang/htmlpurifier/docs/ref-proprietary-tags.txt26
1 files changed, 0 insertions, 26 deletions
diff --git a/vendor/ezyang/htmlpurifier/docs/ref-proprietary-tags.txt b/vendor/ezyang/htmlpurifier/docs/ref-proprietary-tags.txt
deleted file mode 100644
index 5849eb04d..000000000
--- a/vendor/ezyang/htmlpurifier/docs/ref-proprietary-tags.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-
-Proprietary Tags
- <nobr> and friends
-
-Here are some proprietary tags that W3C does not define but occasionally show
-up in the wild. We have only included tags that would make sense in an
-HTML Purifier context.
-
-<align>, block element that aligns (extremely rare)
-<blackface>, inline that double-bolds text (extremely rare)
-<comment>, hidden comment for IE and WebTV
-<multicol cols=number gutter=pixels width=pixels>, multiple columns
-<nobr>, no linebreaks
-<spacer align=* type="vertical|horizontal|block">, whitespace in doc,
- use width/height for block and size for vertical/horizontal (attributes)
- (extremely rare)
-<wbr>, potential word break point: allows linebreaks. Only works in <nobr>
-
-<listing>, monospace pre-variant (extremely rare)
-<plaintext>, escapes all tags to the end of document
-<xmp>, monospace, replace with pre
-
-These should be put into their own Tidy module, not loaded by default(?). These
-all qualify as "lenient" transforms.
-
- vim: et sw=4 sts=4