Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
chromium not rendering special html symbols [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
dmpogo
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 2032
Location: Canada

PostPosted: Thu Nov 25, 2010 9:15 pm    Post subject: chromium not rendering special html symbols [SOLVED] Reply with quote

I just noticed that my chromium-7.0.517.44 does not render HTML symbols like Greek letters ( &alpha &pi etc ) or &plusmn
Don't remeber seeing it before, and firefox works correctly on the same sites.

Did anybody experience the same ?


Last edited by dmpogo on Sun Nov 28, 2010 10:42 pm; edited 1 time in total
Back to top
View user's profile Send private message
floppymaster
Developer
Developer


Joined: 07 Jul 2010
Posts: 172
Location: Detroit, MI, USA

PostPosted: Thu Nov 25, 2010 11:55 pm    Post subject: Reply with quote

Works for me with a trunk build (9.0.595.0) and a dummy page I cooked up:

Code:
<html>
   <head>
      <title>test page</title>
   </head>
   <body>
      Alpha: &alpha;
      Pi: &pi;
   </body>
</html>


What does your browser render in place of the Greek letters?
Back to top
View user's profile Send private message
dmpogo
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 2032
Location: Canada

PostPosted: Fri Nov 26, 2010 3:11 am    Post subject: Reply with quote

floppymaster wrote:
Works for me with a trunk build (9.0.595.0) and a dummy page I cooked up:

Code:
<html>
   <head>
      <title>test page</title>
   </head>
   <body>
      Alpha: &alpha;
      Pi: &pi;
   </body>
</html>


What does your browser render in place of the Greek letters?


just the code literally, &pi etc
Back to top
View user's profile Send private message
floppymaster
Developer
Developer


Joined: 07 Jul 2010
Posts: 172
Location: Detroit, MI, USA

PostPosted: Fri Nov 26, 2010 7:31 am    Post subject: Reply with quote

Could you post a site that doesn't work for you?
Back to top
View user's profile Send private message
dmpogo
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 2032
Location: Canada

PostPosted: Sun Nov 28, 2010 6:33 pm    Post subject: Reply with quote

floppymaster wrote:
Could you post a site that doesn't work for you?


For example

http://www.ualberta.ca/~pogosyan/teaching/PHYS_130/FALL_2010/lectures/lect3/lecture3.html
Back to top
View user's profile Send private message
floppymaster
Developer
Developer


Joined: 07 Jul 2010
Posts: 172
Location: Detroit, MI, USA

PostPosted: Sun Nov 28, 2010 6:53 pm    Post subject: Reply with quote

Ah, there's the problem: the site is leaving off the semi-colons on the end. Instead of &omega it should be &omega;.

The site is technically broken. Firefox and Chrome just have different interpretations of said brokenness.
Back to top
View user's profile Send private message
dmpogo
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 2032
Location: Canada

PostPosted: Sun Nov 28, 2010 8:39 pm    Post subject: Reply with quote

floppymaster wrote:
Ah, there's the problem: the site is leaving off the semi-colons on the end. Instead of &omega it should be &omega;.

The site is technically broken. Firefox and Chrome just have different interpretations of said brokenness.


Thanks ! Seems older chromium was less strict :)
Back to top
View user's profile Send private message
floppymaster
Developer
Developer


Joined: 07 Jul 2010
Posts: 172
Location: Detroit, MI, USA

PostPosted: Sun Nov 28, 2010 9:06 pm    Post subject: Reply with quote

If you think the old behavior was better, you should go ahead and open a bug at crbug.com.
Back to top
View user's profile Send private message
dmpogo
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 2032
Location: Canada

PostPosted: Sun Nov 28, 2010 10:42 pm    Post subject: Reply with quote

floppymaster wrote:
If you think the old behavior was better, you should go ahead and open a bug at crbug.com.


I don't mind if the standards are enforced. Since that was my site, I corrected it :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum