adjective

Url

49 of 60
Good / Good

sacrosanct - Often used to describe rules, principles, or values that are considered untouchable or immune from challenge or change.

The tradition of free speech is sacrosanct in democratic societies and is defended at all costs.

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