<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.sandbox.joomla.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Andrea.tarr</id>
	<title>Joomla! Documentation - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.sandbox.joomla.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Andrea.tarr"/>
	<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/Special:Contributions/Andrea.tarr"/>
	<updated>2026-05-28T20:29:30Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Archived:Layout_Specifications_in_Version_1.6&amp;diff=20962</id>
		<title>Archived:Layout Specifications in Version 1.6</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Archived:Layout_Specifications_in_Version_1.6&amp;diff=20962"/>
		<updated>2009-12-27T23:40:25Z</updated>

		<summary type="html">&lt;p&gt;Andrea.tarr: Undo revision 20961 by Andrea.tarr (Talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{underconstruction}}&lt;br /&gt;
&lt;br /&gt;
{{RightTOC}}&lt;br /&gt;
= Principles for Core Layouts =&lt;br /&gt;
&lt;br /&gt;
The base for this document is a result of the discussions in the Google group Joomla-CMS-dev during the summer of 2009. Use this document to continue the discussion by fixing this wiki.&lt;br /&gt;
&lt;br /&gt;
== 1. Validates to nominated standards ==&lt;br /&gt;
xHTML 1.0 strict. We will validate the core layouts to strict, but the template could still use whichever standards they want, whether that’s xHTML 1.0 strict, transitional or HTML5. It is the template which actually controls the validation standard. Override layouts will be used for full HTML5 use.&lt;br /&gt;
&lt;br /&gt;
== 2. Semantically relevant markup  ==&lt;br /&gt;
=== Tables  ===&lt;br /&gt;
# Use tables to display relational information and do not use them for layout.&lt;br /&gt;
# Use the th (table header) to describe a column or row in a table with relational information and Group rows with only th (table header) cells with the thead (table head) element. &lt;br /&gt;
# Group the rest of the table with the tbody (table body) element. &lt;br /&gt;
# Use scope attribute to associate table labels (th cells) with columns or rows and headers and id attributes to associate table labels (th cells) with individual cells in complex tables&lt;br /&gt;
# Use a class to indicate odd/even rows&lt;br /&gt;
&lt;br /&gt;
=== Forms ===&lt;br /&gt;
# Associate the label with the form element by using the &amp;quot;for&amp;quot; in the label&lt;br /&gt;
# Use fieldset and legend to group appropriate items together&lt;br /&gt;
# Make sure that the order of the elements makes sense when tabbing through them&lt;br /&gt;
# Make sure that the form can be completed and submitted using the keyboard&lt;br /&gt;
# Indicate required fields to the user before they input the field. For this project we will use an asterisk before the field to indicate required fields and will have a JText comment &amp;quot;Required fields are indicated with an *.&amp;quot;&lt;br /&gt;
# Use semantic markup for the form based on the use of the form, not the fact that it is a form. For instance, use divs for contact pages, login screens and creating/editing articles, pagination &amp;amp; filters, use tables for lists of tabular data (e.g. list of articles in Article Manager), use ul for simple lists such as parameters. Decide how you would mark it up if it were not a form, then markup that way.&lt;br /&gt;
&lt;br /&gt;
=== Hierarchical structure ===&lt;br /&gt;
# Use heading tags instead of class names on the component &amp;amp; content headers. &lt;br /&gt;
# H1 will be reserved for the site header, so h2 is the old componentheader and h3 the old contentheading. &lt;br /&gt;
# Everyone has different ideas on the best hierarchical method, but choosing to pick one rather than add an additional parameter will give both ease of use and to give the template designers something consistent. Current SEO thought is that headers give weight, but they are no longer distinguishing among the higher header the way they used to. Usability prefers to keep them in order.&lt;br /&gt;
&lt;br /&gt;
=== ID&#039;s &amp;amp; Classes: ===&lt;br /&gt;
# Use ID if it really should be an ID, otherwise use CLASS. &lt;br /&gt;
# Be careful that you can&#039;t end up with one ID more than once on a page when the page is actually served lists for menus&lt;br /&gt;
# Use as many classes as needed and no more.&lt;br /&gt;
# Use a standardized approach to class names and ids. Change to new class/id if the old ones don&#039;t make sense.&lt;br /&gt;
&lt;br /&gt;
== 3. Due consideration is given to support RTL sites ==&lt;br /&gt;
# We need RTL expertise on this because it&#039;s important and we don&#039;t have the skills.&lt;br /&gt;
# text align: right&lt;br /&gt;
# Should this change the order of fields: e.g. should the columns in Article Manager swap around based on LTR or RTL. &lt;br /&gt;
&lt;br /&gt;
== 4. Adheres to nominated accessibility principles  ==&lt;br /&gt;
# Aim for WCAG 2.0 AA compliance&lt;br /&gt;
# Header mark up for headers, menus (module), filters and selections &lt;br /&gt;
# Bring forms into compliance &lt;br /&gt;
# Appropriate relational markup on tables (including scope)&lt;br /&gt;
# Javascript accessible (the only javascript in the front end layouts is checking for required fields. That&#039;s also covered server-side)&lt;br /&gt;
# Use links for links and mark it up so it can get focus and be seen to have focus&lt;br /&gt;
# Able to navigate logically and fully with keyboard&lt;br /&gt;
&lt;br /&gt;
== 5. Standardised nomenclature (naming practices, etc) ==&lt;br /&gt;
# Use existing names where possible and follow similar conventions. (Note: for the change from 1.5 to 1.6 change from jargon names such as componentheading to generic names such as page-title)&lt;br /&gt;
# For new classes &amp;amp; ids:&lt;br /&gt;
&lt;br /&gt;
# One word preferred&lt;br /&gt;
# When two words are use, use all lowercase, no punctuation&lt;br /&gt;
# If you are using related classes hyphenate between the words: .button2-left, .button2-right, button2-top, .button2-bottom, #content-box, #submenu-box, #border-top, #border-bottom&lt;br /&gt;
&lt;br /&gt;
== 6. Aims to work on nominated browser versions  ==&lt;br /&gt;
# IE7+, FF2+, Safari 3.1+, Opera 9.0+, Google Chrome&lt;br /&gt;
# IE6 should be usable&lt;br /&gt;
# Program for standards compliant browsers and put fixes for non- standard browsers in separate files&lt;br /&gt;
&lt;br /&gt;
== 7. Consideration is given to a variety of devices (phones, etc) ==&lt;br /&gt;
# Community member to step up on this matter&lt;br /&gt;
&lt;br /&gt;
== 8. Principles for use of scripting languages ==&lt;br /&gt;
# Includes unobtrusive JavaScript, rich JavaScript, Mootools std, etc&lt;br /&gt;
# There is very little JavaScript in use in the frontend core at present.&lt;br /&gt;
# Mootools and compatibility is under discussion in Google group Joomla-CMS-Dev&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Specifications Version 1.6]] [[Category:Specifications]]&lt;/div&gt;</summary>
		<author><name>Andrea.tarr</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Archived:Layout_Specifications_in_Version_1.6&amp;diff=20961</id>
		<title>Archived:Layout Specifications in Version 1.6</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Archived:Layout_Specifications_in_Version_1.6&amp;diff=20961"/>
		<updated>2009-12-27T23:39:05Z</updated>

		<summary type="html">&lt;p&gt;Andrea.tarr: /* Principles for Core Layouts */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{underconstruction}}&lt;br /&gt;
&lt;br /&gt;
{{RightTOC}}&lt;br /&gt;
The base for this document is a result of the discussions in the Google group Joomla-CMS-dev during the summer of 2009. Use this document to continue the discussion by fixing this wiki.&lt;br /&gt;
&lt;br /&gt;
== 1. Validates to nominated standards ==&lt;br /&gt;
xHTML 1.0 strict. We will validate the core layouts to strict, but the template could still use whichever standards they want, whether that’s xHTML 1.0 strict, transitional or HTML5. It is the template which actually controls the validation standard. Override layouts will be used for full HTML5 use.&lt;br /&gt;
&lt;br /&gt;
== 2. Semantically relevant markup  ==&lt;br /&gt;
=== Tables  ===&lt;br /&gt;
# Use tables to display relational information and do not use them for layout.&lt;br /&gt;
# Use the th (table header) to describe a column or row in a table with relational information and Group rows with only th (table header) cells with the thead (table head) element. &lt;br /&gt;
# Group the rest of the table with the tbody (table body) element. &lt;br /&gt;
# Use scope attribute to associate table labels (th cells) with columns or rows and headers and id attributes to associate table labels (th cells) with individual cells in complex tables&lt;br /&gt;
# Use a class to indicate odd/even rows&lt;br /&gt;
&lt;br /&gt;
=== Forms ===&lt;br /&gt;
# Associate the label with the form element by using the &amp;quot;for&amp;quot; in the label&lt;br /&gt;
# Use fieldset and legend to group appropriate items together&lt;br /&gt;
# Make sure that the order of the elements makes sense when tabbing through them&lt;br /&gt;
# Make sure that the form can be completed and submitted using the keyboard&lt;br /&gt;
# Indicate required fields to the user before they input the field. For this project we will use an asterisk before the field to indicate required fields and will have a JText comment &amp;quot;Required fields are indicated with an *.&amp;quot;&lt;br /&gt;
# Use semantic markup for the form based on the use of the form, not the fact that it is a form. For instance, use divs for contact pages, login screens and creating/editing articles, pagination &amp;amp; filters, use tables for lists of tabular data (e.g. list of articles in Article Manager), use ul for simple lists such as parameters. Decide how you would mark it up if it were not a form, then markup that way.&lt;br /&gt;
&lt;br /&gt;
=== Hierarchical structure ===&lt;br /&gt;
# Use heading tags instead of class names on the component &amp;amp; content headers. &lt;br /&gt;
# H1 will be reserved for the site header, so h2 is the old componentheader and h3 the old contentheading. &lt;br /&gt;
# Everyone has different ideas on the best hierarchical method, but choosing to pick one rather than add an additional parameter will give both ease of use and to give the template designers something consistent. Current SEO thought is that headers give weight, but they are no longer distinguishing among the higher header the way they used to. Usability prefers to keep them in order.&lt;br /&gt;
&lt;br /&gt;
=== ID&#039;s &amp;amp; Classes: ===&lt;br /&gt;
# Use ID if it really should be an ID, otherwise use CLASS. &lt;br /&gt;
# Be careful that you can&#039;t end up with one ID more than once on a page when the page is actually served lists for menus&lt;br /&gt;
# Use as many classes as needed and no more.&lt;br /&gt;
# Use a standardized approach to class names and ids. Change to new class/id if the old ones don&#039;t make sense.&lt;br /&gt;
&lt;br /&gt;
== 3. Due consideration is given to support RTL sites ==&lt;br /&gt;
# We need RTL expertise on this because it&#039;s important and we don&#039;t have the skills.&lt;br /&gt;
# text align: right&lt;br /&gt;
# Should this change the order of fields: e.g. should the columns in Article Manager swap around based on LTR or RTL. &lt;br /&gt;
&lt;br /&gt;
== 4. Adheres to nominated accessibility principles  ==&lt;br /&gt;
# Aim for WCAG 2.0 AA compliance&lt;br /&gt;
# Header mark up for headers, menus (module), filters and selections &lt;br /&gt;
# Bring forms into compliance &lt;br /&gt;
# Appropriate relational markup on tables (including scope)&lt;br /&gt;
# Javascript accessible (the only javascript in the front end layouts is checking for required fields. That&#039;s also covered server-side)&lt;br /&gt;
# Use links for links and mark it up so it can get focus and be seen to have focus&lt;br /&gt;
# Able to navigate logically and fully with keyboard&lt;br /&gt;
&lt;br /&gt;
== 5. Standardised nomenclature (naming practices, etc) ==&lt;br /&gt;
# Use existing names where possible and follow similar conventions. (Note: for the change from 1.5 to 1.6 change from jargon names such as componentheading to generic names such as page-title)&lt;br /&gt;
# For new classes &amp;amp; ids:&lt;br /&gt;
&lt;br /&gt;
# One word preferred&lt;br /&gt;
# When two words are use, use all lowercase, no punctuation&lt;br /&gt;
# If you are using related classes hyphenate between the words: .button2-left, .button2-right, button2-top, .button2-bottom, #content-box, #submenu-box, #border-top, #border-bottom&lt;br /&gt;
&lt;br /&gt;
== 6. Aims to work on nominated browser versions  ==&lt;br /&gt;
# IE7+, FF2+, Safari 3.1+, Opera 9.0+, Google Chrome&lt;br /&gt;
# IE6 should be usable&lt;br /&gt;
# Program for standards compliant browsers and put fixes for non- standard browsers in separate files&lt;br /&gt;
&lt;br /&gt;
== 7. Consideration is given to a variety of devices (phones, etc) ==&lt;br /&gt;
# Community member to step up on this matter&lt;br /&gt;
&lt;br /&gt;
== 8. Principles for use of scripting languages ==&lt;br /&gt;
# Includes unobtrusive JavaScript, rich JavaScript, Mootools std, etc&lt;br /&gt;
# There is very little JavaScript in use in the frontend core at present.&lt;br /&gt;
# Mootools and compatibility is under discussion in Google group Joomla-CMS-Dev&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Specifications Version 1.6]] [[Category:Specifications]]&lt;/div&gt;</summary>
		<author><name>Andrea.tarr</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=CSS_Class_Names_Frontend_in_Version_1.6&amp;diff=20944</id>
		<title>CSS Class Names Frontend in Version 1.6</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=CSS_Class_Names_Frontend_in_Version_1.6&amp;diff=20944"/>
		<updated>2009-12-27T18:33:43Z</updated>

		<summary type="html">&lt;p&gt;Andrea.tarr: /* List of CSS Class Names */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{underconstruction}}&lt;br /&gt;
