table-scope-chain-inline-last-cell-only

The inline slot searches the last cell only; it never scans sideways into an earlier cell, so a plain-Text last cell orphans the leading {}

§4.8

Input

| **AA** | CC {.a}{.b}{.c}

Diagnostics

- code: CDN-0011
  level: warning

Output AST

- type: Table
  rows:
    - type: Row
      children:
        - type: Cell
          children:
            - type: Strong
              children:
                - type: Text
                  value: AA
        - type: Cell
          children:
            - type: Text
              value: CC
      attributes:
        - key: class
          value:
            - b
  attributes:
    - key: class
      value:
        - c