Lines Matching refs:style

25 * Fixed SVGs using a style tag, has styles ignored ( Requires ext-dom ) (#450, @antman3351)
213 - Code style
214 - Reformated (almost) all PHP files to keep basic code style
229 - Removed PHP4 style constructors
257 - `{PAGENO}` and `{nbpg}` can use any of the number types as in list-style e.g. set in `<pagebreak>` using pagenumstyle.
273 - hebrew, khmer, cambodian, lao, and cjk-decimal recognised as values for "list-style-type" in numbered lists and page numbering.
274 - list-style-image and list-style-position
294 - SVG images - style inheritance improved
302 - SVG images - text-anchor now supported as a CSS style, as well as an HTML attribute
321 <table style="border-collapse: collapse;">
322 <tr><td style="border-bottom: 42px solid #0FF; "> Hallo world </td></tr>
323 <tr><td style="border-top: 14px solid #0F0; "> Hallo world </td></tr>
382 - CSS style transform supported on `<img>` element (only)
399 - list-style incorrectly overriding list-style-type in cascading CSS
421 - SVG images - multiple, or quoted fonts e.g. style="font-family:'lucida grande', verdana" not recognised
430 - added support for style="opacity:0.6;" in SVG images - previously only supported style="fill-opacity:0.6; stroke-opacity: 0.6;"
432 - khmer, cambodian and lao recognised as list-style-type for numbered lists
550 - CSS now takes precedence over HTML attribute e.g. `<table bgcolor="black" style="background-color:yellow">`
597 - list-style-type (custom) colour not working
641 divider="&nbsp;&bull;&nbsp;" style="font-size: auto" />`
661 - CSS `<style>` within HTML page crashed if CSS is too large (? > 32Kb)
750 - Fixed/Absolute-positioned elements not inheriting letter-spacing style
753 - Nested table - not resetting cell style (font, color etc) after nested table, if text follows immediately
754 - Nested table - font-size 70% set in extenal style sheet; if repeated nested tables, sets 70% of 70% etc etc