&lt;br /&gt;
= List of CSS Class Names =&lt;br /&gt;
&lt;br /&gt;
This is a list of CSS class names used in the front end core layout files.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;prettytable&amp;quot;&lt;br /&gt;
| &#039;&#039;&#039;Class&#039;&#039;&#039;&lt;br /&gt;
| &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| actions&lt;br /&gt;
| list of print/email/pdf/edit etc icon buttons&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| archive-items&lt;br /&gt;
| items in the archive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| archive(suffix)&lt;br /&gt;
| archive page&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| archive-module(suffix)&lt;br /&gt;
| articles archive module&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| bannergroup(suffix)&lt;br /&gt;
| banner module&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| banneritem&lt;br /&gt;
| item in the banner module&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| bannerfooter&lt;br /&gt;
| footer in the banner module&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| blog(suffix)&lt;br /&gt;
| blog layout page&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| breadcrumbs(suffix)&lt;br /&gt;
| breadcrumbs module&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cat-items&lt;br /&gt;
| items in the category&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| categories-list(suffix)&lt;br /&gt;
| categories view&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| category&lt;br /&gt;
| category table&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| category-desc&lt;br /&gt;
| block with category image and description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| category-list(suffix)&lt;br /&gt;
| category list (sortable table) layout&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cols1&lt;br /&gt;
| total number of columns in multi-column layout is 1&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cols2 (or 3 or 4, etc)&lt;br /&gt;
| total number of columns in multi-column layout is 2 (or 3 or 4, etc)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| column1&lt;br /&gt;
| column 1 in possible multi-column layout&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| column2 (or 3 or 4, etc)&lt;br /&gt;
| column 2 (or 3 or 4, etc) in possible multi-column layout &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| counter&lt;br /&gt;
| page x of x display&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| created-by&lt;br /&gt;
| person who created the article&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| created-date&lt;br /&gt;
| date the article was created&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| display-limit&lt;br /&gt;
| display number limit&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| edit-icon&lt;br /&gt;
| edit icon&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| element-invisible&lt;br /&gt;
| class for elements to not be visible but readable by screen readers&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| email-icon&lt;br /&gt;
| email icon&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| filter-search&lt;br /&gt;
| search filter&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| filter-search-lbl&lt;br /&gt;
| label for the search filter&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| filters&lt;br /&gt;
| filters for the items&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| item-category&lt;br /&gt;
| category in the item-info list&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| item-info&lt;br /&gt;
| information about the item such as category, created date, author, etc&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| item-page(suffix)&lt;br /&gt;
| single article page&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| item-separator&lt;br /&gt;
| separator at the end of each article &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| items-intro&lt;br /&gt;
| block of articles with introductions&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| items-leading&lt;br /&gt;
| block of leading articles&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| items-more&lt;br /&gt;
| block of links to additional articles&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| latestnews(suffix)&lt;br /&gt;
| latest news module&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| list-author&lt;br /&gt;
| author column&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| list-date&lt;br /&gt;
| date column&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| list-hits&lt;br /&gt;
| hits column&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| list-title&lt;br /&gt;
| title column&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| modified-date&lt;br /&gt;
| last date article modified&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mostread(suffix)&lt;br /&gt;
| popular articles module&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pagination&lt;br /&gt;
| block display page numbers &amp;amp; pagination links&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pathway&lt;br /&gt;
| breadcrumb links&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pdf-icon&lt;br /&gt;
| pdf icon button&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| print-icon&lt;br /&gt;
| print icon button&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| readmore&lt;br /&gt;
| read more link&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| row0&lt;br /&gt;
| odd rows in tables&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| row1&lt;br /&gt;
| even rows in tables&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| subcategories&lt;br /&gt;
| list of subcategory links&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| system-unpublished&lt;br /&gt;
| article is an &amp;quot;unpublished&amp;quot; article&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Specifications Version 1.6]] [[Category:Specifications]]&lt;/div&gt;</summary>
		<author><name>Andrea.tarr</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=CSS_Class_Names_Frontend_in_Version_1.6&amp;diff=20942</id>
		<title>CSS Class Names Frontend in Version 1.6</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=CSS_Class_Names_Frontend_in_Version_1.6&amp;diff=20942"/>
		<updated>2009-12-27T17:56:39Z</updated>

		<summary type="html">&lt;p&gt;Andrea.tarr: /* List of CSS Class Names */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{underconstruction}}&lt;br /&gt;
