You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: views/index.ejs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -71,10 +71,10 @@ See the LICENSE file for copyright details
71
71
<ul>
72
72
<li>Detection for features under prefixes are not yet supported</li>
73
73
<li>Detection for features under alternative names are not yet supported</li>
74
-
<li>In older browsers, some attributes aren't initialized in the API prototypes, resulting in false negatives</li>
75
-
<li>Some APIs are accessed through other APIs and aren't exposed on their own; custom tests have not been written for them all</li>
76
74
<li>Some browser extensions, such as password managers, may cause compatibility conflicts</li>
77
75
<li>CSS property value detection may produce false positives for certain properties</li>
76
+
<li>Many tests for SVG attributes are improper due to not having API counterparts, resulting in no support reported</li>
77
+
<li>Tests for MathML element attributes are not yet implemented</li>
78
78
</ul>
79
79
80
80
<pid="known-caveats-file-issue">If you find any errors in feature detection, please <ahref="https://github.com/openwebdocs/mdn-bcd-collector/issues/new"><spanclass="mdi mdi-alert-circle-outline"></span> file an issue</a> in the GitHub repository.</p>
0 commit comments