Hi, On Thu, Aug 6, 2015 at 4:51 PM, Andreas Tille <[email protected]> wrote: > > > > -<data> : <start_tag> : span <attr> : ('class', 'navpara') <data> : > > <start_tag> : a <attr> : ('href', 'bio-ngs.ru.html') <attr> : ('title', > > 'Russian') <attr> : ('hreflang', 'ru') <attr> : ('lang', 'ru') > > <attr> : ('rel', 'alternate') <data> : Русский (Russkij) <end_tag> : a > > > +<data> : <start_tag> : span <attr> : ('class', 'navpara') <data> : > > <start_tag> : a <attr> : ('href', 'bio-ngs.ru.html') <attr> : ('title', > > 'Russian') <attr> : ('hreflang', 'ru') <attr> : ('lang', 'ru') > > <attr> : ('rel', 'alternate') <data> : Русск ий (Russkij) <end_tag> : a > > > > > > > The diff is because of the space: Русский (Russkij), Русск ий (Russkij). > > Should this be ignored ? Because if we ignore the space here, then we might > > need to ignore space for contents in <data> everytime. Hmm. I don't think > > this will cause any problem though. We can ignore this diff only if '-s' > > flag is used. What do you feel about it ? > > I think any space in HTML should be irrelevant. So please ignore it > (even without the -s flag). >
This is now ignored always (irrespective of the flag). -- Regards, Akshita Jha
