Skip to content

LG-4940: Address parsing issues#5316

Merged
jmdembe merged 3 commits intomainfrom
jd-LG-4940-address-parsing-issues
Aug 24, 2021
Merged

LG-4940: Address parsing issues#5316
jmdembe merged 3 commits intomainfrom
jd-LG-4940-address-parsing-issues

Conversation

@jmdembe
Copy link
Contributor

@jmdembe jmdembe commented Aug 20, 2021

This ticket addresses parsing issues that were found during the audit of the IAL2 flow.

Why: Parsing is all about writing a clean code “HTML, CSS OR JavaScript” in a manner that is understood by browsers & assistive technologies. If the code is not written according to standards it can break the user experience of the application & assistive technology users will have a lot of problems to deal with. (Source)

Note: the only warning that is not addressed is Attribute aria-required is unnecessary for elements that have attribute required.. My theory on is that if an input field is marked as required, the aria-required attribute is also created. If anyone has any thoughts on this theory, I am open to hearing any discussion about this.

@jmdembe jmdembe force-pushed the jd-LG-4940-address-parsing-issues branch from 528d23d to 9d07eb0 Compare August 20, 2021 19:26
Copy link
Contributor

@aduth aduth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For what it's worth, these are being replaced altogether as part of #5279. But I can address conflicts in my branch if this is merged first.

@jmdembe jmdembe force-pushed the jd-LG-4940-address-parsing-issues branch from 9d07eb0 to e92af2e Compare August 20, 2021 19:37
@jmdembe jmdembe force-pushed the jd-LG-4940-address-parsing-issues branch from d5a7331 to 0aa51db Compare August 23, 2021 14:45
@jmdembe jmdembe merged commit fc3a605 into main Aug 24, 2021
@jmdembe jmdembe deleted the jd-LG-4940-address-parsing-issues branch August 24, 2021 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants