Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ReSpec console warnings #442

Merged
merged 2 commits into from
Oct 24, 2017
Merged

Conversation

anssiko
Copy link
Member

@anssiko anssiko commented Oct 24, 2017

@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 35f4aa9)

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.


Preview | Diff

Warning message:

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

Specific changes:

/ for=/ data-dfn-for=/g

/ dfn-for=/ data-dfn-for=/g
Use config:

char-encoding: utf8
drop-empty-elements: no
drop-proprietary-attributes: no
indent: yes
preserve-entities: yes
wrap: 80
tidy-mark: no
@mfoltzgoogle mfoltzgoogle merged commit 36195be into gh-pages Oct 24, 2017
@mfoltzgoogle mfoltzgoogle deleted the fix-respec-console-warnings branch October 24, 2017 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants