]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/3rdparty/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Attr.DefaultImageAlt.txt
[add] HTML Purifier added to clean code
[github/wallabag/wallabag.git] / inc / 3rdparty / htmlpurifier / HTMLPurifier / ConfigSchema / schema / Attr.DefaultImageAlt.txt
diff --git a/inc/3rdparty/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Attr.DefaultImageAlt.txt b/inc/3rdparty/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Attr.DefaultImageAlt.txt
new file mode 100644 (file)
index 0000000..80b1431
--- /dev/null
@@ -0,0 +1,11 @@
+Attr.DefaultImageAlt\r
+TYPE: string/null\r
+DEFAULT: null\r
+VERSION: 3.2.0\r
+--DESCRIPTION--\r
+This is the content of the alt tag of an image if the user had not\r
+previously specified an alt attribute.  This applies to all images without\r
+a valid alt attribute, as opposed to %Attr.DefaultInvalidImageAlt, which\r
+only applies to invalid images, and overrides in the case of an invalid image.\r
+Default behavior with null is to use the basename of the src tag for the alt.\r
+--# vim: et sw=4 sts=4\r