Commit 2f214c1
authored
Both `<absolute-size>` and `<relative-size>` were defined as values for
`font-size`, but that made Bikeshed link the terms to the underlying type
definitions in CSS2.
That's confusing for readers following links because the definition of
`<absolute-size>` in CSS2 does not have `xxx-large`. That also confuses other
spec processing tools, see w3c/webref#1794
This update turns the value definitions into proper type definitions, which
will override those defined in CSS2, and make links to `<absolute-size>` and
`<relative-size>` target the local definitions.
1 parent aebe7b9 commit 2f214c1
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1384 | 1384 | | |
1385 | 1385 | | |
1386 | 1386 | | |
1387 | | - | |
1388 | | - | |
| 1387 | + | |
| 1388 | + | |
1389 | 1389 | | |
1390 | 1390 | | |
1391 | 1391 | | |
| |||
1395 | 1395 | | |
1396 | 1396 | | |
1397 | 1397 | | |
1398 | | - | |
| 1398 | + | |
1399 | 1399 | | |
1400 | 1400 | | |
1401 | 1401 | | |
| |||
1422 | 1422 | | |
1423 | 1423 | | |
1424 | 1424 | | |
1425 | | - | |
| 1425 | + | |
1426 | 1426 | | |
1427 | 1427 | | |
1428 | 1428 | | |
| |||
1435 | 1435 | | |
1436 | 1436 | | |
1437 | 1437 | | |
1438 | | - | |
| 1438 | + | |
1439 | 1439 | | |
1440 | 1440 | | |
1441 | 1441 | | |
| |||
0 commit comments