Skip to content

Commit 0571e36

Browse files
authored
Update list of known caveats (#1636)
1 parent 19a0f43 commit 0571e36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

views/index.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ See the LICENSE file for copyright details
7171
<ul>
7272
<li>Detection for features under prefixes are not yet supported</li>
7373
<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>
7674
<li>Some browser extensions, such as password managers, may cause compatibility conflicts</li>
7775
<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>
7878
</ul>
7979

8080
<p id="known-caveats-file-issue">If you find any errors in feature detection, please <a href="https://github.com/openwebdocs/mdn-bcd-collector/issues/new"><span class="mdi mdi-alert-circle-outline"></span> file an issue</a> in the GitHub repository.</p>

0 commit comments

Comments
 (0)