feat(brand): add ™ to appbar + drawer wordmark#297
Merged
Conversation
Tim 2026-06-05 asked whether the unregistered-trademark notice needs prior registration. It doesn't (NZ Trade Marks Act 2002 restricts only the (R) symbol pre-registration; ™ is a common-law notice anyone may use on a mark they're asserting). Wiring it in ahead of an IPONZ filing so visitors are on notice. * AppBar wordmark: 'Tournamental(TM) FWC2026' * Drawer brand name: 'Tournamental(TM)' Styling: * New rule shared by .vt-appbar-wordmark-tm + .vt-drawer-brand-tm * 0.35em size so it reads as a footnote on the mark, not a glyph alongside it * Gold (--vt-gold-400) to subordinate it visually * Manual vertical-align 0.85em so the TM tracks the Saira cap height rather than the default x-height-aligned superscript * <sup> for semantic correctness; the parent wordmark span is already aria-hidden so screen readers continue to hear the link label 'Tournamental, homepage' without the TM glyph being announced Once IPONZ grants registration we'll swap (TM) for (R) (one-char edit in two files). Until then this is the legally-safe form. Refs: docs/internal/home-polish-spec.md Signed-off-by: Tim Thomas <0800tim@gmail.com>
Auto-triage: GREEN — auto-triage clearRisk score: 0/100
No flags raised by the automated scanners. A human reviewer will still take a look. Labels applied: Posted by |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tim 2026-06-05: assert common-law trademark rights on "Tournamental" with the ™ notice (no ® until IPONZ grants registration, since false ® usage is an offence under the NZ Trade Marks Act 2002 s 200). Common-law TM notation requires no registration in NZ/US/UK/AU/EU.
.vt-appbar-wordmark-tm+.vt-drawer-brand-tmrule sized at 0.35em, gold-tinted, vertically lifted 0.85em so it tracks the Saira cap height.<sup>element for semantic correctness.