diff --git a/docs/base-css.html b/docs/base-css.html index 3ea3bdce3..b24d3eea4 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -802,6 +802,7 @@ For example, <code>section</code> should be wrapped as inline.
<table>
+ <caption>…</caption>
<thead>
<tr>
<th>…</th>
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index 4cc21e975..b6a88b854 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -739,6 +739,7 @@
<table>
+ <caption>…</caption>
<thead>
<tr>
<th>…</th>