SnehaPriyaaMP commited on
Commit
1a0b42e
1 Parent(s): 7e97ccf

Upload Untitled spreadsheet - Sheet1 (1).csv

Browse files
Untitled spreadsheet - Sheet1 (1).csv ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Instruction,Input,Output
2
+ Fix incomplete tags,The HTML code has incomplete tags. Ensure all tags have proper opening and closing.,The HTML code will have complete start and end tags for all elements.
3
+ Correct incorrect nesting,Elements are not properly nested according to HTML specifications.,All elements will be nested correctly as per HTML specifications.
4
+ Remove duplicate attributes,An element contains duplicate attributes. Remove duplicates to ensure each attribute appears only once.,The element will have unique attributes without any duplicates.
5
+ Ensure unique IDs,The HTML code has multiple elements with the same ID. Ensure all IDs are unique.,All IDs in the HTML code will be unique.
6
+ Fix missing end tags,Some tags are missing their closing counterparts. Add the missing closing tags.,All tags will have their corresponding closing tags.
7
+ Correct nesting of elements,Elements are nested incorrectly. Fix the nesting to comply with HTML standards.,Elements will be nested correctly within their parent elements.
8
+ Ensure valid attribute syntax,Attributes are missing quotes or have other syntax issues. Fix the attribute syntax.,All attributes will have valid syntax with proper quotes.
9
+ Remove invalid elements,There are invalid elements in the HTML. Remove or replace them with valid elements.,Invalid elements will be removed or replaced with valid HTML elements.
10
+ Fix improperly nested lists,List items are not nested properly within their parent list elements.,List items will be correctly nested within their parent <ul> or <ol> elements.
11
+ Correct nesting in tables,Table rows and cells are not properly nested.,Table rows (<tr>) and cells (<td>) will be nested correctly within <table>.
12
+ Ensure complete attribute values,Some attributes have incomplete values. Complete the attribute values.,All attributes will have complete and valid values.
13
+ Fix broken attribute quotes,Attribute values have mismatched or missing quotes. Fix the quotes around attribute values.,Attribute values will have properly matched quotes.
14
+ Remove duplicate IDs in forms,Form elements have duplicate IDs. Ensure all form element IDs are unique.,Form element IDs will be unique within the form.
15
+ Fix missing end tags for lists,List items are missing their closing tags.,All list items will have closing tags.
16
+ Correct nesting of inline elements,Inline elements are incorrectly nested within block elements.,Inline elements will be correctly nested within block elements.
17
+ Ensure valid attribute names,Attributes have invalid names. Correct the attribute names to be valid HTML attributes.,All attributes will have valid names according to HTML standards.
18
+ Remove invalid nesting of elements,Elements are improperly nested within each other. Correct the nesting order.,Elements will be nested properly within their parent elements.
19
+ Fix duplicate attributes in forms,Form elements contain duplicate attributes. Ensure each form element has unique attributes.,Form elements will have unique attributes without duplicates.
20
+ Correct missing attribute values,Some attributes are missing their values. Add the missing attribute values.,All attributes will have valid values.
21
+ Fix incomplete self-closing tags,Self-closing tags are not properly closed.,"Self-closing tags will be properly closed (e.g., <img src=""image.jpg"" />)."
22
+ Remove invalid nesting of inline elements,Inline elements are improperly nested within block elements. Correct the nesting.,Inline elements will be correctly nested within block elements.
23
+ Ensure proper closing tags,Some tags are missing their closing tags. Add the closing tags.,All tags will have their corresponding closing tags.
24
+ Fix improperly closed tags,Tags are improperly closed. Correct the closing tags.,Tags will be properly closed.
25
+ Ensure unique IDs for interactive elements,Interactive elements have duplicate IDs. Ensure all IDs are unique.,IDs for interactive elements will be unique.
26
+ Correct improperly nested sections,Sections are nested incorrectly. Fix the nesting of section elements.,Sections will be nested properly according to HTML specifications.
27
+ Ensure valid ID values,ID values contain invalid characters. Correct the ID values.,ID values will contain only valid characters according to HTML specifications.
28
+ Fix broken attribute syntax,Attribute syntax is broken or incorrect. Fix the attribute syntax.,Attributes will have correct and valid syntax.
29
+ Correct duplicate attribute values,Some attributes have duplicate values. Ensure each attribute has a unique value.,Attributes will have unique values.
30
+ Remove invalid block elements,Block elements are nested within inline elements. Remove or correct the invalid nesting.,Block elements will not be nested within inline elements.
31
+ Ensure proper nesting of headings,Headings are not properly nested. Fix the nesting order of headings.,"Headings will be nested in a logical and correct order (e.g., <h1>, <h2>, <h3>)."
32
+ Fix improperly nested form elements,Form elements are nested incorrectly. Correct the nesting of form elements.,Form elements will be nested correctly within their parent form.
33
+ Ensure valid attribute names in forms,Form elements have invalid attribute names. Correct the attribute names.,Form element attributes will have valid names.
34
+ Remove invalid nesting within lists,List items are improperly nested within their parent list elements. Correct the nesting.,List items will be nested correctly within their parent list elements.
35
+ Ensure proper closing of nested elements,Nested elements are not properly closed. Add the missing closing tags for nested elements.,Nested elements will have proper closing tags.
36
+ Fix duplicate attribute values in forms,Form elements contain duplicate attribute values. Ensure each form element has unique attribute values.,Form elements will have unique attribute values.
37
+ Correct incomplete form elements,Some form elements are incomplete or have missing attributes. Complete the form elements.,Form elements will be complete with all necessary attributes.
38
+ Ensure valid attribute values in links,Links have invalid or missing attribute values. Correct the attribute values.,Links will have valid and complete attribute values.
39
+ Fix broken nesting of table elements,Table elements are not properly nested. Correct the nesting of table rows and cells.,Table rows and cells will be nested correctly within <table>.
40
+ Ensure proper closing of inline elements,Inline elements are missing closing tags. Add the missing closing tags for inline elements.,Inline elements will have proper closing tags.
41
+ Remove invalid nesting of headings,Headings are improperly nested within other elements. Correct the nesting order of headings.,Headings will be nested correctly within their parent elements.
42
+ Fix improperly closed form elements,Form elements are not properly closed. Add the missing closing tags for form elements.,Form elements will have proper closing tags.
43
+ Ensure valid syntax for attribute values,Attribute values have invalid syntax. Correct the syntax of attribute values.,Attribute values will have valid syntax with proper quotes.
44
+ Remove duplicate attributes in lists,List items contain duplicate attributes. Ensure each list item has unique attributes.,List items will have unique attributes without duplicates.
45
+ Fix incomplete tags in forms,Form elements have incomplete tags. Ensure all form elements have proper opening and closing tags.,Form elements will have complete opening and closing tags.
46
+ Ensure unique IDs for form controls,Form controls have duplicate IDs. Ensure all IDs are unique for form controls.,Form control IDs will be unique within the form.
47
+ Ensure error messages comply with accessibility standards,Error messages do not meet accessibility standards by relying solely on color for emphasis.,Error messages will comply with accessibility standards by using the <strong> tag for emphasis.
48
+ Fix error messages are noticeable in monochrome displays,Monochrome displays do not convey color-based error messages effectively.,Error messages will be noticeable on monochrome displays by using the <strong> tag for emphasis.
49
+ Fix error messages are detectable by assistive technologies,Error messages that rely only on color may not be detected by assistive technologies.,"Error messages will be emphasized with the <strong> tag, making them detectable by assistive technologies."
50
+ Use <strong> to complement color in error messages,"Color alone is used to indicate error messages, which may not be effective for all users.","The <strong> tag will be used to complement color, ensuring error messages are noticeable for all users."
51
+ Fix the error messages are accessible in high contrast mode,Error messages relying on color may not be visible in high contrast mode.,Error messages will be emphasized with the <strong> tag to ensure they are accessible in high contrast mode.
52
+ Ensure clear communication of errors,Error messages do not stand out enough to clearly communicate issues to users.,Clear communication of errors will be ensured by using the <strong> tag for textual emphasis.
53
+ Ensure error messages are not color-dependent,Users with color vision deficiencies may miss error messages that rely only on color for emphasis.,"Error messages will be emphasized with the <strong> tag, making them accessible to users with color vision deficiencies."
54
+ fix focus indicators that are overridden by other styles,Other CSS styles are overriding focus indicators on buttons.,CSS will be adjusted to ensure focus indicators are not overridden by other styles.
55
+ Ensure consistent focus indication in dynamic interfaces,"In dynamic interfaces, focus indicators on buttons are not consistent or clear.",Consistent and clear focus indicators will be ensured for buttons in dynamic interfaces.
56
+ Ensure focus styles are distinguishable from other states,Focus styles on buttons are not easily distinguishable from hover or active states.,Focus styles will be made distinguishable from hover or active states using CSS.
57
+ Fix the buttons remain focusable across all devices,Focus indicators are inconsistent across different devices and browsers.,Consistent focus indicators will be ensured for buttons across all devices and browsers using CSS.
58
+ Ensure compliance with accessibility standards,The application does not meet accessibility standards due to lack of focus indicators on buttons.,The application will comply with accessibility standards by adding focus indicators to buttons.
59
+ Fix the buttons are focusable and styled for accessibility,"Buttons are not styled to indicate focus, making it challenging for users to navigate using the keyboard.","Buttons will be focusable and styled with CSS to indicate focus, enhancing keyboard navigation."
60
+ Ensure visible focus indicators for buttons,"Buttons do not have visible focus indicators, making it hard for keyboard users to see which button is focused.","Buttons will have visible focus indicators, making it clear which button is focused for keyboard users."
61
+ Fix <thead> element usage for complex tables,Complex tables lack a clear header structure without a <thead> element.,Complex tables will have a clear header structure by using a <thead> element.
62
+ Ensure correct association of headers and data cells,Data cells are not correctly associated with their headers because the headers are not in a <thead> element.,Data cells will be correctly associated with their headers by enclosing the headers within a <thead> element.
63
+ Fix the proper HTML5 table structure,The table does not follow proper HTML5 structure by omitting the <thead> element.,The table will follow proper HTML5 structure by including a <thead> element for its headers.
64
+ Fix the separation of table headers and body,Table headers are mixed with the table body without a distinct <thead> element.,Table headers will be separated from the table body using a distinct <thead> element.
65
+ Ensure correct table structure with <thead>,"The table does not use the <thead> element for its headers, affecting readability and accessibility.",The table will have its headers correctly enclosed within a <thead> element for improved readability.
66
+ Fix the labels for dropdown menus in multi-step forms,"In multi-step forms, dropdown menus lack labels, causing confusion about the options.",Labels will be added to dropdown menus in multi-step forms to provide clear guidance on the available options.
67
+ Ensure labels are programmatically associated with dropdown menus,The dropdown menu does not have a programmatically associated <label> element.,Labels will be programmatically associated with dropdown menus for better accessibility.
68
+ Fix the labels are not visible and clear,"Dropdown menu labels are missing or hidden, reducing clarity.",Labels will be added and made visible and clear for all dropdown menus.
69
+ Fix if there is no clear instructions for dropdown selections,Users do not have clear instructions for what to select from the dropdown menu due to a missing <label>.,Clear instructions will be provided via a <label> for each dropdown menu.
70
+ Fix the labels describe the purpose of dropdown menus,The dropdown menu does not have a descriptive <label> element.,Labels will be added to dropdown menus to clearly describe their purpose.
71
+ Fix all form elements have associated labels,"The dropdown menu is not associated with any <label>, reducing accessibility and usability.",All dropdown menus will have associated <label> elements for better accessibility and usability.
72
+ Fix the link in text provides a call to action,"Link text lacks a clear call to action, such as ""Learn more about our services"".","Link text will include a clear call to action, guiding users on what to do next."
73
+ Ensure distinct link purposes are clear,Links with different purposes have the same generic text.,Each link's purpose will be distinct and clear from its text.
74
+ Fix the compliance with accessibility guidelines,Link text does not meet accessibility guidelines for descriptive content.,"Link text will comply with accessibility guidelines, providing clear and descriptive content for screen readers."
75
+ Fix the clarity in navigation by using specific link descriptions,Link text does not clearly indicate what the user will find upon clicking.,Link text will clearly describe the destination or content to be found upon clicking.
76
+ Fix the descriptive text for links,"Anchor (<a>) tags have non-descriptive link text such as ""Click here"" or ""Read more"".",All anchor (<a>) tags will have descriptive link text that clearly indicates the destination or action.
77
+ Fix the label for dropdown selections,The dropdown menu does not have a descriptive <label> element.,<Labels> will be added before the dropdown menus '<select> ' tag
78
+ Fix the id for dropdown selections,The dropdown menu does not have a id within an <select> tag.,"Id will be added within the dropdown menus '<select> ' tag, <select id ='dropdown-menu'> "
79
+ Fix the descriptive text for href,"Anchor (<a>) tags have non-descriptive link text such as ""Click here"" or ""Read more"".<a href = ""https://www.example.com> Click Here</a>",All anchor (<a>) tags will have descriptive link text that clearly indicates the destination or action.<a href=https://www.example.com> Example Page</a>
80
+ Fix the clickable element to have proper role and keyboard support,"The clickable element is a div with an onclick attribute but lacks proper role and keyboard support,<div onclick=""alert('Clicked!')"" style=""cursor: pointer;"">Click me!</div>","Replace the div with a button element to ensure proper role and keyboard support, <button onclick=""alert('Clicked!')"">Click me!</button>"
81
+ Fix the link text to be descriptive,"The link text is ""More info,"" which is vague and does not describe the link's destination","Replace the link text with a more descriptive text to clarify the link's purpose, <a href=""https://www.example.com"">Learn more about our services</a>."
82
+ Hide the content using the visually-hidden class,"The content is hidden using display: none; which makes it inaccessible to screen reader,<div class=""hidden"">Hidden important information</div>","Replace the display: none; style with a visually-hidden class to ensure the content is accessible to screen readers, <style>.visually-hidden {position: absolute; width: 1px;height: 1px;padding: 0; margin: -1px;overflow: hidden;clip: rect(0, 0, 0, 0);border: 0;}</style><div class=""visually-hidden"">Hidden important information</div>"