On 04/02/2013 07:09 PM, Jeff Hooker wrote:
Are the changes to CSS support detailed anywhere? I don't see them in
the list of changes.
Excerpts from http://www.xmlmind.com/xmleditor/changes.html#v5.6.0
(Search for "CSS support"):
---
...
Bug fixes:
* CSS support: though still not recommended, it is now possible to
insert an element styled using display:block or display:table into an
element styled using display:inline. DocBook example: in the previous
releases, inserting a footnote element (has display:block) into an
emphasis element (has display:inline) caused the footnote to be poorly
rendered on screen.
...
Incompatibilities:
* CSS support: XXE no longer attempts to make elements styled using
display:inline-block or display:inline-table as narrow as possible. Such
elements are now rendered using their intrinsic width, which is less
surprising for the CSS developer.
As a consequence, CSS tricks such as:
sub,
sup {
display: inline-block;
white-space: nowrap;
}
#foo {
content: "Attributes: " attributes(min-width, 60em);
}
are no longer useful. In fact, property min-width, which in XXE had
no other use than preventing an inline-block from becoming too narrow,
is now silently ignored.
* CSS support: the default background color of the icon
pseudo-function (e.g. icon(bullet, blue)) is now transparent. Previously
the default background color was the current background color (that is,
the background-color property of the current CSS style).
* CSS support: an element styled using display:inline-block or
display:inline-table could not be made collapsible.
...
---
(Typo: last line is more a bug fix than an incompatibility.)
--
XMLmind XML Editor Support List
[email protected]
http://www.xmlmind.com/mailman/listinfo/xmleditor-support