Only users who are Super Admins can give elements ids:
<div id="foo">bar</div>
When any other user tries, WordPress strips out the id and I'm left with:
<div>bar</div>
Both administrators and editors are experiencing this same thing, but if I give them super admin privileges on the network, everything works.
Is there a way to grant admins and editors this ability?