Home | History | Annotate | Download | only in sdk

Lines Matching defs:Weight

108     "empty-cells", "font-family", "font-size", "font-style", "font-variant", "font-weight", "font", "letter-spacing",
318 "font-weight": { values: [
740 // Weight of CSS properties based on their usage on a few popular websites: https://gist.github.com/3751436
741 WebInspector.CSSMetadata.Weight = {
804 "font-weight": 89,
886 var weight = WebInspector.CSSMetadata.Weight[properties[i]];
887 if (!weight)
888 weight = WebInspector.CSSMetadata.Weight[WebInspector.CSSMetadata.canonicalPropertyName(properties[i])];
889 if (weight > maxWeight) {
890 maxWeight = weight;