View Single Post
Old 12-18-2015, 01:57 AM   #11
rubeus
Banned
rubeus ought to be getting tired of karma fortunes by now.rubeus ought to be getting tired of karma fortunes by now.rubeus ought to be getting tired of karma fortunes by now.rubeus ought to be getting tired of karma fortunes by now.rubeus ought to be getting tired of karma fortunes by now.rubeus ought to be getting tired of karma fortunes by now.rubeus ought to be getting tired of karma fortunes by now.rubeus ought to be getting tired of karma fortunes by now.rubeus ought to be getting tired of karma fortunes by now.rubeus ought to be getting tired of karma fortunes by now.rubeus ought to be getting tired of karma fortunes by now.
 
Posts: 272
Karma: 1224588
Join Date: Sep 2014
Device: Sony PRS 650
Without looking at the stylesheet its impossible to decide if spans are unnecessary or not.

Code:
span {
  font-weight: 500;
}
will have definitely an effect on spans.

Code:
div span {
  font-style: italic;
}
will have definitely an effect on spans.

And both will not be listed in Sogil's reporting as they do not have a class.

@Hitch: would a plugin put any value which adds empty spans to <p> and <divs> and <h1>?

Last edited by rubeus; 12-18-2015 at 02:08 AM.
rubeus is offline   Reply With Quote