Mat, Of course! I had to look no furthur than the page I was already on for a good precedent! Well, I think the dashes are going to be in version 1, but I'll look at a nice way of using that style in later updates. Maybe it will appease Josiah's scrupulous eye for design details. ;-p
In the case of classes on the "p" tags, I'm doing it for CSS Selector efficiency. When you use a descendant combinator (a space) with a very generic selector on the right like the "p", it means every time the browser finds a "p" in the entire document it will trace back up the tree all the way to the root html tag checking to see if any parents have the class (Writing efficient CSS selectors – CSS Wizardry <https://csswizardry.com/2011/09/writing-efficient-css-selectors/>). Usually, not really critical because CSS is fast, but in the case of TW I tend to get many things open at once so the effort is worth it in my mind. - Reid On Saturday, October 7, 2017 at 4:42:29 PM UTC-5, Mat wrote: > > Google groups and gmail use shading when scroll puts something out of > view. Attached img shows long horizontal shade from vertical scrolling > (never mind the dashed leftover). When no scroll, just plain 1px(?) line. > > In your code I note explicit <p> tags, with style classes. In my > experience it is typically enough to style with > > .someDicClass p {...} > > i.e without explicit <p> tags. > > <:-) > > > <https://lh3.googleusercontent.com/-xd6HqsIboRg/WdlI5q-6T8I/AAAAAAAASsI/GvRDzWsXJFw6kVzF2qReQ-RmnImRDnRrgCLcBGAs/s1600/shading.GIF> > > -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywikidev. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywikidev/6ceffb40-a891-4be6-875f-cc0cc85d09f8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
