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

fixing links in ahref and anohref #143

Merged
merged 6 commits into from
May 31, 2019
Merged

Conversation

pgrucza
Copy link
Contributor

@pgrucza pgrucza commented May 23, 2019

This closes #141 and closes #142

applied changes as suggested in #142


Preview | Diff

@@ -152,7 +152,7 @@ <h2 id="docconformance">
</tr>
<tr id="ahref" tabindex="-1">
<td>
<a><code>a</code></a> element with a <code>href</code></td>
<a><code>a</code></a> element with a <a data-cite="html/links.html#attr-hyperlink-href"><code>href</code></a></td>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<a><code>a</code></a> element with a <a data-cite="html/links.html#attr-hyperlink-href"><code>href</code></a></td>
<a>`a`</a> element with a <a data-cite="html/links.html#attr-hyperlink-href">`href`</a></td>

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@marcoscaceres you seem to be suggesting the removal of the code elements and replacing them with markdown. The code element is being used in the rest of the document.

If this is part of a larger change to the markup, I'm not sure if this is the best place to start it.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, we can do those in a new pull request.

@@ -187,7 +187,7 @@ <h2 id="docconformance">
</tr>
<tr id="anohref" tabindex="-1">
<td>
<code>a</code></a> element without a <code>href</code>
<a><code>a</code></a> element without a <a data-cite="html/links.html#attr-hyperlink-href"><code>href</code></a>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<a><code>a</code></a> element without a <a data-cite="html/links.html#attr-hyperlink-href"><code>href</code></a>
<a>`a`</a> element without a <a data-cite="html/links.html#attr-hyperlink-href">`href`</a>

@marcoscaceres
Copy link
Member

Marked as non substantive for IPR from ash-nazg.

@marcoscaceres marcoscaceres self-requested a review May 29, 2019 09:15
Copy link
Member

@marcoscaceres marcoscaceres left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See my comment in the bug about the "simple" class.

@marcoscaceres
Copy link
Member

@pgrucza, you meed to accept my suggestions before I can merge this.

@marcoscaceres
Copy link
Member

Actually, will make the code changes independently.

@marcoscaceres marcoscaceres merged commit ccaf58a into w3c:gh-pages May 31, 2019
@pgrucza
Copy link
Contributor Author

pgrucza commented May 31, 2019

This closes #141 and closes #142

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants