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

FR: TinyMCE (abbr presentation in G. Chrome) #144

Closed
ignaciogros opened this issue Feb 10, 2017 · 1 comment
Closed

FR: TinyMCE (abbr presentation in G. Chrome) #144

ignaciogros opened this issue Feb 10, 2017 · 1 comment
Assignees
Labels
Milestone

Comments

@ignaciogros
Copy link
Collaborator

ABBR and ACRONYM have no border in some browsers.

@ignaciogros ignaciogros added the FR label Feb 10, 2017
@ignaciogros ignaciogros added this to the 2.1.1 milestone Feb 10, 2017
@ignaciogros ignaciogros self-assigned this Feb 10, 2017
@ignaciogros
Copy link
Collaborator Author

b029cd7

We add this rule until most major browsers support the default style:

abbr[title],acronym[title]{
	text-decoration:none;
	border-bottom:1px dotted
}

Default style:

abbr[title],acronym[title]{
	text-decoration: dotted underline
}

More information:

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

No branches or pull requests

1 participant