sep 26 2014 23:33 Rick Gordon <li...@rickgordon.com>:

> A useful additional angle on this is that if include some JavaScript to add a 
> class to <body>, for example, a class called "owner" when you are logged in, 
> then you can have all that debugging stuff only seen by yourself. (WordPress 
> sites, or other sites where you can be logged in, lend themselves to that 
> sort of functionality.)
> 
> body.owner :first-child { outline: 1px dotted lime; }

At least in Firefox, the Web Developer add-on to Firefox allows for outlining 
custom elements. Using ":first-child" or any other selector gives you 
temporarily an outline of the elements you want to identify. These can also be 
combined with other built-in element outlines.

______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to