[Pkg-mozext-commits] [firebug] 04/24: Issue 4929: Update list of inherited properties

David Prévot taffit at moszumanska.debian.org
Mon Mar 31 22:46:31 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to tag firebug-1.10.4
in repository firebug.

commit dd4c252016d47dff6d4881a7711da448ff1aba8d
Author: Simon Lindholm <simon.lindholm10 at gmail.com>
Date:   Wed Sep 5 00:59:34 2012 +0200

    Issue 4929: Update list of inherited properties
    
    http://code.google.com/p/fbug/issues/detail?id=4929
---
 extension/content/firebug/lib/css.js | 41 ++++++++++++++++++++++++++++++++----
 1 file changed, 37 insertions(+), 4 deletions(-)

diff --git a/extension/content/firebug/lib/css.js b/extension/content/firebug/lib/css.js
index c1c1794..089f73b 100644
--- a/extension/content/firebug/lib/css.js
+++ b/extension/content/firebug/lib/css.js
@@ -1046,35 +1046,68 @@ Css.cssInfo.svg =
 
 Css.inheritedStyleNames =
 {
+    "-moz-font-language-override": 1,
+    "-moz-font-feature-settings": 1,
+    "-moz-hyphens": 1,
+    "-moz-image-region": 1,
+    "-moz-tab-size": 1,
+    "-moz-text-align-last": 1,
+    "-moz-text-size-adjust": 1,
+    "-moz-user-focus": 1,
+    "-moz-user-input": 1,
+    "-moz-user-modify": 1,
     "border-collapse": 1,
     "border-spacing": 1,
-    "border-style": 1,
     "caption-side": 1,
+    "clip-rule": 1,
     "color": 1,
+    "color-interpolation": 1,
+    "color-interpolation-filters": 1,
     "cursor": 1,
     "direction": 1,
     "empty-cells": 1,
+    "fill": 1,
+    "fill-opacity": 1,
+    "fill-rule": 1,
     "font": 1,
     "font-family": 1,
-    "font-size-adjust": 1,
     "font-size": 1,
+    "font-size-adjust": 1,
+    "font-stretch": 1,
     "font-style": 1,
     "font-variant": 1,
     "font-weight": 1,
+    "image-rendering": 1,
     "letter-spacing": 1,
     "line-height": 1,
     "list-style": 1,
     "list-style-image": 1,
     "list-style-position": 1,
     "list-style-type": 1,
-    "opacity": 1,
+    "marker": 1,
+    "marker-end": 1,
+    "marker-mid": 1,
+    "marker-start": 1,
+    "pointer-events": 1,
     "quotes": 1,
+    "shape-rendering": 1,
+    "stroke": 1,
+    "stroke-dasharray": 1,
+    "stroke-dashoffset": 1,
+    "stroke-linecap": 1,
+    "stroke-linejoin": 1,
+    "stroke-miterlimit": 1,
+    "stroke-opacity": 1,
+    "stroke-width": 1,
     "text-align": 1,
-    "text-decoration": 1,
+    "text-anchor": 1,
     "text-indent": 1,
+    "text-rendering": 1,
     "text-shadow": 1,
     "text-transform": 1,
+    "visibility": 1,
     "white-space": 1,
+    "word-break": 1,
     "word-spacing": 1,
     "word-wrap": 1
 };

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firebug.git



More information about the Pkg-mozext-commits mailing list