Quiz Question 1 of 4
When using a polyfill, what happens to browsers that have native support for the polyfilled feature?
Choose the correct answer below:
-
A
Browsers that support the feature natively may crash unexpectedly. For this reason, polyfills should only be used experimentally.
-
B
Browsers that support the feature natively need to be identified in an XML list to avoid double feature implementation.
-
C
Browsers that support the feature natively may exhibit unexpected behavior when using a polyfill. It's important to test carefully when using a polyfill in combination with native implementations.
-
D
Browsers that support our HTML natively will work as intended, and browsers that don't will use the polyfill.