-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Labels
Spec-ReadingSystemsThe issue affects the EPUB Reading Systems 3.X RecommendationThe issue affects the EPUB Reading Systems 3.X Recommendationi18n-needs-resolutionIssue the Internationalization Group has raised and looks for a response on.Issue the Internationalization Group has raised and looks for a response on.
Description
Section
Appendix B. epubReadingSystem object
Describe the problem
epubReadingSystem object defines its interface as
boolean hasFeature(DOMString feature, optional DOMString version);
No description provided in appendix B. 3.1 for matching DOMString feature nor DOMString version, former might be ascii case insensitive match and could have restriction to ASCII characters as similar to other enum-ish specifications, and latter would be comparison after numerical (incl. decimal into floating point) converted.
Describe the fix or new feature you propose
Add clear definition of string matching, using something like is (exact / case sensitive match) or ASCII case-insensitive match from INFRA spec.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Spec-ReadingSystemsThe issue affects the EPUB Reading Systems 3.X RecommendationThe issue affects the EPUB Reading Systems 3.X Recommendationi18n-needs-resolutionIssue the Internationalization Group has raised and looks for a response on.Issue the Internationalization Group has raised and looks for a response on.
Type
Projects
Status
In review