View Single Post
Old 11-06-2011, 05:09 PM   #46
Julian Smart
Enthusiast
Julian Smart will become famous soon enoughJulian Smart will become famous soon enoughJulian Smart will become famous soon enoughJulian Smart will become famous soon enoughJulian Smart will become famous soon enoughJulian Smart will become famous soon enough
 
Posts: 28
Karma: 596
Join Date: Dec 2008
Device: none
Quote:
Originally Posted by EowynCarter View Post
Well, css parser would definitifly be good. One of the main reason i'm using sigil.

An other anoyance i have with jutho, is the way it sets syle.
I would like to have

p
{
// whatever's neeeded
}

in the css

and <p>fsdf sdfsdf sdfsdfsdf</p> in the html

rather than
.p_normal
{
// whatever's needed
}

and <p class="p_normal" >fsdf sdfsdf sdfsdfsdf</p>

Oh, and a "remove unused style" would be dammed useful.
Good point, removing unused styles is on my to-do list.

Re. the class name in p tags, is there any particular reason for this given that most of the time you're not going to see the HTML anyway, and if you have more than one paragraph style in use (rather likely) then there will have to be class names? I can't imagine many files where there's only one paragraph style in use.

Julian
Julian Smart is offline   Reply With Quote