Skip to content

Commit

Permalink
inline 1.0 footnote allowed attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
hefischer committed Aug 19, 2017
1 parent 757f69d commit 18aaa38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arelle/XhtmlValidate.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
}
ixAttrDefined = {
XbrlConst.ixbrl: {
"footnote": ("footnoteID",),
"footnote": ("id", "footnoteID", "arcrole", "footnoteLinkRole", "footnoteRole", "title"),
"fraction": ("id", "name", "target", "contextRef", "unitRef", "tupleRef", "order",
"footnoteRefs"),
"denominator": ("format", "scale", "sign"),
Expand Down

0 comments on commit 18aaa38

Please sign in to comment.