FORM
For the quarterly period ended December 31,
Class |
Outstanding at September 30, 2013 |
|
Common Stock, $1.00 par value per share |
Shares |
Test 1: EFM-PASS-html-span-table-tags | ||
Trampled |
Underfoot |
|
Hypertext Test |
Click here |
Because Inline XBRL must be well-formed XML, HTML entities such as are not allowed.
Entity Category | Examples | HTML | Inline XBRL | Like this |
---|---|---|---|---|
XML predefined entities | " & ' < > | allowed | allowed | " & ' < > |
XML numeric character references | ® ® (both representing ® ) | allowed | allowed | ® ® |
HTML predefined entities | allowed | disallowed |
As detailed in Section 5.2.2.2, there are restrictions on HTML tags in EDGAR and these restrictions generally apply also to Inline XBRL documents. The following table lists the HTML tags that EDGAR, will accept along with each tag's corresponding Inline XBRL status in EDGAR. Note that Inline XBRL allows only the lowercase version of each tag.
Element | HTML | Inline XBRL | Like this |
---|---|---|---|
<a> | allowed | allowed | anchor |
<address> | allowed | allowed | address |
<b> | allowed | allowed | b |
<big> | allowed | allowed | |
<blockquote> | allowed | allowed |
|
<br> | allowed | allowed | <br/>:
<br />: <br></br>: BLANK |
<caption> | allowed | allowed | |
<center> | allowed | allowed | |
<cite> | allowed | not allowed | |
<code> | allowed | allowed |
code
|
<dd> | allowed | not allowed | |
<dfn> | allowed | allowed | dfn |
<dir> | allowed | not allowed | |
<div> | allowed | allowed |
div
|
<dl> | allowed | allowed |
|
<dt> | allowed | allowed |
|
<em> | allowed | allowed | em |
<font> | allowed | not allowed | |
<h2> | allowed | allowed |
h2 |
<h2> | allowed | allowed |
h2 |
<h3> | allowed | allowed |
h3 |
<h4> | allowed | allowed |
h4 |
<h5> | allowed | allowed |
h5 |
<h6> | allowed | allowed |
h6 |
<hr> | allowed | allowed | <hr/>:
<hr />: <hr></hr>: <hr class="lemon"/>: |
<i> | allowed | allowed | i |
<img src=> | allowed | allowed |
![]() |
<kbd> | allowed | allowed | kbd |
<li> | allowed | allowed |
|
<menu> | allowed | not allowed | |
<ol> | allowed | allowed |
|
<ul> | allowed | allowed |
|
<listing> | allowed | not allowed | |
<p> | allowed | allowed |
p |
<plaintext> | allowed | not allowed | |
<pre> | allowed | allowed |
pre |
<samp> | allowed | allowed | samp |
<small> | allowed | allowed | small |
<strike> | allowed | not allowed | |
<strong> | allowed | allowed | strong |
<sub> | allowed | allowed | sub sub |
<sup> | allowed | allowed | sup sup |
<table> | allowed | allowed | table |
<td> | allowed | allowed | td |
<th> | allowed | allowed | th |
<tr> | allowed | allowed | tr |
<tt> | allowed | allowed | tt (obsolete) |
<u> | allowed | not allowed | |
<ul> | allowed | allowed |
|
<var> | allowed | allowed | var |
<xmp> | allowed | not allowed |
As detailed in Section 5.2.2.4, there are restrictions on HTML tags in EDGAR and these restrictions generally apply also to Inline XBRL documents, with the exception of <span> and certain table elements. The following table lists the HTML tags that EDGAR will accept along with each tag's corresponding Inline XBRL status in EDGAR.
Element | HTML | Inline XBRL | Such as |
---|---|---|---|
<acronym> | disallowed | disallowed | |
<applet> | disallowed | disallowed | |
<area> | disallowed | disallowed | |
<base> | disallowed | disallowed | |
<basefont> | disallowed | disallowed | |
<bdo> | disallowed | disallowed | |
<button> | disallowed | disallowed | |
<col> | disallowed | disallowed | |
<colgroup> | disallowed | disallowed | |
<del> | disallowed | disallowed | |
<fieldset> | disallowed | disallowed | |
<form> | disallowed | disallowed | |
<frame> | disallowed | disallowed | |
<frameset> | disallowed | disallowed | |
<iframe> | disallowed | disallowed | |
<input> | disallowed | disallowed | |
<ins> | disallowed | disallowed | |
<label> | disallowed | disallowed | |
<legend> | disallowed | disallowed | |
<map> | disallowed | disallowed | |
<meta http_equiv … > | disallowed | allowed (see Section 5.2.5.3) | |
<noframes> | disallowed | disallowed | |
<noscript> | disallowed | disallowed | |
<object> | disallowed | disallowed | |
<option> | disallowed | disallowed | |
<param> | disallowed | disallowed | |
<q> | disallowed | disallowed | |
<s> | disallowed | disallowed | |
<script> | disallowed | disallowed | |
<select> | disallowed | disallowed | |
<span> | disallowed | allowed | (tested separately) |
<style> | disallowed | disallowed | |
<tbody> | disallowed | allowed | (tested separately) |
<textarea> | disallowed | disallowed | |
<tfoot> | disallowed | allowed | (tested separately) |
<thead> | disallowed | allowed | (tested separately) |
Section 5.2.2.1 notes that the HTML <table> tag cannot be nested (that is, it cannot have a <table> element as an ancestor). This applies also to Inline XBRL documents.
An HTML "bookmark" is an <a> tag without the href attribute. In an Inline XBRL document, bookmarks must have no ancestor tags other than <html>, <body>, and <div> tags.
As detailed in Section 5.2.2.5, there are restrictions on HTML tag attributes. The following table lists the HTML tag attributes that EDGAR will accept along with each tag's corresponding Inline XBRL status in EDGAR.
Note that Inline XBRL does not allow certain older attributes such as bgcolor and nowrap whose functions are performed in modern HTML using the style attribute, and does not allow the lang attribute in favor of the xml:lang attribute.
dummy | dummy | |
---|---|---|
dummy | dummy | |
dummy | dummy | dummy |
dummy | dummy |
HTML Attribute |
Inline XBRL Parent Tag(s) |
Such as |
---|---|---|
align | <thead>, <tfoot>, <tbody>, <tr>, <th>, <td> | @align |
alink | ||
alt | <img> |
![]() |
bgcolor |
|
|
border | <table> | @border |
cellpadding | <table> | @cellpadding |
cellspacing | <table> | @cellspacing |
class | MANY including <span>, <thead>, <tfoot>, <tbody> | @class |
clear |
|
|
color |
|
|
colspan | <td>, <th> | @colspan |
compact |
|
|
content | <meta> | @content |
dir | MANY including <span>, <thead>, <tfoot>, <tbody> | @dir |
height | ||
href | <a> | @href |
id | MANY including <span>, <thead>, <tfoot>, <tbody> | @id |
lang |
|
|
link |
|
|
name |
<meta> |
@name |
noshade |
|
|
nowrap |
|
|
prompt |
|
|
rel |
<a> |
@rel |
rev |
<a> |
@rev |
rowspan |
<td>, <th> |
@rowspan |
size |
|
|
src |
<img> |
@src |
start |
|
|
style |
MANY including <span>, <thead>, <tfoot>, <tbody> |
@style |
text |
|
|
title |
MANY including <span>, <thead>, <tfoot>, <tbody> |
@title |
type |
|
|
valign |
MANY including <thead>, <tfoot>, <tbody> |
@valign |
vlink |
|
|
width |
<table> |
|
xml:lang |
MANY including <span>, <thead>, <tfoot>, <tbody> |
Yes, Aye, Oui |