genious7 / FanFictionReader

An android app that improves browsing Fan Fiction stories on a mobile device
GNU General Public License v3.0
56 stars 24 forks source link

Support the underline style in spans, check storyid: 11678533 for an … #8

Closed Killerbee437 closed 8 years ago

Killerbee437 commented 8 years ago

…example

genious7 commented 8 years ago

This approach will crash (or at least mess up) if there is a <span> without the text-decoration property. I've moved the startSpan() for this case to handleCssStart(). Anyways, good catch, I hadn't noticed that the underlines in FanFiction were made via css.