Elaborate on the limitations in the README

This commit is contained in:
Tobias Ludwig Maier 2023-12-28 22:43:57 +01:00
parent 60f06cf1e8
commit d97d521d57

View file

@ -22,9 +22,12 @@ The application currently supports the following label formats:
The application currently has the following limitations:
- The application is currently only available in English.
This is considered a non-issue, as the application is designed to be self-explanatory.
- The application currently only supports the Avery L4731REV-25 label format.
Contributions for additional label formats are welcome.
- The application only supports Google Chrome and Chromium-based browsers, such as Microsoft Edge. And partially Firefox.
This limitation is due to the use of the [CSS `@page` rule](https://developer.mozilla.org/en-US/docs/Web/CSS/@page) for printing.
Contributions for additional browser support are welcome.
### Key Design Decisions