| Summary: | Evaluate width and height CSS properties to scale images | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Florian Thienel <florian> |
| Component: | Mylyn | Assignee: | Florian Thienel <florian> |
| Status: | CLOSED FIXED | QA Contact: | David Williams <david_williams> |
| Severity: | normal | ||
| Priority: | P3 | CC: | d_a_carver |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Florian Thienel
Well, DocBook also has scale, and scaleFit attributes, so some of this might need to be contributed by a plugin as well. As far as I know there is no CSS property for scaling. To support this, we might have to extend CSS:
image-element {
-vex-scale: attr(scale-attr);
}
I don't know how well this is handled by SAC.
(In reply to comment #2) > As far as I know there is no CSS property for scaling. To support this, we > might have to extend CSS: > > image-element { > -vex-scale: attr(scale-attr); > } > > I don't know how well this is handled by SAC. Some of this I would make be handled through plugin extension points that can be added into the core system. Some items may have to be handled from the docbook document itself, and some may just be informational. @width and @height are evaluated as LengthProperty, attr(...) is also supported. done Moved to Mylyn Docs Vex. |