Skip to content

Commit 7299119

Browse files
committed
Fix my janky glossary and term syntax
1 parent 92567fb commit 7299119

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/classic-ui/images.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ To access image scales, which are normally not accessible to the current user, o
251251

252252
## `srcset` configuration
253253

254-
In `/@@imaging-controlpanel` Plone allows you to define HTML `srcset` attributes.
254+
In `/@@imaging-controlpanel` Plone allows you to define HTML {term}`srcset` attributes.
255255
A `srcset` can help the browser serve the best fitting image for the current users situation.
256256
Which image scale is best for the user can be decided on different metrics.
257257

@@ -277,7 +277,7 @@ When the viewport width is greater than 800 pixels, the browser will use the lar
277277
### Pixel density
278278

279279
Another metric is the pixel density of the user's screen.
280-
This metric denotes the pixel density, or resolution, of an output device in dots per inch (DPI).
280+
This metric denotes the pixel density, or resolution, of an output device in {term}`dots per inch` (DPI).
281281

282282
```json
283283
{

docs/glossary.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,10 +270,10 @@ Open Graph
270270
For instance, this is used on Facebook to allow any web page to have the same functionality as any other object on Facebook.
271271
272272
srcset
273-
The [HTMLImageElement](https://developer.mozilla.org/en-US/docs/Web/API/HTMLImageElement) property `srcset` is a string which identifies one or more image candidate strings, separated using commas `,`.
273+
The [`HTMLImageElement`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLImageElement) property `srcset` is a string which identifies one or more image candidate strings, separated using commas `,`.
274274
Each image candidate string specifies image resources to display in web pages under given circumstances.
275275
276-
```seealso
276+
```{seealso}
277277
https://developer.mozilla.org/en-US/docs/Web/API/HTMLImageElement/srcset
278278
```
279279
@@ -282,7 +282,7 @@ DPI
282282
Represents the number of [dots per inch](https://en.wikipedia.org/wiki/Dots_per_inch).
283283
Screens typically contain 72 or 96 dots per inch.
284284
285-
```seealso
285+
```{seealso}
286286
https://developer.mozilla.org/en-US/docs/Web/CSS/resolution#dpi
287287
```
288288
```

0 commit comments

Comments
 (0)