Testing consistency between simple tables, table directives, >><<, and (:div:) block styling.
Testing consistency between simple tables, table directives, >><<, and (:div:) block styling.
Testing classes
Simple tables
class - single quotes
||class='frame note' width=*
||PK ||LearnerID ||Compound key ||
|
|
class - double quotes
||class="frame note" width=*
||PK ||LearnerID ||Compound key ||
|
|
class - no attribute
||frame note width=*
||PK ||LearnerID ||Compound key ||
|
|
Table directives
class - single quotes
(:table class='frame note':)
(:cellnr:)PK
(:cell:)LearnerID
(:cell:)Compound key
(:tableend:)
|
|
class - double quotes
(:table class="frame note":)
(:cellnr:)PK
(:cell:)LearnerID
(:cell:)Compound key
(:tableend:)
|
|
class - no attribute
(:table frame note:)
(:cellnr:)PK
(:cell:)LearnerID
(:cell:)Compound key
(:tableend:)
|
|
Divs
class - single quotes
(:div class='frame note':)
content
(:divend:)
|
|
class - double quotes
(:div class="frame note":)
content
(:divend:)
|
|
class - no attribute
(:div frame note:)
content
(:divend:)
|
|
Blocks
class - single quotes
>> class='frame note' <<
content
>><<
|
|
class - double quotes
>> class="frame note" <<
content
>><<
|
|
class - no attribute
>> frame note <<
content
>><<
|
|
Testing styles
Simple tables
style - single quotes
||style='color:purple; background-color:silver;' width=*
||PK ||LearnerID ||Compound key ||
|
|
style - double quotes
||style="color:purple; background-color:silver;" width=*
||PK ||LearnerID ||Compound key ||
|
|
Table directives
style - single quotes
(:table style='color:purple; background-color:silver;':)
(:cellnr:)PK
(:cell:)LearnerID
(:cell:)Compound key
(:tableend:)
|
|
style - double quotes
(:table style="color:purple; background-color:silver;":)
(:cellnr:)PK
(:cell:)LearnerID
(:cell:)Compound key
(:tableend:)
|
|
Divs
style - single quotes
(:div style='color:purple; background-color:silver;':)
content
(:divend:)
|
|
style - double quotes
(:div style="color:purple; background-color:silver;":)
content
(:divend:)
|
|
Blocks
style - single quotes
>> style='color:purple; background-color:silver;' <<
content
>><<
| %div style='color:purple; background-color:silver;' apply=div%
content
|
style - double quotes
>> style="color:purple; background-color:silver;" <<
content
>><<
| %div style="color:purple; background-color:silver;" apply=div%
content
|