noun

Url

13 of 28
Good / Important

legitimacy - The state of being accepted as valid, authentic, or justified; the quality of being lawful in accordance with established rules.

Many people doubted the legitimacy of the online news article because it lacked credible sources.

// 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(); }); }