Results 14 comments of Ian Devlin

I found that turning off prefetching appears to solve this issue too. You can either add `no-prefetch` to each link, or disable it entirely with: ``` export default { router:...

I am so sorry, I didn't see this issue until now, many months later, my apologies. Thanks for the information.

For me it appears to ignore the fact that I have told it to ignore a rule.

@soluml `cssnano` appears to already do this, and I wish it didn't as it is breaking something I am currently working on. I would like to be able to turn...

@andyjansson I had, and now I cannot find it. I will update once I find it again.

Thanks for the reply, although that doesn't answer my question?

> > > @iandevlin could you also take a look at this change? It'll effectively call `el.setAttribute('itemscope', true)` for all attributes which are specified without a value. @pago And what...

Why am I seeing all this stuff so late...

Yes, simply adding an empty `alt` outside of `attrs` works just fine of course so it is a workaround, but `attrs` should really support it as it is a valid...

Just wanted to add my support for @alice's proposal for `show-focusring` which is a really nice idea.