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

  Branch: refs/heads/fignumfollowing
  Home:   https://github.com/w3c/webauthn
  Commit: 7f1f3e93f8df9abf7f7d7c92e14bb070d497c8f7
      https://github.com/w3c/webauthn/commit/7f1f3e93f8df9abf7f7d7c92e14bb070d497c8f7
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2019-10-29 (Tue, 29 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 Tuesday, 29 October 2019 23:16:15 UTC