&lt;br /&gt;
= List of CSS Class Names =&lt;br /&gt;
&lt;br /&gt;
This is a list of CSS class names used in the front end core layout files.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;prettytable&amp;quot;&lt;br /&gt;
| &#039;&#039;&#039;Class&#039;&#039;&#039;&lt;br /&gt;
| &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| actions&lt;br /&gt;
| list of print/email/pdf/edit etc icon buttons&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| archive-items&lt;br /&gt;
| items in the archive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| archive(suffix)&lt;br /&gt;
| archive page&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| archive-module(suffix)&lt;br /&gt;
| articles archive module&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| bannergroup(suffix)&lt;br /&gt;
| banner module&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| banneritem&lt;br /&gt;
| item in the banner module&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| bannerfooter&lt;br /&gt;
| footer in the banner module&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| blog(suffix)&lt;br /&gt;
| blog layout page&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cat-items&lt;br /&gt;
| items in the category&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| categories-list(suffix)&lt;br /&gt;
| categories view&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| category&lt;br /&gt;
| category table&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| category-desc&lt;br /&gt;
| block with category image and description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| category-list(suffix)&lt;br /&gt;
| category list (sortable table) layout&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cols1&lt;br /&gt;
| total number of columns in multi-column layout is 1&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cols2 (or 3 or 4, etc)&lt;br /&gt;
| total number of columns in multi-column layout is 2 (or 3 or 4, etc)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| column1&lt;br /&gt;
| column 1 in possible multi-column layout&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| column2 (or 3 or 4, etc)&lt;br /&gt;
| column 2 (or 3 or 4, etc) in possible multi-column layout &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| counter&lt;br /&gt;
| page x of x display&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| created-by&lt;br /&gt;
| person who created the article&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| created-date&lt;br /&gt;
| date the article was created&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| display-limit&lt;br /&gt;
| display number limit&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| edit-icon&lt;br /&gt;
| edit icon&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| element-invisible&lt;br /&gt;
| class for elements to not be visible but readable by screen readers&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| email-icon&lt;br /&gt;
| email icon&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| filter-search&lt;br /&gt;
| search filter&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| filter-search-lbl&lt;br /&gt;
| label for the search filter&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| filters&lt;br /&gt;
| filters for the items&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| item-category&lt;br /&gt;
| category in the item-info list&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| item-info&lt;br /&gt;
| information about the item such as category, created date, author, etc&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| item-page(suffix)&lt;br /&gt;
| single article page&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| item-separator&lt;br /&gt;
| separator at the end of each article &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| items-intro&lt;br /&gt;
| block of articles with introductions&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| items-leading&lt;br /&gt;
| block of leading articles&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| items-more&lt;br /&gt;
| block of links to additional articles&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| latestnews(suffix)&lt;br /&gt;
| latest news module&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| list-author&lt;br /&gt;
| author column&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| list-date&lt;br /&gt;
| date column&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| list-hits&lt;br /&gt;
| hits column&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| list-title&lt;br /&gt;
| title column&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| modified-date&lt;br /&gt;
| last date article modified&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mostread(suffix)&lt;br /&gt;
| popular articles module&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pagination&lt;br /&gt;
| block display page numbers &amp;amp; pagination links&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pdf-icon&lt;br /&gt;
| pdf icon button&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| print-icon&lt;br /&gt;
| print icon button&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| readmore&lt;br /&gt;
| read more link&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| row0&lt;br /&gt;
| odd rows in tables&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| row1&lt;br /&gt;
| even rows in tables&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| subcategories&lt;br /&gt;
| list of subcategory links&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| system-unpublished&lt;br /&gt;
| article is an &amp;quot;unpublished&amp;quot; article&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Specifications Version 1.6]] [[Category:Specifications]]&lt;/div&gt;</summary>
		<author><name>Andrea.tarr</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=CSS_Class_Names_Frontend_in_Version_1.6&amp;diff=20940</id>
		<title>CSS Class Names Frontend in Version 1.6</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=CSS_Class_Names_Frontend_in_Version_1.6&amp;diff=20940"/>
		<updated>2009-12-27T17:48:15Z</updated>

		<summary type="html">&lt;p&gt;Andrea.tarr: /* List of CSS Class Names */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{underconstruction}}&lt;br /&gt;
&lt;br /&gt;
= List of CSS Class Names =&lt;br /&gt;
&lt;br /&gt;
This is a list of CSS class names used in the front end core layout files.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;prettytable&amp;quot;&lt;br /&gt;
| &#039;&#039;&#039;Class&#039;&#039;&#039;&lt;br /&gt;
| &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| actions&lt;br /&gt;
| list of print/email/pdf/edit etc icon buttons&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| archive-items&lt;br /&gt;
| items in the archive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| archive(suffix)&lt;br /&gt;
| archive page&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| archive-module(suffix)&lt;br /&gt;
| articles archive module&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| blog(suffix)&lt;br /&gt;
| blog layout page&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cat-items&lt;br /&gt;
| items in the category&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| categories-list(suffix)&lt;br /&gt;
| categories view&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| category&lt;br /&gt;
| category table&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| category-desc&lt;br /&gt;
| block with category image and description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| category-list(suffix)&lt;br /&gt;
| category list (sortable table) layout&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cols1&lt;br /&gt;
| total number of columns in multi-column layout is 1&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cols2 (or 3 or 4, etc)&lt;br /&gt;
| total number of columns in multi-column layout is 2 (or 3 or 4, etc)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| column1&lt;br /&gt;
| column 1 in possible multi-column layout&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| column2 (or 3 or 4, etc)&lt;br /&gt;
| column 2 (or 3 or 4, etc) in possible multi-column layout &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| counter&lt;br /&gt;
| page x of x display&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| created-by&lt;br /&gt;
| person who created the article&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| created-date&lt;br /&gt;
| date the article was created&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| display-limit&lt;br /&gt;
| display number limit&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| edit-icon&lt;br /&gt;
| edit icon&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| element-invisible&lt;br /&gt;
| class for elements to not be visible but readable by screen readers&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| email-icon&lt;br /&gt;
| email icon&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| filter-search&lt;br /&gt;
| search filter&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| filter-search-lbl&lt;br /&gt;
| label for the search filter&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| filters&lt;br /&gt;
| filters for the items&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| item-category&lt;br /&gt;
| category in the item-info list&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| item-info&lt;br /&gt;
| information about the item such as category, created date, author, etc&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| item-page(suffix)&lt;br /&gt;
| single article page&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| item-separator&lt;br /&gt;
| separator at the end of each article &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| items-intro&lt;br /&gt;
| block of articles with introductions&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| items-leading&lt;br /&gt;
| block of leading articles&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| items-more&lt;br /&gt;
| block of links to additional articles&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| latestnews(suffix)&lt;br /&gt;
| latest news module&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| list-author&lt;br /&gt;
| author column&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| list-date&lt;br /&gt;
| date column&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| list-hits&lt;br /&gt;
| hits column&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| list-title&lt;br /&gt;
| title column&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| modified-date&lt;br /&gt;
| last date article modified&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mostread(suffix)&lt;br /&gt;
| popular articles module&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pagination&lt;br /&gt;
| block display page numbers &amp;amp; pagination links&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pdf-icon&lt;br /&gt;
| pdf icon button&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| print-icon&lt;br /&gt;
| print icon button&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| readmore&lt;br /&gt;
| read more link&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| row0&lt;br /&gt;
| odd rows in tables&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| row1&lt;br /&gt;
| even rows in tables&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| subcategories&lt;br /&gt;
| list of subcategory links&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| system-unpublished&lt;br /&gt;
| article is an &amp;quot;unpublished&amp;quot; article&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Specifications Version 1.6]] [[Category:Specifications]]&lt;/div&gt;</summary>
		<author><name>Andrea.tarr</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=CSS_Class_Names_Frontend_in_Version_1.6&amp;diff=20936</id>
		<title>CSS Class Names Frontend in Version 1.6</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=CSS_Class_Names_Frontend_in_Version_1.6&amp;diff=20936"/>
		<updated>2009-12-27T17:25:49Z</updated>

		<summary type="html">&lt;p&gt;Andrea.tarr: /* List of CSS Class Names */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{underconstruction}}&lt;br /&gt;
