Update Pictograms Enabled authored by Schildhauer Niklas's avatar Schildhauer Niklas
...@@ -43,7 +43,7 @@ To implement the feature in a web page, the web author must implement a CSS tool ...@@ -43,7 +43,7 @@ To implement the feature in a web page, the web author must implement a CSS tool
</div> </div>
``` ```
However, there exists the problem that the images are loaded even if the function is not desired and thus data is transferred unnecessarily. To counteract this behavior, the picture-element could be used and the image source could be specified with an MQ. Unlike video elements, an MQ is legitimate there.[^3] However, there exists the problem that the images are loaded even if the function is not desired and thus data is transferred unnecessarily. To counteract this behavior, the picture-element could be used and the image source could be specified with an MQ. Unlike video elements, an MQ is legitimate there.[^3]
In this case, the image would only be loaded if this is also desired by the user. In this case, the image would only be loaded if this is also desired by the user. At the current time this functionality is not supported by the polyfill.
```html ```html
<div class="tooltip">banking <div class="tooltip">banking
... ...
......