This is a bummer.

Have you tried Sass? This might make it easier to manage. THere are
GUI apps that can compile or set up your own build tools.

With a little nesting, it becomes:

.italic,
.otheritalicstuff,
em,
i{
     .editorial{font-style:normal;}
}

hope this might help.

I'm on Mac and use codekitapp.com


On Mon, Sep 21, 2020 at 3:36 PM Jeff Zeitlin
<edi...@freelancetraveller.com> wrote:
>
> On Mon, 21 Sep 2020 14:53:48 -0400, Tom Livingston <tom...@gmail.com>
> wrote:
>
> >Did we not establish an answer to this? Did another issue arrive?
>
> If this is the best answer, then yes, it's been established; I was
> explaining what I was ultimately seeking to someone who may have missed
> what I was asking for.
>
> The problem with this solution, though, is that I do have to determine the
> maximum depth that I might need to accommodate, and provide *all*
> combinations of <em> and .styles that set font-style: italic in a site-wide
> stylesheet. For each additional level of depth, or for each additional
> .style that sets font-style: italic, the number of combinations rises
> exponentially. This makes the stylesheet a mess.



-- 

Tom Livingston | Senior Front End Developer | Media Logic |
ph: 518.456.3015x231 | fx: 518.456.4279 | medialogic.com


#663399
______________________________________________________________________
css-discuss [css-d@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