&lt;br /&gt;
= List of CSS Class Names =&lt;br /&gt;
&lt;br /&gt;
This is a list of CSS class names used in the front end core layout files.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;prettytable&amp;quot;&lt;br /&gt;
| &#039;&#039;&#039;Class&#039;&#039;&#039;&lt;br /&gt;
| &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| actions&lt;br /&gt;
| list of print/email/pdf/edit etc icon buttons&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| archive-items&lt;br /&gt;
| items in the archive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| archive(suffix)&lt;br /&gt;
| archive page&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| archive-module(suffix)&lt;br /&gt;
| articles archive module&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| blog(suffix)&lt;br /&gt;
| blog layout page&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cat-items&lt;br /&gt;
| items in the category&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| categories-list(suffix)&lt;br /&gt;
| categories view&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| category&lt;br /&gt;
| category table&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| category-desc&lt;br /&gt;
| block with category image and description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| category-list(suffix)&lt;br /&gt;
| category list (sortable table) layout&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cols1&lt;br /&gt;
| total number of columns in multi-column layout is 1&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cols2 (or 3 or 4, etc)&lt;br /&gt;
| total number of columns in multi-column layout is 2 (or 3 or 4, etc)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| column1&lt;br /&gt;
| column 1 in possible multi-column layout&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| column2 (or 3 or 4, etc)&lt;br /&gt;
| column 2 (or 3 or 4, etc) in possible multi-column layout &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| counter&lt;br /&gt;
| page x of x display&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| created-by&lt;br /&gt;
| person who created the article&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| created-date&lt;br /&gt;
| date the article was created&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| display-limit&lt;br /&gt;
| display number limit&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| edit-icon&lt;br /&gt;
| edit icon&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| element-invisible&lt;br /&gt;
| class for elements to not be visible but readable by screen readers&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| email-icon&lt;br /&gt;
| email icon&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| filter-search&lt;br /&gt;
| search filter&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| filter-search-lbl&lt;br /&gt;
| label for the search filter&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| filters&lt;br /&gt;
| filters for the items&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| item-category&lt;br /&gt;
| category in the item-info list&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| item-info&lt;br /&gt;
| information about the item such as category, created date, author, etc&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| item-page(suffix)&lt;br /&gt;
| single article page&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| item-separator&lt;br /&gt;
| separator at the end of each article &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| items-intro&lt;br /&gt;
| block of articles with introductions&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| items-leading&lt;br /&gt;
| block of leading articles&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| items-more&lt;br /&gt;
| block of links to additional articles&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| latestnews(suffix)&lt;br /&gt;
| latest news module&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| list-author&lt;br /&gt;
| author column&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| list-date&lt;br /&gt;
| date column&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| list-hits&lt;br /&gt;
| hits column&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| list-title&lt;br /&gt;
| title column&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| modified-date&lt;br /&gt;
| last date article modified&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pagination&lt;br /&gt;
| block display page numbers &amp;amp; pagination links&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pdf-icon&lt;br /&gt;
| pdf icon button&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| print-icon&lt;br /&gt;
| print icon button&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| readmore&lt;br /&gt;
| read more link&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| row0&lt;br /&gt;
| odd rows in tables&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| row1&lt;br /&gt;
| even rows in tables&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| subcategories&lt;br /&gt;
| list of subcategory links&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| system-unpublished&lt;br /&gt;
| article is an &amp;quot;unpublished&amp;quot; article&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Specifications Version 1.6]] [[Category:Specifications]]&lt;/div&gt;</summary>
		<author><name>Andrea.tarr</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Archived:Layout_Specifications_in_Version_1.6&amp;diff=20893</id>
		<title>Archived:Layout Specifications in Version 1.6</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Archived:Layout_Specifications_in_Version_1.6&amp;diff=20893"/>
		<updated>2009-12-24T05:12:58Z</updated>

		<summary type="html">&lt;p&gt;Andrea.tarr: /* Principles for Core Layouts */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{underconstruction}}&lt;br /&gt;
