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
Italics removed? #1675
Comments
|
Just ran into this myself, for folks who may not know much CSS, here's an example: |
|
I don't know how that applies to this issue. I am wanting Without trying to be mean, almost everything you provided in your example is against best practices.
All of this is against best practices as described in the specifications themselves. I can provide references if you want, but all of this is in introductory HTML/CSS books. I don't want to seem critical, but I wouldn't want some person learning HTML/CSS to look at your example and follow it. It is an example of how not to do things, unfortunately. |
|
Wow. So first off, I wasn't using cite, and I also had italics removed. So I figured it was a problem globally within Reveal. Secondly, I wanted to provide a quick and dirty solution that worked. I rarely use inline styles, but will from time to time when I'm doing a quick modification. I also do so in Reveal from time to time when I need to do something not directly supported. I'm typically more concerned about the content of the presentation than following best practices for a web application. You could have made your point so much easier about the cite issue without needing to go so far over the top in your reply. I absolutely agree I should have mentioned that it happened w/o using cite, that would be been helpful. Have a nice day. |
My friend, you specifically mentioned that your example was "for folks who may not know much CSS". I feel it very important that those "who may not know much about CSS" understand that the example above is directly contrary to best practices; otherwise they might be learning the wrong way to do things, especially since you implied that your example was something for newbies to learn from and follow. I did go out of my way to mention several times I wasn't trying to be mean, and I reiterate that. All the best. |
|
It is no longer necessary to write |
|
I have very good news all around on this ticket. I tested with the latest version 4.3.1.
This is wonderful news. Thank you for addressing this. I'll close the ticket. |
I'm testing reveal.js. When I use
<cite>within a presentation, it doesn't come out in italics. I even try to explicitly specify italics using CSSfont-style: italic, but it doesn't work. The only way I can get italics for<cite>is if I force it using CSS!important.What does reveal.js have against italics?
<cite>should be in italics by default. Let me know if you need more info.Thanks.
The text was updated successfully, but these errors were encountered: