473,413 Members | 1,789 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,413 software developers and data experts.

Find all style rules matching an element

Has anyone produced a tool that identifies and lists all the selectors
found among a page's stylesheets that match a particular element, along
with the properties applied in connection with each of them? In other
words, a tool to help identify why a particular element looks as it does
when it isn't consistent with my expectations.
Oct 23 '06 #1
9 2313
Harlan Messinger <hm*******************@comcast.netwrote:
>Has anyone produced a tool that identifies and lists all the selectors
found among a page's stylesheets that match a particular element, along
with the properties applied in connection with each of them? In other
words, a tool to help identify why a particular element looks as it does
when it isn't consistent with my expectations.
Mozilla DOM Inspector?

--
Spartanicus
Oct 23 '06 #2
Spartanicus wrote:
Harlan Messinger <hm*******************@comcast.netwrote:
>Has anyone produced a tool that identifies and lists all the selectors
found among a page's stylesheets that match a particular element, along
with the properties applied in connection with each of them? In other
words, a tool to help identify why a particular element looks as it does
when it isn't consistent with my expectations.

Mozilla DOM Inspector?
Unless I'm overlooking a feature, for a given element the DOM Inspector
only lists the computed style property values, without indicating how it
arrived at them.
Oct 23 '06 #3
Harlan Messinger <hm*******************@comcast.netwrote:
>>Has anyone produced a tool that identifies and lists all the selectors
found among a page's stylesheets that match a particular element, along
with the properties applied in connection with each of them? In other
words, a tool to help identify why a particular element looks as it does
when it isn't consistent with my expectations.

Mozilla DOM Inspector?

Unless I'm overlooking a feature, for a given element the DOM Inspector
only lists the computed style property values, without indicating how it
arrived at them.
That should allow you to establish *if* there is an unexpected property
or value being applied through inheritance or the cascade other than
through the style properties directly attached to the element.

If you then have difficulty establishing which rule causes this, and
this happens frequently enough to be an annoyance, then this suggest
that your stylesheets are to complex.

--
Spartanicus
Oct 23 '06 #4
Spartanicus wrote:
Harlan Messinger <hm*******************@comcast.netwrote:
>>>Has anyone produced a tool that identifies and lists all the selectors
found among a page's stylesheets that match a particular element, along
with the properties applied in connection with each of them? In other
words, a tool to help identify why a particular element looks as it does
when it isn't consistent with my expectations.
Mozilla DOM Inspector?
Unless I'm overlooking a feature, for a given element the DOM Inspector
only lists the computed style property values, without indicating how it
arrived at them.

That should allow you to establish *if* there is an unexpected property
or value being applied through inheritance or the cascade other than
through the style properties directly attached to the element.

If you then have difficulty establishing which rule causes this, and
this happens frequently enough to be an annoyance, then this suggest
that your stylesheets are to complex.
It's more like, different sheets are being provided by different
authorities over different parts of the web page. Unfortunately, the
others didn't wrap their parts of the HTML in a DIV with an ID and then
use that ID consistently to differentiate their selectors.
Oct 23 '06 #5
Harlan Messinger <hm*******************@comcast.netwrites:
Has anyone produced a tool that identifies and lists all the selectors
found among a page's stylesheets that match a particular element,
along with the properties applied in connection with each of them? In
other words, a tool to help identify why a particular element looks as
it does when it isn't consistent with my expectations.
Have you tried the "Web Developer" FireFox extension? It does not do
exactly what you ask, but the live "display element information"
together with "view style information" comes damn close.

--
Ben.
Oct 23 '06 #6
In article <4q************@individual.net>,
Harlan Messinger <hm*******************@comcast.netwrote:
Has anyone produced a tool that identifies and lists all the selectors
found among a page's stylesheets that match a particular element, along
with the properties applied in connection with each of them? In other
words, a tool to help identify why a particular element looks as it does
when it isn't consistent with my expectations.
Does http://www.culturedcode.com/ Xyle scope do what you want?

--
http://www.ericlindsay.com
Oct 23 '06 #7
Eric Lindsay wrote:
In article <4q************@individual.net>,
Harlan Messinger <hm*******************@comcast.netwrote:
>Has anyone produced a tool that identifies and lists all the selectors
found among a page's stylesheets that match a particular element, along
with the properties applied in connection with each of them? In other
words, a tool to help identify why a particular element looks as it does
when it isn't consistent with my expectations.

Does http://www.culturedcode.com/ Xyle scope do what you want?
From "In Cascade Mode all rules from associated style sheets that apply
to the currently selected HTML element and its ancestors are shown in
their proper order known as the CSS cascade" I'd say it sounds like it.
I'll have to check it out. Thanks!
Oct 23 '06 #8
Harlan Messinger wrote:
Eric Lindsay wrote:
>In article <4q************@individual.net>,
Harlan Messinger <hm*******************@comcast.netwrote:
>>Has anyone produced a tool that identifies and lists all the
selectors found among a page's stylesheets that match a particular
element, along with the properties applied in connection with each of
them? In other words, a tool to help identify why a particular
element looks as it does when it isn't consistent with my expectations.

Does http://www.culturedcode.com/ Xyle scope do what you want?
From "In Cascade Mode all rules from associated style sheets that apply
to the currently selected HTML element and its ancestors are shown in
their proper order known as the CSS cascade" I'd say it sounds like it.
I'll have to check it out. Thanks!
Or not! It's for Mac only.
Oct 23 '06 #9
In article <4q************@individual.net>,
Harlan Messinger <hm*******************@comcast.netwrote:
Eric Lindsay wrote:
In article <4q************@individual.net>,
Harlan Messinger <hm*******************@comcast.netwrote:
Has anyone produced a tool that identifies and lists all the selectors
found among a page's stylesheets that match a particular element, along
with the properties applied in connection with each of them? In other
words, a tool to help identify why a particular element looks as it does
when it isn't consistent with my expectations.
OP may find

<http://penguin.theopalgroup.com/cgi-...er/selectoracl
e.py>

useful in tracking down problems when getting a bit confused...

--
dorayme
Oct 23 '06 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: macgyver | last post by:
This is a strange question, and I think the answer is NO, but I am asking anyway. I am a member of a website which allows us to alter our member profiles. Using css in the middle of the profile...
7
by: Sandman | last post by:
I have a script that generates a hierarchical menu, but I am having problems assigning styles to each manu items different possible states. The possible states a menu item can be in is (and all of...
15
by: lawrence | last post by:
Sorry for the dumb question but I'm new to Javascript. I wrote this script hoping to animate some div blocks on a page. You can see the page here: http://www.keymedia.biz/demo.htm Can anyone...
3
by: Michele Locati | last post by:
Hi to everybody I've a little problem that I can't solve. An hour of Google search didn't help. I should set dinamically via JavaScript the height of an object when I print the HTML page. ...
5
by: Andrew Poulos | last post by:
If I have an external stylesheet that is @imported into my page and it has an element that looks like this: * html td { font-style: italic; } how can I use javascript to change the font...
9
by: Aaron Gray | last post by:
Hi, Well I have gone and done it, got to the bottom of it. Nothing spectacular but its good to see how it is done. Now to distill the brew ... I am going to use sub threads of the thread...
4
by: 28tommy | last post by:
Hi, I'm trying to find scripts in html source of a page retrieved from the web. I'm trying to use the following rule: match = re.compile('<script + src=+>') I'm testing it on a page that...
10
by: pamelafluente | last post by:
Hi, this time I am trying to add a style on the fly.I wish equivalency with this one (only the menuItemStyle line): <head> <style type="text/css" media="screen"> ... some static styles ......
4
by: yawnmoth | last post by:
Say I wanted to make a link change colors when someone was hovering over it. Ordinarily, I could do that by doing something like... <style> a { color: whatever; } a:hover { color:whatever;
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.