Lines Matching refs:CSS

20 * Fixed parsing of top-left-bottom-right CSS rules with !important (#1009)
56 * Scientific notation handling in CSS font sizes (#753, thanks, @peterdevpl)
171 - Availability to set custom default CSS file
256 - Index mark-up allowing control over layout using CSS.
258 - CSS support for lists.
261 Added CSS support
293 - SVG images now has limited support for CSS classes (see top of `classes/svg.php` file)
301 - SVG images - support automatic font selection and (minimal) use of CSS classes - cf. the defined constants at top of svg.php file
302 - SVG images - text-anchor now supported as a CSS style, as well as an HTML attribute
303 - CSS support for :nth-child() selector improved to fully support the draft CSS3 spec - http://www.w3.org/TR/selectors/#nth-child-pseudo
306 - CSS not applying cascaded styles on `<A>` elements - [changed MergeCSS() type to INLINE for 'A', LEGEND, METER and PROGRESS]
328 CSS url() e.g background-image
345 width and height cannot be assigned by CSS - must be attributes
355 - Tables - cellSpacing and cellPadding taking preference over CSS stylesheet
363 - Improved support for specified ports when getting external CSS stylesheets e.g. www.domain.com:80
373 - CSS vertical-align:0.5em (or %) now supported
378 - tables - border set as attribute on `<TABLE>` overrides border set as CSS on `<TD>`
382 - CSS style transform supported on `<img>` element (only)
386 - CSS background-color now supported on `<img>` element
399 - list-style incorrectly overriding list-style-type in cascading CSS
416 - correctly handle CSS URLs with no scheme
427 New CSS support
521 1) Hyphenation. To retain appearance compatible with earlier versions, set the CSS property "hyphens: auto" whenever
523 2) Table of Contents - appearance can now be controlled with CSS styles. By default, in mPDF 5.7, no styling is applied so you will get:
527 - line spacing will be narrower (can use line-height or margin-top in CSS)
531 - Layout of Table of Content ToC now controlled using CSS styles
535 - Origin and clipping for background images and gradients controlled by CSS i.e. background-origin, background-size, background-clip
536 - Text-outline controlled by CSS (compatible with CSS3 spec.)
537 - Use of `<dottab>` enhanced by custom CSS "outdent" property
541 - Hyphenation controlled using CSS, consistent with CSS3 spec.
550 - CSS now takes precedence over HTML attribute e.g. `<table bgcolor="black" style="background-color:yellow">`
552 Added CSS support
557 - "rem" accepted as a valid (font)size in CSS e.g. font-size: 1.5rem
563 - Custom CSS property added: "outdent" - opposite of indent
565 The HTML elements `<dottab>` and `<textcircle>` can now have CSS properties applied to them.
619 - $this->defaultCSS - added default CSS properties
623 CSS support added for for min-height, min-width, max-height and max-width in `<img>`
625 Images embedded in CSS
631 - `<mark>` has a default CSS set in config.php to yellow highlight
638 NB for this AND ALL CSS on `<textcircle>`: does not inherit CSS styles
658 - CSS color now supports spaces in the rgb() format e.g. border: 1px solid rgb(170, 170, 170);
661 - CSS `<style>` within HTML page crashed if CSS is too large (? > 32Kb)