&lt;br /&gt;
{{RightTOC}}&lt;br /&gt;
= Principles for Core Layouts =&lt;br /&gt;
&lt;br /&gt;
The base for this document is a result of the discussions in the Google group Joomla-CMS-dev during the summer of 2009. Use this document to continue the discussion by fixing this wiki.&lt;br /&gt;
&lt;br /&gt;
== 1. Validates to nominated standards ==&lt;br /&gt;
xHTML 1.0 strict. We will validate the core layouts to strict, but the template could still use whichever standards they want, whether that’s xHTML 1.0 strict, transitional or HTML5. It is the template which actually controls the validation standard. Override layouts will be used for full HTML5 use.&lt;br /&gt;
&lt;br /&gt;
== 2. Semantically relevant markup  ==&lt;br /&gt;
=== Tables  ===&lt;br /&gt;
# Use tables to display relational information and do not use them for layout.&lt;br /&gt;
# Use the th (table header) to describe a column or row in a table with relational information and Group rows with only th (table header) cells with the thead (table head) element. &lt;br /&gt;
# Group the rest of the table with the tbody (table body) element. &lt;br /&gt;
# Use scope attribute to associate table labels (th cells) with columns or rows and headers and id attributes to associate table labels (th cells) with individual cells in complex tables&lt;br /&gt;
# Use a class to indicate odd/even rows&lt;br /&gt;
&lt;br /&gt;
=== Forms ===&lt;br /&gt;
# Associate the label with the form element by using the &amp;quot;for&amp;quot; in the label&lt;br /&gt;
# Use fieldset and legend to group appropriate items together&lt;br /&gt;
# Make sure that the order of the elements makes sense when tabbing through them&lt;br /&gt;
# Make sure that the form can be completed and submitted using the keyboard&lt;br /&gt;
# Indicate required fields to the user before they input the field. For this project we will use an asterisk before the field to indicate required fields and will have a JText comment &amp;quot;Required fields are indicated with an *.&amp;quot;&lt;br /&gt;
# Use semantic markup for the form based on the use of the form, not the fact that it is a form. For instance, use divs for contact pages, login screens and creating/editing articles, pagination &amp;amp; filters, use tables for lists of tabular data (e.g. list of articles in Article Manager), use ul for simple lists such as parameters. Decide how you would mark it up if it were not a form, then markup that way.&lt;br /&gt;
&lt;br /&gt;
=== Hierarchical structure ===&lt;br /&gt;
# Use heading tags instead of class names on the component &amp;amp; content headers. &lt;br /&gt;
# H1 will be reserved for the site header, so h2 is the old componentheader and h3 the old contentheading. &lt;br /&gt;
# Everyone has different ideas on the best hierarchical method, but choosing to pick one rather than add an additional parameter will give both ease of use and to give the template designers something consistent. Current SEO thought is that headers give weight, but they are no longer distinguishing among the higher header the way they used to. Usability prefers to keep them in order.&lt;br /&gt;
&lt;br /&gt;
=== ID&#039;s &amp;amp; Classes: ===&lt;br /&gt;
# Use ID if it really should be an ID, otherwise use CLASS. &lt;br /&gt;
# Be careful that you can&#039;t end up with one ID more than once on a page when the page is actually served lists for menus&lt;br /&gt;
# Use as many classes as needed and no more.&lt;br /&gt;
# Use a standardized approach to class names and ids. Change to new class/id if the old ones don&#039;t make sense.&lt;br /&gt;
&lt;br /&gt;
== 3. Due consideration is given to support RTL sites ==&lt;br /&gt;
# We need RTL expertise on this because it&#039;s important and we don&#039;t have the skills.&lt;br /&gt;
# text align: right&lt;br /&gt;
# Should this change the order of fields: e.g. should the columns in Article Manager swap around based on LTR or RTL. &lt;br /&gt;
&lt;br /&gt;
== 4. Adheres to nominated accessibility principles  ==&lt;br /&gt;
# Aim for WCAG 2.0 AA compliance&lt;br /&gt;
# Header mark up for headers, menus (module), filters and selections &lt;br /&gt;
# Bring forms into compliance &lt;br /&gt;
# Appropriate relational markup on tables (including scope)&lt;br /&gt;
# Javascript accessible (the only javascript in the front end layouts is checking for required fields. That&#039;s also covered server-side)&lt;br /&gt;
# Use links for links and mark it up so it can get focus and be seen to have focus&lt;br /&gt;
# Able to navigate logically and fully with keyboard&lt;br /&gt;
&lt;br /&gt;
== 5. Standardised nomenclature (naming practices, etc) ==&lt;br /&gt;
# Use existing names where possible and follow similar conventions. (Note: for the change from 1.5 to 1.6 change from jargon names such as componentheading to generic names such as page-title)&lt;br /&gt;
# For new classes &amp;amp; ids:&lt;br /&gt;
&lt;br /&gt;
# One word preferred&lt;br /&gt;
# When two words are use, use all lowercase, no punctuation&lt;br /&gt;
# If you are using related classes hyphenate between the words: .button2-left, .button2-right, button2-top, .button2-bottom, #content-box, #submenu-box, #border-top, #border-bottom&lt;br /&gt;
&lt;br /&gt;
== 6. Aims to work on nominated browser versions  ==&lt;br /&gt;
# IE7+, FF2+, Safari 3.1+, Opera 9.0+, Google Chrome&lt;br /&gt;
# IE6 should be usable&lt;br /&gt;
# Program for standards compliant browsers and put fixes for non- standard browsers in separate files&lt;br /&gt;
&lt;br /&gt;
== 7. Consideration is given to a variety of devices (phones, etc) ==&lt;br /&gt;
# Community member to step up on this matter&lt;br /&gt;
&lt;br /&gt;
== 8. Principles for use of scripting languages ==&lt;br /&gt;
# Includes unobtrusive JavaScript, rich JavaScript, Mootools std, etc&lt;br /&gt;
# There is very little JavaScript in use in the frontend core at present.&lt;br /&gt;
# Mootools and compatibility is under discussion in Google group Joomla-CMS-Dev&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Specifications Version 1.6]] [[Category:Specifications]]&lt;/div&gt;</summary>
		<author><name>Andrea.tarr</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=CSS_Class_Names_Frontend_in_Version_1.6&amp;diff=20891</id>
		<title>CSS Class Names Frontend in Version 1.6</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=CSS_Class_Names_Frontend_in_Version_1.6&amp;diff=20891"/>
		<updated>2009-12-24T04:55:51Z</updated>

		<summary type="html">&lt;p&gt;Andrea.tarr: /* List of CSS Class Names */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{underconstruction}}&lt;br /&gt;
&lt;br /&gt;
= List of CSS Class Names =&lt;br /&gt;
&lt;br /&gt;
This is a list of CSS class names used in the front end core layout files.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;prettytable&amp;quot;&lt;br /&gt;
| &#039;&#039;&#039;Class&#039;&#039;&#039;&lt;br /&gt;
| &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| actions&lt;br /&gt;
| list of print/email/pdf/edit etc icon buttons&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| archive-items&lt;br /&gt;
| items in the archive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| archive(suffix)&lt;br /&gt;
| archive page&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| blog(suffix)&lt;br /&gt;
| blog layout page&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cat-items&lt;br /&gt;
| items in the category&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| categories-list(suffix)&lt;br /&gt;
| categories view&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| category&lt;br /&gt;
| category table&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| category-desc&lt;br /&gt;
| block with category image and description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| category-list(suffix)&lt;br /&gt;
| category list (sortable table) layout&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cols1&lt;br /&gt;
| total number of columns in multi-column layout is 1&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cols2 (or 3 or 4, etc)&lt;br /&gt;
| total number of columns in multi-column layout is 2 (or 3 or 4, etc)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| column1&lt;br /&gt;
| column 1 in possible multi-column layout&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| column2 (or 3 or 4, etc)&lt;br /&gt;
| column 2 (or 3 or 4, etc) in possible multi-column layout &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| counter&lt;br /&gt;
| page x of x display&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| created-by&lt;br /&gt;
| person who created the article&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| created-date&lt;br /&gt;
| date the article was created&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| display-limit&lt;br /&gt;
| display number limit&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| edit-icon&lt;br /&gt;
| edit icon&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| element-invisible&lt;br /&gt;
| class for elements to not be visible but readable by screen readers&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| email-icon&lt;br /&gt;
| email icon&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| filter-search&lt;br /&gt;
| search filter&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| filter-search-lbl&lt;br /&gt;
| label for the search filter&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| filters&lt;br /&gt;
| filters for the items&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| item-category&lt;br /&gt;
| category in the item-info list&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| item-info&lt;br /&gt;
| information about the item such as category, created date, author, etc&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| item-page(suffix)&lt;br /&gt;
| single article page&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| item-separator&lt;br /&gt;
| separator at the end of each article &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| items-intro&lt;br /&gt;
| block of articles with introductions&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| items-leading&lt;br /&gt;
| block of leading articles&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| items-more&lt;br /&gt;
| block of links to additional articles&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| list-author&lt;br /&gt;
| author column&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| list-date&lt;br /&gt;
| date column&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| list-hits&lt;br /&gt;
| hits column&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| list-title&lt;br /&gt;
| title column&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| modified-date&lt;br /&gt;
| last date article modified&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pagination&lt;br /&gt;
| block display page numbers &amp;amp; pagination links&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pdf-icon&lt;br /&gt;
| pdf icon button&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| print-icon&lt;br /&gt;
| print icon button&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| readmore&lt;br /&gt;
| read more link&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| row0&lt;br /&gt;
| odd rows in tables&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| row1&lt;br /&gt;
| even rows in tables&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| subcategories&lt;br /&gt;
| list of subcategory links&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| system-unpublished&lt;br /&gt;
| article is an &amp;quot;unpublished&amp;quot; article&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Specifications Version 1.6]] [[Category:Specifications]]&lt;/div&gt;</summary>
		<author><name>Andrea.tarr</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=CSS_Class_Names_Frontend_in_Version_1.6&amp;diff=20890</id>
		<title>CSS Class Names Frontend in Version 1.6</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=CSS_Class_Names_Frontend_in_Version_1.6&amp;diff=20890"/>
		<updated>2009-12-24T04:53:33Z</updated>

		<summary type="html">&lt;p&gt;Andrea.tarr: New page: {{underconstruction}}  = List of CSS Class Names =  This is a list of CSS class names used in the front end core layout files.  {| class=&amp;quot;prettytable&amp;quot; | &amp;#039;&amp;#039;&amp;#039;Class&amp;#039;&amp;#039;&amp;#039; | &amp;#039;&amp;#039;&amp;#039;Description&amp;#039;&amp;#039;&amp;#039;  |-...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{underconstruction}}&lt;br /&gt;
&lt;br /&gt;
= List of CSS Class Names =&lt;br /&gt;
&lt;br /&gt;
This is a list of CSS class names used in the front end core layout files.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;prettytable&amp;quot;&lt;br /&gt;
| &#039;&#039;&#039;Class&#039;&#039;&#039;&lt;br /&gt;
| &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| actions&lt;br /&gt;
| list of print/email/pdf/edit etc icon buttons&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| archive-items&lt;br /&gt;
| items in the archive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| archive(suffix)&lt;br /&gt;
| archive page&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| blog(suffix)&lt;br /&gt;
| blog layout page&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cat-items&lt;br /&gt;
| items in the category&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| categories-list(suffix)&lt;br /&gt;
| categories view&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| category&lt;br /&gt;
| category table&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| category-desc&lt;br /&gt;
| block with category image and description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| category-list(suffix)&lt;br /&gt;
| category list (sortable table) layout&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cols1&lt;br /&gt;
| total number of columns in multi-colunn layout is 1&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cols2 (or 3 or 4, etc)&lt;br /&gt;
| total number of columns in multi-column layout is 2 (or 3 or 4, etc)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| column1&lt;br /&gt;
| column 1 in possible multi-column layout&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| column2 (or 3 or 4, etc)&lt;br /&gt;
| column 2 (or 3 or 4, etc) in possible multi-column layout &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| counter&lt;br /&gt;
| page x of x display&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| created-by&lt;br /&gt;
| person who created the article&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| created-date&lt;br /&gt;
| date the article was created&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| display-limit&lt;br /&gt;
| display number limit&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| edit-icon&lt;br /&gt;
| edit icon&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| element-invisible&lt;br /&gt;
| class for elements to not be visible but readable by screen readers&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| email-icon&lt;br /&gt;
| email icon&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| filter-search&lt;br /&gt;
| search filter&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| filter-search-lbl&lt;br /&gt;
| label for the search filter&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| filters&lt;br /&gt;
| filters for the items&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| item-category&lt;br /&gt;
| category in the item-info list&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| item-info&lt;br /&gt;
| information about the item such as category, created date, author, etc&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| item-page(suffix)&lt;br /&gt;
| single article page&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| item-separator&lt;br /&gt;
| separator at the end of each article &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| items-intro&lt;br /&gt;
| block of articles with introductions&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| items-leading&lt;br /&gt;
| block of leading articles&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| items-more&lt;br /&gt;
| block of links to additional articles&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| list-author&lt;br /&gt;
| author column&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| list-date&lt;br /&gt;
| date column&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| list-hits&lt;br /&gt;
| hits column&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| list-title&lt;br /&gt;
| title column&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| modified-date&lt;br /&gt;
| last date article modified&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pagination&lt;br /&gt;
| block display page numbers &amp;amp; pagination links&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pdf-icon&lt;br /&gt;
| pdf icon button&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| print-icon&lt;br /&gt;
| print icon button&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| readmore&lt;br /&gt;
| read more link&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| row0&lt;br /&gt;
| odd rows in tables&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| row1&lt;br /&gt;
| even rows in tables&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| subcategories&lt;br /&gt;
| list of subcategory links&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| system-unpublished&lt;br /&gt;
| article is an &amp;quot;unpublished&amp;quot; article&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Specifications Version 1.6]] [[Category:Specifications]]&lt;/div&gt;</summary>
		<author><name>Andrea.tarr</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Archived:Layout_Specifications_in_Version_1.6&amp;diff=20697</id>
		<title>Archived:Layout Specifications in Version 1.6</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Archived:Layout_Specifications_in_Version_1.6&amp;diff=20697"/>
		<updated>2009-12-11T19:17:18Z</updated>

		<summary type="html">&lt;p&gt;Andrea.tarr: New page: {{underconstruction}}  = Principles for Core Layouts =  The base for this document is a result of the discussions in the Google group Joomla-CMS-dev during the summer of 2009. Use this doc...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{underconstruction}}&lt;br /&gt;
