This documentation relates to Opera's now deprecated .oex Extension API framework for Opera versions <= 12.15 and also provided by our OEX2NEX shim library.
For the latest Opera Extensions API documentation for Opera versions > 12.15 please consult the latest Opera Extensions API documentation online.
The <span>
element serves as a wrapper for text content, usually for the purpose of internationalization. The following attributes are associated with it.
xml:lang
(see also the W3C specification)dir
(see also the W3C specification)<?xml version="1.0" encoding="utf-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" id="http://example.com/myExtension" version="1.1">
...
<span>
CHANGELOG
Version 1.1: Added ability to travel through time.
</span>
...
</widget>