Claas Augner
Claas Augner
The vCard 3.0 RFC lists the following [Differences From vCard v2.1](https://tools.ietf.org/html/rfc2426#section-5): > 1. The `QUOTED-PRINTABLE` inline encoding has been eliminated. Only the "B" encoding of [RFC 2047] is an allowed...
Thank you for reporting this issue @patiboh, and sorry for taking so long to get back to you. I cannot reproduce the issue [on this page](https://developer.mozilla.org/en-US/docs/Web/CSS/animation#try_it). Could you please verify...
The suggested enhancement makes sense to me.
The reason for this is that we `postMessage` the new theme to all IEx iframes on the page whenever the theme changes, which in turn stores the theme in IEx...
Converted to draft, as several integration test cases are failing.
Hi @NiedziolkaMichal, I wonder if we couldn't just fix yari to listen to this height event: https://github.com/mdn/bob/blob/077d0203a9c45b2a143a734169710c4ab49b4ce9/editor/js/editor-libs/events.js#L85-L92
@yarusome The unit test does not access mdn/content, but instead uses some mock pages, and the mocked `attr` page still uses parentheses: https://github.com/mdn/yari/blob/f6e5179dfa8574bb30ed29b1b4c6a1a47a6e70d7/kumascript/tests/macros/cssxref.test.ts#L37-L45 Updating those urls should fix the failing...
Thank you @Josh-Cena! 🙌
@estelle @Elchi3 Would you like to add anything to Ruth's question? > However do we have any more examples other than this where linking to release notes or implementation bugs...
FWIW: ``` % curl -I https://developer.mozilla.org//en-US/docs/Learn/CSS/Building_blocks/ HTTP/2 302 location: /en-US/docs/Learn/CSS/Building_blocks % curl -I https://developer.mozilla.org//en-US/docs/Learn/CSS/Building_blocks HTTP/2 200 ```