@@ -11,7 +11,7 @@ The picture shows an example of how pictograms can be used to make a text more a
...
@@ -11,7 +11,7 @@ The picture shows an example of how pictograms can be used to make a text more a
### Usage
### Usage
To implement the feature in a web page, the web author must implement a CSS tooltip with the explanatory pictogram for selected words.
To implement the feature in a web page, the web author must implement a CSS tooltip with the explanatory pictogram for selected words.
``` HTML
```html
<style>
<style>
.tooltip{
.tooltip{
position:relative;
position:relative;
...
@@ -45,7 +45,7 @@ To implement the feature in a web page, the web author must implement a CSS tool
...
@@ -45,7 +45,7 @@ To implement the feature in a web page, the web author must implement a CSS tool
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.