Home | History | Annotate | Download | only in WebCore

Lines Matching full:inherit

42 	This patch fixes the pseudo-elements ::first-line and ::first-letter to inherit styles properly.  More
52 (3) Make first-letter inherit from first-line like it's supposed to, and also make first-line styles
53 cross blocks and inherit properly from enclosing containers.
236 for by the front end render objects. Also fix first-letter to inherit properly from first-line styles.
4660 - fixed 3100151 -- subframes without explicit charset settings should inherit from parent, not use default
5114 Fix pseudostyles to inherit from the element's style that they are
6365 Fix for 3260053, table-layout of inherit not supported. This
6366 caused a crash. The fix is to just add in the support for the inherit
8582 the selected range, then we inherit the behavior from NSTextField, all text selected.
11552 the parsed value of "inherit."
11964 Also patched table element to add in the inherit property using
11965 CSS_VAL_INHERIT instead of the string "inherit" (faster).
17941 Inherit from KHTMLPart instead of QObject. Remove KHTMLPart parameter from constructor.