Discuss the articles posted on Dev.Opera.
By chrismills
Wednesday, 2. September 2009, 08:39:00
The Opera 10 experience
This article gives you the low down on Opera 10's new features and standards support.Showcases in the article make use of Web Fonts, RGBA/HSLA colours, Selectors API, CSS 3 selectors, HTML 5 contenteditable and more. It also looks at Opera 10's new user interface and Opera Dragonfly features.
( Read the article )
By Micky
Tuesday, 1. September 2009, 12:58:59

Great overview of 10. I'm excited to try new features.
Improved error console: This lets you see, filter and log any errors in your scripts, pointing to the exact position where the error occurred
Error Console specifies exact line where error occurs, but link is not pointing directly to the line of error. (this would be great feature)
PS: 'Disable smilies' doesn't work here ...

Post edited Tuesday, 1. September 2009, 13:06:58
By ayolov
Wednesday, 2. September 2009, 17:21:29

Where is the trashcan for the tabs?
By Micky
Friday, 4. September 2009, 01:59:04

Originally posted by ayolov:
Where is the trashcan for the tabs?
It was replaced by "Closed Tabs" icon.
By x-alina
Friday, 4. September 2009, 20:21:10

What wrong with my SVG-Font? Opera 10 show it when the font is loaded the first time, but after it's in the cache on the next XHTML page it isn't showed anymore. All other browsers with SVG font support show it correctly every time.
For Example with the following code the Problem occurs:
<glyph unicode="I" glyph-name="I" horiz-adv-x="240" d="M89 0V759H151V0H89Z"/>
But if I copy&paste the code of the "D" character it works fine:
<glyph unicode="I" glyph-name="I" horiz-adv-x="716" d="M89 1V748Q186 765 280 765Q369 765 439 744T552 689T624 606T663 507T674 398Q674 363 670 329T655 254T625 177T574 107T499 48T393 9T254 -6Q150 -6 89 1ZM151 702V51Q186 45 264 45Q433 45 521 136T610 395Q610 549 526 631T279 714Q211 714 151 702Z"/>
Both are generated by batik-ttf2svg.jar .
I can't see any information about it in the error log.
By x-alina
Friday, 4. September 2009, 20:26:58

The following Code works:
<glyph unicode="E" glyph-name="E" horiz-adv-x="519" d="M481 52V0H89V759H464V707H151V425H446V373H151V52H481Z"/>
The following doesn't:
<glyph unicode="I" glyph-name="I" horiz-adv-x="519" d="M481 52V0H89V759H464V707H151V425H446V373H151V52H481Z"/>
The only deference is the name of the character. Strange.
By dstorey
Saturday, 5. September 2009, 11:47:59

X-alina: Do you have a link to your SVG font and a page using it? I’ll try to take a look.
By x-alina
Saturday, 5. September 2009, 12:14:11

Thanks, here is the Link:
http://217.140.74.86/(IPv6: http://[2001:4b88:10fa:0:21d:72ff:fe0f:fe40]/ )
By x-alina
Tuesday, 8. September 2009, 23:12:04

dstorey: Is this an Opera bug or an error in my font?
By POWRSURG
Monday, 19. October 2009, 13:27:39

Has the ARIA spec changed since the Opera tutorials were created? Shouldn't it just be role="menuitem" or the like? Or is the "wairole:" just needed because of the XML prolog possibly causing the browser to render the page as XML and thus needs the namespacing? Something else entirely?