&lt;br /&gt;
= Principles for Core Layouts =&lt;br /&gt;
&lt;br /&gt;
The base for this document is a result of the discussions in the Google group Joomla-CMS-dev during the summer of 2009. Use this document to continue the discussion by fixing this wiki.&lt;br /&gt;
&lt;br /&gt;
== 1. Validates to nominated standards ==&lt;br /&gt;
xHTML 1.0 strict. We will validate the core layouts to strict, but the template could still use whichever standards they want, whether that’s xHTML 1.0 strict, transitional or HTML5. It is the template which actually controls the validation standard. Override layouts will be used for full HTML5 use.&lt;br /&gt;
&lt;br /&gt;
== 2. Semantically relevant markup  ==&lt;br /&gt;
=== Tables  ===&lt;br /&gt;
# Use tables to display relational information and do not use them for layout.&lt;br /&gt;
# Use the th (table header) to describe a column or row in a table with relational information and Group rows with only th (table header) cells with the thead (table head) element. &lt;br /&gt;
# Group the rest of the table with the tbody (table body) element. &lt;br /&gt;
# Use scope attribute to associate table labels (th cells) with columns or rows and headers and id attributes to associate table labels (th cells) with individual cells in complex tables&lt;br /&gt;
# Use a class to indicate odd/even rows&lt;br /&gt;
&lt;br /&gt;
=== Forms ===&lt;br /&gt;
# Associate the label with the form element by using the &amp;quot;for&amp;quot; in the label&lt;br /&gt;
# Use fieldset and legend to group appropriate items together&lt;br /&gt;
# Make sure that the order of the elements makes sense when tabbing through them&lt;br /&gt;
# Make sure that the form can be completed and submitted using the keyboard&lt;br /&gt;
# Indicate required fields to the user before they input the field. For this project we will use an asterisk before the field to indicate required fields and will have a JText comment &amp;quot;Required fields are indicated with an *.&amp;quot;&lt;br /&gt;
# Use semantic markup for the form based on the use of the form, not the fact that it is a form. For instance, use divs for contact pages, login screens and creating/editing articles, pagination &amp;amp; filters, use tables for lists of tabular data (e.g. list of articles in Article Manager), use ul for simple lists such as parameters. Decide how you would mark it up if it were not a form, then markup that way.&lt;br /&gt;
&lt;br /&gt;
=== Hierarchical structure ===&lt;br /&gt;
# Use heading tags instead of class names on the component &amp;amp; content headers. &lt;br /&gt;
# H1 will be reserved for the site header, so h2 is the old componentheader and h3 the old contentheading. &lt;br /&gt;
# Everyone has different ideas on the best hierarchical method, but choosing to pick one rather than add an additional parameter will give both ease of use and to give the template designers something consistent. Current SEO thought is that headers give weight, but they are no longer distinguishing among the higher header the way they used to. Usability prefers to keep them in order.&lt;br /&gt;
&lt;br /&gt;
=== ID&#039;s &amp;amp; Classes: ===&lt;br /&gt;
# Use ID if it really should be an ID, otherwise use CLASS. &lt;br /&gt;
# Be careful that you can&#039;t end up with one ID more than once on a page when the page is actually served lists for menus&lt;br /&gt;
# Use as many classes as needed and no more.&lt;br /&gt;
# Use a standardized approach to class names and ids. Change to new class/id if the old ones don&#039;t make sense.&lt;br /&gt;
&lt;br /&gt;
== 3. Due consideration is given to support RTL sites ==&lt;br /&gt;
# We need RTL expertise on this because it&#039;s important and we don&#039;t have the skills.&lt;br /&gt;
# text align: right&lt;br /&gt;
# Should this change the order of fields: e.g. should the columns in Article Manager swap around based on LTR or RTL. &lt;br /&gt;
&lt;br /&gt;
== 4. Adheres to nominated accessibility principles  ==&lt;br /&gt;
# Aim for WCAG 2.0 AA compliance&lt;br /&gt;
# Header mark up for headers, menus (module), filters and selections &lt;br /&gt;
# Bring forms into compliance &lt;br /&gt;
# Appropriate relational markup on tables (including scope)&lt;br /&gt;
# Javascript accessible (the only javascript in the front end layouts is checking for required fields. That&#039;s also covered server-side)&lt;br /&gt;
# Use links for links and mark it up so it can get focus and be seen to have focus&lt;br /&gt;
# Able to navigate logically and fully with keyboard&lt;br /&gt;
&lt;br /&gt;
== 5. Standardised nomenclature (naming practices, etc) ==&lt;br /&gt;
# Use existing names where possible and follow similar conventions. (Note: for the change from 1.5 to 1.6 change from jargon names such as componentheading to generic names such as page-title)&lt;br /&gt;
# For new classes &amp;amp; ids:&lt;br /&gt;
&lt;br /&gt;
# One word preferred&lt;br /&gt;
# When two words are use, use all lowercase, no punctuation&lt;br /&gt;
# If you are using related classes hyphenate between the words: .button2-left, .button2-right, button2-top, .button2-bottom, #content-box, #submenu-box, #border-top, #border-bottom&lt;br /&gt;
&lt;br /&gt;
== 6. Aims to work on nominated browser versions  ==&lt;br /&gt;
# IE7+, FF2+, Safari 3.1+, Opera 9.0+, Google Chrome&lt;br /&gt;
# IE6 should be usable&lt;br /&gt;
# Program for standards compliant browsers and put fixes for non- standard browsers in separate files&lt;br /&gt;
&lt;br /&gt;
== 7. Consideration is given to a variety of devices (phones, etc) ==&lt;br /&gt;
# Community member to step up on this matter&lt;br /&gt;
&lt;br /&gt;
== 8. Principles for use of scripting languages ==&lt;br /&gt;
# Includes unobtrusive JavaScript, rich JavaScript, Mootools std, etc&lt;br /&gt;
# There is very little JavaScript in use in the frontend core at present.&lt;br /&gt;
# Mootools and compatibility is under discussion in Google group Joomla-CMS-Dev&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Specifications Version 1.6]] [[Category:Specifications]]&lt;/div&gt;</summary>
		<author><name>Andrea.tarr</name></author>
	</entry>
</feed>