<!-- Have you read Atom's Code of Conduct? By filing an Issue, you are expected to comply with it, including treating everyone with respect: https://github.com/atom/.github/blob/master/CODE_OF_CONDUCT.md Do you want to ask a question? Are you looking for support? The Atom message board is the best place for getting support: https://discuss.atom.io --> ### Description there's no auto completion for `cellpadding` in a `<table>` tag (`cellpadding` sets how far away the table border is from the elements) <!-- Description of the issue --> ### Steps to Reproduce 1. <!-- Firs t Step -->create a table 2. <!-- Second Step -->start typing "cellpadding" 3. <!-- and so on… -->and see there's no completion for it **Expected behavior:** if there was a tag for `cellpadding` <!-- What you expect to happen --> **Actual behavior:** there's no tag for `cellpadding` <!-- What actually happens --> **Reproduces how often:** well... every time lol <!-- What percentage of the time does it reproduce? --> ### Versions <!-- You can get this information from copy and pasting the output of `atom --version` and `apm --version` from the command line. Also, please include the OS and what version of the OS you're running. --> Atom : 1.54.0 Electron: 6.1.12 Chrome : 76.0.3809.146 Node : 12.4.0 Windows 10 ### Additional Information – <!-- Any additional information, configuration or data that might be necessary to reproduce the issue. -->
Description
there's no auto completion for
cellpaddingin a<table>tag (cellpaddingsets how far away the table border is from the elements)Steps to Reproduce
Expected behavior:
if there was a tag for
cellpaddingActual behavior:
there's no tag for
cellpaddingReproduces how often:
well... every time lol
Versions
Atom : 1.54.0
Electron: 6.1.12
Chrome : 76.0.3809.146
Node : 12.4.0
Windows 10
Additional Information
–