mdn / browser-compat-data

This repository contains compatibility data for Web technologies as displayed on MDN
https://developer.mozilla.org
Creative Commons Zero v1.0 Universal
5.01k stars 2.01k forks source link

Add descriptions to MathML attribute values #25174

Closed pepelsbey closed 1 week ago

pepelsbey commented 1 week ago

Summary

Without description, BCD tables on MDN render attribute values as attribute.value, which is unexpected in the markup language context.

image

Once merged and released, this should change to what, for example, does <iframe>:

image

I expect it might be as well fixed on the MDN side, so here’s a decision to make.