[presentation-api] Pull Request: Fix ReSpec console warnings

anssiko has just submitted a new pull request for https://github.com/w3c/presentation-api:

== Fix ReSpec console warnings ==
@mfoltzgoogle, I noticed ReSpec logs the following console warnings:

```
The `for` and `dfn-for` attributes are deprecated.
Please use `data-dfn-for` instead. See developer console.
```

(Since these warnings were not surfaced through the ReSpec UI, I missed them in my initial patch https://github.com/w3c/presentation-api/commit/35f4aa990713d3a3441714ce8bf9c3bc58463094)

This PR fixes these remaining warnings in commit bcdd827

In a separate commit 7bd0067 I tidied the source to bring the more recent changes in line with the conventions.

All changes are purely editorial and under the hood, no changes to the rendered output.

See https://github.com/w3c/presentation-api/pull/442

Received on Tuesday, 24 October 2017 07:03:30 UTC