Skip to content

Commit

Permalink
Remove line breaks at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahim Abdi committed Sep 20, 2024
1 parent 9884646 commit 09ab80f
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions documentation/aria-idl.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,12 +231,4 @@ Content attribute is not present AND corresponding IDL attribute is set to `“

Takeaways:
- Safari/Firefox/Chrome all behave similarly. If the content attribute is not set, the IDL attribute is not set, or the IDL attribute is set to `null` or the `undefined` value: `.getAttribute()` returns the value `null` and `el.ariaAttribute` returns the JS `null` object
- Otherwise, browsers will return the string value of either the content attribute or IDL attribute; e.g., `“”` returns the empty string (JS type string for IDL attribute) or the string value provided (which is always type "string" for IDL attribute even with the string value “undefined” or "null")








- Otherwise, browsers will return the string value of either the content attribute or IDL attribute; e.g., `“”` returns the empty string (JS type string for IDL attribute) or the string value provided (which is always type "string" for IDL attribute even with the string value “undefined” or "null")

0 comments on commit 09ab80f

Please sign in to comment.