Claas Augner
Claas Augner
We're working on the new front-end, so we're not going to fix this in yari, and I will close this PR.
> What needs to happen: > > * The note needs to be removed from the `normal` value (which is working as expected). > > * `sub` and `super` need...
Looking at the table [in the spec](https://drafts.csswg.org/css-display/#the-display-properties), it looks like `block` and `inline` are short-hands for `block flow` and `inline flow` respectively, and Chrome/Firefox/Safari all treat `flow` as a short-hand...
Resolved via https://github.com/mdn/yari/pull/11757.
@LeoMcA I cannot reproduce this issue, could you please check if you can? PS: I have already experienced a different quick search issue, wherein the quick search no longer shows...
We reimplemented the search box in Fred, and this is no longer an issue, closing as won't fix.
Never mind, it was already removed in #6849.
Closing as won't fix, as Rari replaced the Yari build system, and no longer supports `index.html`.
> https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/Attributes.html#//apple_ref/doc/uid/TP40008058-SW1 It looks like that page refers to Safari on iOS, not Safari on macOS. I just tested [these MDN examples](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Global_attributes/autocapitalize#result) in Safari 18.4, and `autocapitalize` does not appear...
Let's add this Safari bug as `impl_url` below: https://bugs.webkit.org/show_bug.cgi?id=180821 https://github.com/mdn/browser-compat-data/blob/d23e7911be0dc755f7674d6a767068c0e602c62c/html/global_attributes.json#L108-L110 @lcichanowicz Would you like to open a PR with this change? 🙏