Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.

Conversation

@ddbeck
Copy link
Contributor

@ddbeck ddbeck commented Feb 22, 2018

Following up from the conversation on #594, this removes the complicated description of @counter-style in the list-style-type example.

Copy link

@schalkneethling schalkneethling left a comment

Choose a reason for hiding this comment

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

One small change required. Thanks @ddbeck

suffix: " "
}</code></pre>
</div>
<div class="note"><p><code>space-counter</code> is defined with <a href="https://developer.mozilla.org/docs/Web/CSS/%40counter-style"><code>@counter-style</code></a></p>

Choose a reason for hiding this comment

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

Oh wait, seeing that this will be in an iframe, the anchor will need target="_parent", else this will load inside the iframe. Also, the URL need to be preceded with // else it will "inherit" the domain of the iframe.

Lastly, it seems like MDN is not playing nice with the encoded @ symbol so, perhaps make the URL //developer.mozilla.org/docs/Web/CSS/@counter-style

@ddbeck
Copy link
Contributor Author

ddbeck commented Feb 22, 2018

Fixed the link. Thank you @schalkneethling!

Copy link
Contributor

@wbamberg wbamberg left a comment

Choose a reason for hiding this comment

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

Looks great @ddbeck ! @schalkneethling , thanks for the review, I would not have caught that. I've tested this in an iframe and it works fine.

@wbamberg wbamberg merged commit 785633b into mdn:master Feb 22, 2018
wbamberg pushed a commit that referenced this pull request Feb 22, 2018
@ddbeck ddbeck deleted the improve-list-style-type-appearance branch February 23, 2018 10:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants