[XForms] NPOTDB Output with mediatype and SVG doesn't work properly. Bug 506915, p=philipp r=surkov+aaronr
git-svn-id: svn://10.0.0.236/trunk@257882 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
1ea657bdf8
commit
207d1377d4
@ -233,6 +233,9 @@ html|*:root output[mozType|typelist~="http://www.w3.org/2001/XMLSchema#anyURI"][
|
|||||||
html|*:root output[mozType|typelist~="http://www.w3.org/2001/XMLSchema#base64Binary"][mozType|mediatype^="image"] {
|
html|*:root output[mozType|typelist~="http://www.w3.org/2001/XMLSchema#base64Binary"][mozType|mediatype^="image"] {
|
||||||
-moz-binding: url('chrome://xforms/content/xforms-xhtml.xml#xformswidget-output-mediatype-base64Binary');
|
-moz-binding: url('chrome://xforms/content/xforms-xhtml.xml#xformswidget-output-mediatype-base64Binary');
|
||||||
}
|
}
|
||||||
|
html|*:root output[mozType|typelist~="http://www.w3.org/2001/XMLSchema#string"][mozType|mediatype="image/svg+xml"] {
|
||||||
|
-moz-binding: url('chrome://xforms/content/xforms-xhtml.xml#xformswidget-output-mediatype-texthtml');
|
||||||
|
}
|
||||||
|
|
||||||
xul|*:root output[mozType|typelist~="http://www.w3.org/2001/XMLSchema#anyURI"][mozType|mediatype^="image"] {
|
xul|*:root output[mozType|typelist~="http://www.w3.org/2001/XMLSchema#anyURI"][mozType|mediatype^="image"] {
|
||||||
-moz-binding: url('chrome://xforms/content/xforms-xhtml.xml#xformswidget-output-mediatype-anyURI');
|
-moz-binding: url('chrome://xforms/content/xforms-xhtml.xml#xformswidget-output-mediatype-anyURI');
|
||||||
@ -240,6 +243,9 @@ xul|*:root output[mozType|typelist~="http://www.w3.org/2001/XMLSchema#anyURI"][m
|
|||||||
xul|*:root output[mozType|typelist~="http://www.w3.org/2001/XMLSchema#base64Binary"][mozType|mediatype^="image"] {
|
xul|*:root output[mozType|typelist~="http://www.w3.org/2001/XMLSchema#base64Binary"][mozType|mediatype^="image"] {
|
||||||
-moz-binding: url('chrome://xforms/content/xforms-xhtml.xml#xformswidget-output-mediatype-base64Binary');
|
-moz-binding: url('chrome://xforms/content/xforms-xhtml.xml#xformswidget-output-mediatype-base64Binary');
|
||||||
}
|
}
|
||||||
|
xul|*:root output[mozType|typelist~="http://www.w3.org/2001/XMLSchema#string"][mozType|mediatype="image/svg+xml"] {
|
||||||
|
-moz-binding: url('chrome://xforms/content/xforms-xhtml.xml#xformswidget-output-mediatype-texthtml');
|
||||||
|
}
|
||||||
|
|
||||||
/* output mediatype="text/html", mediatype="application/xhtml+xml" */
|
/* output mediatype="text/html", mediatype="application/xhtml+xml" */
|
||||||
html|*:root output[mozType|mediatype="text/html"],
|
html|*:root output[mozType|mediatype="text/html"],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user