[w3c/webauthn] 88468c: Use CSS numbering for table references too (#1324)

  Branch: refs/heads/master
  Home:   https://github.com/w3c/webauthn
  Commit: 88468caec499992ccbafafc8b9ca3f746d3eb8dc
      https://github.com/w3c/webauthn/commit/88468caec499992ccbafafc8b9ca3f746d3eb8dc
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2019-10-30 (Wed, 30 Oct 2019)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Use CSS numbering for table references too (#1324)

* Generate "Figure" text in .figure-num-following

* Rename .figure-num-* to .figure-ref-*

Since the CSS rule now also generates the "Figure" text, not just the
number.

* Use CSS counter for table number references too

* Revert "Rename .figure-num-* to .figure-ref-*"

This reverts commit ffde79d01a1353fd1e70742658038b0ba7695db9.

* Revert "Generate "Figure" text in .figure-num-following"

This reverts commit e4f3f0c4a317d7c7f4ca47aeb8496dbe94bc3175.

* Move "Table " text out from CSS rules

When generated by the CSS rules, the "Table" text is not searchable by
the "find in page" tool in browsers.

* Unbreak <figcaption>s for tables

Received on Wednesday, 30 October 2019 18:47:30 UTC