Skip to content

Table elements char and charOff properties not supported anywhere #27830

@jgraham

Description

@jgraham

What type of issue is this?

Incorrect support data (example: BrowserX says "86" but support was added in "40")

What information was incorrect, unhelpful, or incomplete?

BCD claims that the following (deprecated) properties are supported in all browsers except Firefox:

  • html.elements.col.char
  • html.elements.col.charoff
  • html.elements.colgroup.char
  • html.elements.colgroup.charoff
  • html.elements.tbody.char
  • html.elements.td.char
  • html.elements.tfoot.char
  • html.elements.th.char
  • html.elements.thead.char
  • html.elements.tr.char
  • html.elements.tr.charoff

As far as I can tell, they in fact have never been meaningfully supported in any browser; see e.g. the demo at https://www.hixie.ch/tests/evil/mixed/tables.html which, an a browser with real support, would align the data at the decimal point. Possibly there's some difference in whether the IDL attributes are exposed in the DOM, but I don't think this is enough to declare the feature supported.

What browsers does this problem apply to, if applicable?

No response

What did you expect to see?

All browsers marked as unsupported for these properties.

Did you test this? If so, how?

https://www.hixie.ch/tests/evil/mixed/tables.html

Can you link to any release notes, bugs, pull requests, or MDN pages related to this?

No response

Do you have anything more you want to share?

Note that this also affects the web feature https://web-platform-dx.github.io/web-features-explorer/features/table-discouraged/ although arguably that could also be fixed by splitting it into the features that were never implemented anywhere and the ones which are discouraged, but do actually work.

MDN URL

No response

MDN metadata

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    data:htmlCompat data for HTML elements. https://developer.mozilla.org/docs/Web/HTMLneeds triageThis issue needs to be confirmed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions