Frontmatter
| id | 5302 |
| title | learning content: TT tags replacement |
| state | Closed |
| labels | enhancement |
| assignees | [] |
| createdAt | Mar 5, 2024, 6:14 PM |
| updatedAt | Mar 18, 2024, 5:49 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5302 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 18, 2024, 5:49 PM |
learning content: TT tags replacement

siddhubvs
Mar 18, 2024, 4:02 PM
Can you tell me the components where could i find those tags in the project

tobiu
Mar 18, 2024, 5:49 PM
hi @siddhubvs!
apologies, @maxrahder seems to have already removed the TT tags and not updated this ticket. i spend a while to find the spot: https://github.com/neomjs/neo/commit/0b55bb0bbfa44bc931c9c8705b8d3a8ae317de90#diff-af14b33d36f92d1b62e3af79187da78fc1ab32c94e45f8b640c73b844b3fc514L322
in case you would like to work on neo related tickets, i strongly recommend to join the slack channel. @maxrahder can help you getting up to speed (e.g. doing weekly workshops).
best regards, tobi
tobiu closed this issue on Mar 18, 2024, 5:49 PM
not a high prio one, but
<TT>is deprecated: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ttwe could e.g. go for
<SAMP>: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/sampthoughts @mxmrtns @ExtAnimal @maxrahder ?