>       Can we make this 'anchor_color' to match similar declaritives in the
> config file? (i.e. underscore vs. hyphen)

Good call.  I'll also change "user-agent" (yes, it's in there
already), and "filename-extension".

>       Is there a new tag we can add to the raw HTML to change the color?

Just <font color=red>...

>       Without looking into the python code, does this also take #RRGGBB
> args as well as #RGB style syntax? i.e. #FF0000, #F00, red.

Presumably it takes any valid HTML 4 color spec.  If not, that's a bug.

> Does the parser (yet) deal with inline CSS syntax to re-color those links?
> 
>       <p style="font-color: #f00;">Foo</p>

Nope, no CSS parsing at all yet.  We'll have to move to a more recent
Python version for that (and XHTML, and the latest entity ref names,
and real charset support).  I'm more than ready to do so, but perhaps
after we release 1.2 we can discuss it again.  I seem to recall there
was some Debian problem that someone thought was significant...

Bill

Reply via email to