From 3dc29ab015ec52f037d0f6a47041d438fcc5dd61 Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Sun, 16 Nov 2014 10:47:51 +0100 Subject: Add 'osb' to list of namespaces ignored when checking attributes/properties. (bzr r13718) --- src/attribute-rel-css.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/attribute-rel-css.cpp') diff --git a/src/attribute-rel-css.cpp b/src/attribute-rel-css.cpp index 89678edb5..b904cd5f4 100644 --- a/src/attribute-rel-css.cpp +++ b/src/attribute-rel-css.cpp @@ -60,6 +60,7 @@ bool SPAttributeRelCSS::findIfValid(Glib::ustring property, Glib::ustring elemen || property.substr(0,4) == "rdf:" || property.substr(0,3) == "cc:" || property.substr(0,4) == "ns1:" // JessyInk + || property.substr(0,4) == "osb:" // Open Swatch Book || (SPAttributeRelCSS::instance->propertiesOfElements[temp].find(property) != SPAttributeRelCSS::instance->propertiesOfElements[temp].end()) ) { return true; -- cgit v1.2.3