[alreq] new commits pushed by behnam

The following commits were just pushed by behnam to https://github.com/w3c/alreq:

* Use dfn/h5 instead of span/em/strong

Use `dfn` for term definitions, so we can link to them easily. Most of
the non-definition instances of `qterm` are replaced with links (`a`) to
the definitions. In some cases, like using terms from other document,
like Unicode resources, they are left alone as `qterm`. We can update
these instances later, as needed.

Also, in one case, `ol` and `strong` were being used to create
sub-sections with headers, which I replaced with `secion` and `h5`.

With this, there are no `strong` tags in use, except the list of TBD
items at the end. A few `em` cases still exist, which are not exactly
definitions. We can replace those with `qterm` if needed.
  by Behnam Esfahbod
https://github.com/w3c/alreq/commit/3f062074cc6b6a05051558d4a21cbf237dc26e1a

* Merge pull request #146 from behnam/style-dfn

Use dfn/h5 instead of span/em/strong
  by Behnam Esfahbod ✅
https://github.com/w3c/alreq/commit/456423cc904fd38bef372ba383b4605f4b6a918d

Received on Tuesday, 3 October 2017 15:42:08 UTC