<sc-literal>, <sc-null>, <sc-never> — Custom Element renderers
for the three non-editable leaf types.
Each emits a single <span> placeholder. The literal renderer
displays the literal value (or comma-separated list); the null and
never renderers display the em-dash and a never matches italic
note respectively. Mirrors the React headless renderers.
<sc-literal>,<sc-null>,<sc-never>— Custom Element renderers for the three non-editable leaf types.Each emits a single
<span>placeholder. The literal renderer displays the literal value (or comma-separated list); the null and never renderers display the em-dash and anever matchesitalic note respectively. Mirrors the React headless renderers.Parts:
value.