-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Replace link’s href
and image’s src
with unified url
property
#8
Labels
🗄 area/interface
This affects the public interface
💪 phase/solved
Post is done
🧑 semver/major
This is a change
🦋 type/enhancement
This is great to have
Comments
@eush77 Sorry for all the pings, I just value your brain / input on this :) |
👍 I like this. Consistency is a good thing, and in my opinion HTML terminology is not really applicable here. |
Hmm, |
I agree, |
wooorm
added a commit
that referenced
this issue
Feb 6, 2016
Several different properties were used in different nodes for a single semantic entity: the URL. This rename changes that to a unified `url` property. * Rename `link` on `definition` nodes to `url`; * Rename `href` on `link` nodes to `url`; * Rename `src` on `image` nodes to `url`. Clsoes GH-8.
Closed by 94fd6d4. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
🗄 area/interface
This affects the public interface
💪 phase/solved
Post is done
🧑 semver/major
This is a change
🦋 type/enhancement
This is great to have
It seems quite unnecessary to use different properties for a such a similar thing. One
url
is cleaner and simpler.The text was updated successfully, but these errors were encountered: