InlineMark
InlineMark(
__namedParameters):Element
Defined in: react/src/mark.tsx:26
The accessible inline mark: the wrapper carries role, label and title so
the disclosure is perceivable to assistive tech; children restyles the
glyph inside.
-0.125em seats the glyph on the baseline like a text character, INSIDE
the em box. text-top measurably inflated tight display-type line boxes
(~5px at 60px type), so the mark landing nudged every element below the
headline — the mark must never move the copy it marks.
Parameters
Section titled “Parameters”__namedParameters
Section titled “__namedParameters”children?
Section titled “children?”ReactNode
markLabel?
Section titled “markLabel?”string = DEFAULT_MARK_LABEL
reason?
Section titled “reason?”string
Returns
Section titled “Returns”Element