Tobias Fischer
Tobias Fischer
FYI: If you edited the `Info.plist` file manually and just start the app again with a double click from the finder, in some situations the App cache serves an old...
@karokhaziz as I wrote above: In this certain case I wasn't able to reproduce the issue and setting `JAVA_HOME` via the `LSEnvironment` key worked for me in the exact way...
> when I double click on universalJavaApplicationStub it work fine but when i double click on the icon app its not working i don't know why That's most likely a...
While at a first glance this looks easy to implement, it gets harder when you look at the RFC5646 spec and not only in the EPUB example: https://tools.ietf.org/html/rfc5646#appendix-A Possibly allowed...
Looking at the examples at http://www.datypic.com/sc/xsd/t-xsd_language.html this seems indeed a good way to go! I only looked at this from a Java perspective, but not from the schema validation point...
Update: @kalaspuffar started working on this in PR #807. Review of the PR is welcome.
> For area elements, `alt` is required only if the `area` represents a hyperlink. This is already checked by the HTML 5 schema when a `href` attribute is present: ```...
> See 4.7.1.1.22 Guidance for conformance checkers for `alt` attributes on `img` elements. This seems to be not doable in the `HTMLTagsAnalyseHandler`. We can query `inFigure` and we can add...
BTW: the `HTMLTagsAnalyseHandler` and all the messages inside (like `ACC-001`) are not processed when doing single file xhtml validation. Is this the desired behaviour?
Clearing assignee and removing from 4.1.0 milestone. Feel free to work on it and assign it back to 4.1.0 as long as we're still working on it.