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

ISSUE-715: Removing unused glossary terms deletes only the term. #66

Merged
merged 1 commit into from
Jun 23, 2015

Conversation

klown
Copy link
Contributor

@klown klown commented Jun 19, 2015

@halindrome. @michael-n-cooper,

The function that removes unused glossary terms is only removing the term, the DT element and not the actual definition, DD element. As a result, the DD text appears to be part of some other term.

You can see an example of this for the glossary entry for "State" here:
http://w3c.github.io/aria/aria/aria.html#dfn-state

The second paragraph of that definition is actually for "Sub-document", and the third for "Target Element".

I've found the bug, and made a simple fix. Please review this pull request, thanks.

Tracker ISSUE-715: https://www.w3.org/WAI/PF/Group/track/issues/715

The function that removes unused glossary terms is removing only
the term, <dt>, but not the actual definition, <dd>.  As a result
the <dd> text appears to be part of some other term in the final
rendering.

Modified the script to remove both.
halindrome added a commit that referenced this pull request Jun 23, 2015
ISSUE-715: Removing unused glossary terms deletes only the term.
@halindrome halindrome merged commit 0c1e35e into w3c:master Jun 23, 2015
pkra pushed a commit that referenced this pull request May 20, 2024
Clarify relationship between html-aam and core-aam mappings
pkra pushed a commit that referenced this pull request May 20, 2024
Updated list of contributors
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.

2 participants