Éric Araujo <mer...@netwok.org> added the comment:

[Raymond]
> I'm looking for a deeper fix, all the in-line styling replaced by a
> stylesheet.  Can you guys work together on bring this to fruition?
When I talked about the CSS reset, I was referring to a precise part of the 
file proposed by Ron, so we’re already discussing together :-)

I wonder how desirable it is to preserve the look and feel of the pages.  We 
all agree on externalizing the CSS and add a way for the users to add their own 
stylesheet; why not take the opportunity to also improve the style?  Huge 
blocks of colors are not that attractive to me :)

Regarding workflow, I’d find easier to start from bare HTML that works nice 
(yes, I test with w3m) and then add style.  Technically, I’d like to maintain 
the HTML as a small set of files (in pydoc_data) containing fragments of HTML 
with placeholders ({} or $): That’s easy to edit, to validate (a very simple 
script can put the fragments together) and to use.

I agree that the CSS file should be as short as possible (in content), but not 
too short (in file size).  For example, trailing commas in properties and 
brackets on their own line will allow nice diffs, just like Python.

(I won’t have much time for Python in December, but we have a lot of time 
before 3.3b1 :)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10716>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to