Peter Bengtsson

Results 448 comments of Peter Bengtsson

Excellent question! And you're not the first one to bring it up. There are some browser extensions that you might be able to use. But MDN is a static site...

I think we should keep it open. That way it helps us remember how many people are asking about this.

> Does It help? > https://blog.mozilla.org/l10n/2019/04/02/changing-the-language-of-firefox-directly-from-the-browser/ The problem is that we have the locale hardcoded in the URL. That gets indexed by Google and Google presents those links. MDN does...

Note-to-self, in the `~/minimalcss` here's how I ran it: `node peterbe__analyze_mdn_bundle.js /tmp/main.993ec72d.chunk.css ~/yari/client/build/en-us`

> Side issue, feel free to open a new issue with this comment. > > `main.993ec72d.chunk.css` > Is right to think that `993ec72d` Is the integrity hash and could be...

By the way [`lockfile-lint`](https://github.com/lirantal/lockfile-lint) is only able to check the `resolved` line but perhaps that's a good enough start.

The task is actually to decide if client-side navigation is better than regular navigation. It's a delicate quest that has one foot in web performance and one foot in a11y....

@schalkneethling Given the potential improvements to the `` with the [`` component](https://github.com/mdn/yari/pull/1593) we might reconsider. We'd need to be aware of this for each link in the header. I.e. whether...