23 'Custom: ((rb, (rt | (rp, rt, rp))) | (rbc, rtc, rtc?))',
26 $this->
addElement(
'rbc',
false,
'Required: rb',
'Common');
27 $this->
addElement(
'rtc',
false,
'Required: rt',
'Common');
28 $rb = $this->
addElement(
'rb',
false,
'Inline',
'Common');
29 $rb->excludes =
array(
'ruby' =>
true);
30 $rt = $this->
addElement(
'rt',
false,
'Inline',
'Common',
array(
'rbspan' =>
'Number'));
31 $rt->excludes =
array(
'ruby' =>
true);
32 $this->
addElement(
'rp',
false,
'Optional: #PCDATA',
'Common');
XHTML 1.1 Ruby Annotation Module, defines elements that indicate short runs of text alongside base te...
addElement($element, $type, $contents, $attr_includes=array(), $attr=array())
Convenience function that sets up a new element.
Create styles array
The data for the language used.
Represents an XHTML 1.1 module, with information on elements, tags and attributes.