Possible outdated information within Responsive WebDev Certification's HTML course

Greetings freeCodeCamp staff and fellow forum users,

Let me state firstly my clear ignorance on any and almost all things coding. Just started my journey to learn how to code.

As I was going through the ResponsiveWebDev Certification’s HTML course, in the Working with the iframe Element section, How Do You Embed Videos onto Your Page Using the iframe Element? subsection, I came across the following bit of text:

I wanted to complete my notes with more examples of what one might add to the `allow` attribute so I searched the web and found the following link: <iframe>: The Inline Frame element - HTML | MDN

In which, under the `allow` attribute description, is stated that `allowfullscreen` and another of my sought after examples, `allowpaymentrequest` are now considered legacy attributes, and are now redefined as `allow="fullscreen *` and `allow="payment *` respectively.

Just wanted to flag this, in case it is true that the taught syntax for this attribute is nowadays outdated, and perhaps should be therefore updated.

Can someone with experience confirm or deny?

And lastly, thank you so much for these free materials! I am enjoying them thoroughly.

the MDN is a good source, so we should update the course

Thank you for helping make FCC better. Bugs can be reported as GitHub Issues. Whenever reporting a bug, please check first that there isn’t already an issue for it and provide as much detail as possible.

Thank you for the quick reply.

Once I figure out (probably though freeCodeCamp’s YT videos on GitHub) how it works, and if I ever find a bug, I’ll make sure to report it there.

Cheers!

the outdated information is a bug, if you can it would be great if you could open a github issue about it

Noted! I will make one as soon as I finish fCC’s Git&GitHub crash courses. Already on my to-do list so I don’t forget.