You can add type="hebrew" to your elements and use CSS rules like this:

*[type="hebrew"], *[type="hebrew"] * {
  ...
}

This will apply the style to elements with type="hebrew" and all of their
children.


Bill


On Fri, Apr 22, 2011 at 6:17 AM, Stephan Beal <sgb...@googlemail.com> wrote:

> On Fri, Apr 22, 2011 at 12:53 PM, Ron Aaron <r...@ronware.org> wrote:
>
>> I meant 'class=' actually.
>>
>> I thought 'class' was one of the attributes *not* stripped.  It
>> shouldn't be, IMO.
>>
>
> http://www.fossil-scm.org/index.html/wiki_rules
>
> says:
>
> "All attributes are checked and only a few benign attributes are allowed on
> each element. In particular, any attributes that specify javascript or CSS
> are elided."
>
> i'm assuming that "class" falls into the "CSS" category, but haven't
> verified that that is the case. Personally, i would like to see 'class' kept
> intact, because it's such a convenient way to tag the elements with custom
> scripting behaviour.
>
> --
> ----- stephan beal
> http://wanderinghorse.net/home/stephan/
>
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
>
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to