Skip to content

Commit f499d04

Browse files
- adding frontmatter. (I originally copied this definition from https://github.com/Siteimprove/sanshikan/blob/main/terms/visible-inner-text.md)
- changing glossary links' prefixes from "./" to "#". I don't know if the former was working or not. but the latter is the common practice, it seems.
1 parent 092c849 commit f499d04

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

pages/glossary/visible-inner-text.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
# Visible inner text
1+
---
2+
title: Visible Inner Text
3+
key: visible-inner-text
4+
unambiguous: true
5+
objective: true
6+
input_aspects:
7+
- CSS styling
8+
- DOM tree
9+
---
210

311
(The "visible inner text" defined here is similar to, but not the same as, [visible text content][].)
412

@@ -33,6 +41,6 @@ The <dfn>visible inner text</dfn> of any other node is the concatenation of the
3341
[rendered]: https://html.spec.whatwg.org/#being-rendered
3442
[text node]: https://dom.spec.whatwg.org/#text
3543
[tree order]: https://dom.spec.whatwg.org/#concept-tree-order
36-
[visible]: ./visible.md
44+
[visible]: #visible
3745
[visible text content]: #visible-text-content
38-
[whitespace]: ./whitespace.md
46+
[whitespace]: #whitespace

0 commit comments

Comments
 (0)