adjective

Url

37 of 60
Good / Pleasure

edible - Safe and suitable for consumption as food, either raw or prepared.

The cake decorations may look like plastic, but they're not only edible, but they are delicious.

// Auto-focus search input when modal opens var searchModal = document.getElementById('searchModal'); if (searchModal) { searchModal.addEventListener('shown.bs.modal', function () { var inp = searchModal.querySelector('input[name=search]'); if (inp) inp.focus(); }); }