Skip to content

Commit

Permalink
Merge branch 'master' of github.com-semyonc:amanaconsulting/ixbrl-viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
semyonc committed Oct 13, 2021
2 parents fc29f71 + 62b6dbc commit b9604a9
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Workiva iXBRL Viewer
# AMANA Fork of the Workiva iXBRL Viewer

The [Workiva](https://www.workiva.com) iXBRL Viewer allows [Inline XBRL](https://www.xbrl.org/ixbrl) (or iXBRL) reports to be viewed interactively in a web browser. The viewer allows users to access the tagged XBRL data embedded in an iXBRL report. Key features include:

Expand All @@ -8,6 +8,16 @@ The [Workiva](https://www.workiva.com) iXBRL Viewer allows [Inline XBRL](https:/
* Visualize and navigate calculation relationships
* Produce on-the-fly graphs using XBRL data

The AMANA Fork implements the additional features and improvements:
* Implemented tagging highlight of ix:nonFraction for non-HTML-tables (old viewer did expected <td>/<th>).
* Implemented displaying ESEF anchoring in the tag inspector.
* Implemented displaying validation results on tag inspector (injected by XBRL processor).
* Implemented tooltips over highlighted facts.
* Support CSS content-visibilty:auto by no longer using <iframe>, supports large PDF converted reports in Chrome.
* Enhanced embedding of the Viewer into existing HTML pages.
* Improved zooming and 'jump to next fact' compatibilty for Safari and Firefox.
* New click event for inline tags.

The viewer project consists of two components:

* A plugin for the [Arelle](https://www.arelle.org) XBRL tool
Expand Down

0 comments on commit b9604a9

Please sign in to comment.