[ad_1]
In 1989, Justice Antonin Scalia cast the deciding vote to overturn the conviction of Gregory Lee Johnson, who was arrested and found guilty of violating a Texas statute after he burned the American flag outside the Republican National Convention.
The author of the 5-4 opinion was Justice William Brennan, the leading liberal and advocate for the “living Constitution” on the Supreme Court. For conservatives, it was one of the two most widely criticized votes of Justice Scalia’s illustrious career (the other being his vote refusing to recognize that parents have a natural, constitutionally protected right to direct the upbringing of their children).
The president’s executive order is not only much needed and long overdue, but is also very likely to be upheld by the Supreme Court when the inevitable challenges arise.
But the opinion by Brennan, which Scalia joined, is not as absolute as it has subsequently been portrayed.
The historical context
It specifically held that Texas violated the First Amendment by prosecuting Johnson “in these circumstances” — that is, expressive conduct or symbolic speech as part of a political protest that was not designed to incite a crowd (nor did it have that effect). It also held that the “government generally has a freer hand in restricting expressive conduct than it has in restricting the written or spoken word.” Only laws directed at restricting the communicative nature of expressive conduct implicate the First Amendment, and even then they can be upheld for a valid governmental interest.
Texas offered two governmental interests in defense of its flag-burning statute: 1) preventing breaches of the peace and 2) preserving the flag as a symbol of national unity. The court rejected the second because it was related to the suppression of expression, and it rejected the first because “it was not implicated” in the case.
That is the important caveat in Texas v. Johnson that President Donald Trump’s executive order, “Prosecuting Burning of the American Flag,” seeks to capitalize on.
A needed change
After articulating why the flag is such a cherished symbol, one for which “many thousands of American patriots have fought, bled, and died to keep … waving,” the order asserts, “Desecrating it is uniquely offensive and provocative,” and is “a statement of contempt, hostility, and violence against our Nation.”
It then invokes the Texas v. Johnson caveat: “Burning this representation of America may incite violence and riot. American Flag burning is also used by groups of foreign nationals as a calculated act to intimidate and threaten violence against Americans because of their nationality and place of birth.”
The order correctly points out that the Supreme Court “has never held that American Flag desecration conducted in a manner that is likely to incite imminent lawless action or that is an action amounting to ‘fighting words’ is constitutionally protected.” And it laudably directs the attorney general to prioritize the enforcement of civil and criminal laws against flag desecration, quite correctly limiting it to flag-burning conduct that causes harm “unrelated to expression” in order to be consistent with the First Amendment as interpreted by the Supreme Court in Texas v. Johnson.
Photo by BRANDONJ74 via Getty Images
Maintaining precedent
After 35 years of timid responses to the flag-burning case, in which elected officials and law enforcement at every level thought flag-burning was constitutionally protected no matter the circumstances (an erroneous view repeated ad nauseam by many critics of the president’s order), President Trump has taken a long-overdue stand to protect the flag. He is seeking to safeguard it from those who would burn it to incite violence, provoke with “fighting words,” or more broadly, seek to intimidate Americans from expressing patriotism and applauding American exceptionalism.
The incitement, fighting words, and intimidation exceptions have sometimes themselves been limited to acts targeting particular individuals rather than groups. But as the Supreme Court recognized in Virginia v. Black, a cross-burning case that was decided 14 years after Texas v. Johnson, the First Amendment doesn’t necessarily protect such conduct when targeting groups rather than specific individuals.
The aggressive use of American flag-burning as a tactic of incitement and intimidation, which has been on display in cities across the country in response to President Trump’s efforts to enforce our nation’s immigration laws, demonstrates that “in these circumstances” (as distinct from the milquetoast circumstances at issue in Texas v. Johnson), the president’s executive order is not only much needed and long overdue, but is also very likely to be upheld by the Supreme Court when the inevitable challenges arise.
Editor’s note: This article was originally published on the American Mind.
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
tp = window.tp || []; // Hook execute when login was successful tp.push(['addHandler', 'loginSuccess', function() { // Get list of all access data tp.api.callApi('/access/list', {}, function(data) { if (typeof data.data != "undefined") { // Loop through all possible access objects for (var i in data.data) { // Was access granted? if (data.data[i].granted) { // All good, user just logged in, we can close the offer tp.offer.close(); // Additionally we can refresh the page location.reload(); } } } }); }]);
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
REBELMOUSE_STDLIB.createElementChangeListener('.widget', function(post) { let sections = post.querySelectorAll('.all-related-sections a');
if (!sections) { return false; }
sections.forEach((s) => { if (s.href && s.href.includes('/original/')) { post.classList.add('is-original'); } if (s.href && s.href.includes('/exclusive/')) { post.classList.add('is-exclusive'); } }); });
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
window.REBELMOUSE_STDLIB.createElementChangeListener(".rm-loadmore-placeholder", (elem) => { window.COMSCORE && COMSCORE.beacon({c1: "2", c2: "6036262"}); });
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
setTimeout(function(){ //Facebook Pixel Code !function(f,b,e,v,n,t,s) {if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0'; n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t,s)}(window, document,'script', 'https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '1398069580413568'); fbq('track', 'PageView'); }, 3000);
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
window.cookiesButton = function() { REBELMOUSE_STDLIB.createElementChangeListener('body #ot-sdk-btn-floating', function(button) { REBELMOUSE_STDLIB.onElementInViewport({ selector: '.main .footer', onIntersect: function(entry) { if (!button.classList.contains('change-color')) { button.classList.add('change-color'); } }, threshold: 50, onBellowViewport: function(element) { if (button.classList.contains('change-color')) { button.classList.remove('change-color'); } } }); }); };
window.cookiesButton();
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
//Converts ISO 8601 Dates US Int format function dateISO8601toInt({ dateString, options }){ const date = new Date(dateString) return new Intl.DateTimeFormat('en-US', options).format(date); }
function onIntersect(entry){ const pianoModule = entry.target const moduleDatesElements = pianoModule.querySelectorAll(".widget .social-date__text") ?? [] if(moduleDatesElements.length === 0){ throw new Error('There are not .widget .social-date__text HTML elements present in this page to convert ') } const dateOptions = { year: 'numeric', month: 'short', day: '2-digit', timeZone: 'UTC' //important to avoid unexpected time offsets }; Array.from(moduleDatesElements).forEach( element => { element.innerText = dateISO8601toInt({dateString: element.innerText, options: dateOptions }) }) }
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
let activeStories = null;
const more_container = document.querySelector(".more-stories__container"); more_container.style.display = 'none'; const frompiano = document.querySelector(".more-stories.frompiano") const fromposts = document.querySelector(".more-stories.fromposts")
setTimeout(() => init(), 500);
const init = () => { const adBoxEl = document.querySelector(".ad-box"); const hasAdBlock = window.getComputedStyle(adBoxEl)?.display === "none"; if (hasAdBlock) { activeStories = "from_rm"; frompiano.remove(); } else { activeStories = "from_piano"; fromposts.remove(); }
gtag('event', 'morestories_impression', { 'ms_cta': 'in_body', 'ms_source': activeStories, ...pageparams });
const linkselector = hasAdBlock ? ".more-stories__container .widget a" : ".more-stories__container .cx-flex-module a"; REBELMOUSE_STDLIB.createElementChangeListener(linkselector, function(elem) { elem.addEventListener("click", function (e) { const hrefLink = (e.target.href == undefined) ? elem.closest('a').href : e.target.href; gtag('event', 'morestories_click', { 'ms_cta': 'in_body', 'ms_source': activeStories, 'post_link_url': hrefLink, ...pageparams }); }) });
adBoxEl.remove(); more_container.style.display = 'block'; }
REBELMOUSE_STDLIB.onElementInViewport({ threshold: 0, oneTime: true, selector: '.more-stories__container', onIntersect: () => { gtag('event', 'morestories_viewable', { 'ms_cta': 'in_body', 'ms_source': activeStories, ...pageparams }); } })
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
const bodyDescription = document.querySelector('.body-description'); const nestedDiv = bodyDescription?.firstElementChild.tagName === 'DIV' ? bodyDescription.firstElementChild : null; const postBodyContainer = (nestedDiv || bodyDescription); const newsletter = document.querySelector('.newsletter-related__stories-block');
const addElementAfterParagraphs = (element, paragraphNumber, alwaysInsert)=> { const allArticleParapgraphs = postBodyContainer.querySelectorAll(':scope > p:not(:empty), :scope .rebellt-item'); if (alwaysInsert && !allArticleParapgraphs?.length){ // if the post has no paragraphs or is empty element.classList.add('mt-3'); return postBodyContainer?.insertAdjacentElement('afterend', element); } else if (allArticleParapgraphs[paragraphNumber-1]) { return allArticleParapgraphs[paragraphNumber-1].insertAdjacentElement('afterend', element); } else if (alwaysInsert) { const lastParagraph = allArticleParapgraphs[allArticleParapgraphs.length - 1]; return lastParagraph?.insertAdjacentElement('afterend', element); } }
if (newsletter) { addElementAfterParagraphs(newsletter, 5, true); }
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
let activeStories = null;
const more_container = document.querySelector(".related-stories__container"); more_container.style.display = 'none'; const frompiano = document.querySelector(".related-stories.frompiano") const fromposts = document.querySelector(".related-stories.fromposts")
setTimeout(() => init(), 500);
const init = () => { const adBoxEl = document.querySelector(".ad-box"); const hasAdBlock = window.getComputedStyle(adBoxEl)?.display === "none"; if (hasAdBlock) { activeStories = "from_rm"; frompiano.remove(); } else { activeStories = "from_piano"; fromposts.remove(); }
gtag('event', 'relcontent_impression', { 'ms_cta': 'in_body', 'ms_source': activeStories, ...pageparams });
const linkselector = hasAdBlock ? ".related-stories__container .widget a" : ".related-stories__container .cx-image-on-right a"; REBELMOUSE_STDLIB.createElementChangeListener(linkselector, function(elem) { elem.addEventListener("click", function (e) { const hrefLink = (e.target.href == undefined) ? elem.closest('a').href : e.target.href; gtag('event', 'relcontent_click', { 'ms_cta': 'in_body', 'ms_source': activeStories, 'post_link_url': hrefLink, ...pageparams }); }) });
adBoxEl.remove(); more_container.style.display = 'flex'; }
REBELMOUSE_STDLIB.onElementInViewport({ threshold: 0, oneTime: true, selector: '.related-stories__container', onIntersect: () => { gtag('event', 'relcontent_viewable', { 'ms_cta': 'in_body', 'ms_source': activeStories, ...pageparams }); } })
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
function getScrollbarWidth() { const outer = document.createElement('div'); outer.style.visibility = 'hidden'; outer.style.overflow = 'scroll'; outer.style.position = 'absolute'; outer.style.top = '-9999px'; outer.style.width="100px"; document.body.appendChild(outer);
const inner = document.createElement('div'); inner.style.width="100%" outer.appendChild(inner);
const scrollbarWidth = outer.offsetWidth - inner.offsetWidth;
document.body.removeChild(outer);
return scrollbarWidth; }
function changeAdUnitPosition(adUnit) { const scrollbarWidth = getScrollbarWidth();
if (scrollbarWidth === 0) { adUnit.style.marginLeft="calc(-50vw + 50%)"; adUnit.style.width="calc(100vw)"; } else if (scrollbarWidth > 0) { const userAgent = window.navigator.userAgent;
if (userAgent.indexOf('Win') !== -1) { adUnit.style.marginLeft="calc(-50vw + (50% + 8px))"; adUnit.style.width="calc(100vw - 17px)"; } else if (userAgent.indexOf('Mac') !== -1) { adUnit.style.marginLeft="calc(-50vw + (50% + 7px))"; adUnit.style.width="calc(100vw - 15px)"; } } }
function adObserver(adUnit) { if (!adUnit) return;
const observer = new MutationObserver(function () { changeAdUnitPosition(adUnit); });
observer.observe(adUnit, { attributes: true, childList: true, subtree: true });
changeAdUnitPosition(adUnit); }
// in ad const adUnitPlaceholder = document.querySelector('.ad-unit-in-article-wrapper'); addElementAfterParagraphs(adUnitPlaceholder, 6);
setTimeout(() => { // top & bottom ads const adTopUnitPlaceholder = document.querySelector('.ad-unit-top-article-wrapper'); const adBottomUnitPlaceholder = document.querySelector('.ad-unit-bottom-article-wrapper'); const mainWidgetBody = document.querySelector('.article__main .rm-col-center .widget__body');
addElementAboveWidgetBody(adTopUnitPlaceholder, mainWidgetBody); addElementBelowPostBody(adBottomUnitPlaceholder, mainWidgetBody); }, 200);
REBELMOUSE_STDLIB.createElementChangeListener('.ad-units', function() { const adInUnit = document.querySelector('.ad-unit-in-article'); const adTopUnit = document.querySelector('.ad-unit-top-article'); const adBottomUnit = document.querySelector('.ad-unit-bottom-article');
adObserver(adInUnit); adObserver(adTopUnit); adObserver(adBottomUnit); })
window.addEventListener('resize', () => { const adUnit = document.querySelector('.ad-unit-in-article'); const adTopUnit = document.querySelector('.ad-unit-top-article'); const adBottomUnit = document.querySelector('.ad-unit-bottom-article');
if (adUnit) { changeAdUnitPosition(adUnit); } if (adTopUnit) { changeAdUnitPosition(adTopUnit); } if (adBottomUnit) { changeAdUnitPosition(adBottomUnit); } });
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
REBELMOUSE_STDLIB.createElementChangeListener('.tp-modal', function(popup) { // if(popup) // popup.remove() // document.body.classList.remove("tp-modal-open") // const backdrop = document.querySelector(".tp-backdrop") // if(backdrop) // backdrop.remove() })
/*const pianoDiv = document.querySelector(".piano-bottom-paywall") //emulates piano unit populate setTimeout( () => { pianoDiv.innerHTML = "
PUPULATEDD
" }, 1000)*/
/* ******* CODE FROM ABOVE SHOULD BE REMOVED ONCE PIANO IS SET UP **/ REBELMOUSE_STDLIB.createElementChangeListener('.piano-bottom-paywall', function(pianoUnit) {
const mutationCallback = (mutationList, observer) => { for(const mutation of mutationList){ if(mutation.type === "childList"){ // checks if piano-bottom-unit is populated to move up elements if(pianoUnit.hasChildNodes() || pianoUnit.textContent.trim() !== ''){
// Removes post content const limit = 10; const articleContent = document.querySelector(".article__main-container .body .body-description")
if (articleContent) { const children = Array.from(articleContent.childNodes); children.slice(limit).forEach(node => node.remove()); }
const articleWidgetShares = document.querySelector(".article__main-container .widget__shares") if(articleWidgetShares) articleWidgetShares.remove()
//Removes post page bottom blocks(More content, etc...) const articleBottomContainer = document.querySelector(".article__bottom-container") if(articleBottomContainer) articleBottomContainer.remove()
observer.disconnect() } } } }
const observer = new MutationObserver(mutationCallback) const observerConfig = { childList: true, subtree: true }
observer.observe(pianoUnit, observerConfig) })
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
const pianoContainer = document.querySelector('.piano-bottom-paywall'); if (pianoContainer) { const observer = new MutationObserver(() => { if (pianoContainer.innerHTML.trim() !== '') { document.querySelector('.bottom-paywall')?.classList.add('has-paywall'); } }); observer.observe(pianoContainer, { childList: true, subtree: true }); }
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
const floatingCopy = document.querySelector('.floating-copy'); const floatingLogo = document.querySelector('.floating-logo'); const lastOverlap = false
function checkOverlap() { const rect1 = floatingCopy.getBoundingClientRect(); const rect2 = floatingLogo.getBoundingClientRect(); const isOverlap = !(rect1.right < rect2.left || rect1.left > rect2.right || rect1.bottom < rect2.top || rect1.top > rect2.bottom); if(isOverlap && window.getComputedStyle(floatingLogo).opacity > 0){ floatingCopy.classList.add('hide') }else{ floatingCopy.classList.remove('hide') }
}
checkOverlap(); // Initial check
let resizeTimeout;
function handleResize() { clearTimeout(resizeTimeout); resizeTimeout = setTimeout(function() { console.log('Window resize finished'); checkOverlap() }, 600); // Adjust the debounce delay as needed }
// Add event listeners window.addEventListener('resize', handleResize);
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
window.checkPianoUser(() => { document.querySelectorAll('.tip-jar__container, .tip-jar-support__container').forEach((el) => { el.classList.add('show'); }); }); window.onLoginPiano(function() { document.querySelectorAll('.tip-jar__container, .tip-jar-support__container').forEach((el) => { el.classList.add('show'); }); });
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
window.REBELMOUSE_STDLIB.loadExternalScript("https://assets.adobedtm.com/98de9919e92a38033805f9f035c43198533e4380/satelliteLib-38c7b1e4b1bb3e0378e82d10601662aebfb04eda.js", function() {
window.analyticsData = { events: {active: {view: {asset: {}}, device: {}}} }; window.analyticsData.events.active.device.appVersion = "1.1"; window.analyticsData.events.active.device.host = "premiere.off.us"; window.analyticsData.events.active.device.subHost = "blazemedia.com"; window.analyticsData.events.active.pageName = "articles"; //window.analyticsData.events.active.view.asset.id = "articles|"+ __BOOTSTRAP__.post.basename; window.analyticsData.events.active.view.asset.name = document.title; //window.analyticsData.events.active.view.authorId = __BOOTSTRAP__.post.original_user_subsite.title; window.analyticsData.events.active.view.pubDate = "09/14/2025"; window.analyticsData.events.active.view.contentOriginType = "Premiere"; window.analyticsData.events.active.view.stationCallLetter = "TheBlaze"; window.analyticsData.events.active.view.stationFormat = "NEWSTALK"; window.analyticsData.events.active.view.stationMarket = "PREMIERE"; window.analyticsData.events.active.view.personalityId = "theBlaze"; window.analyticsData.events.active.view.tags = ["opinion-analysis", "opinion", "flag-burning", "flag", "flag-burning-executive-order", "supreme-court", "first-amendment", "texas-v-johnson", "antonin-scalia", "donald-trump", "fighting-words"]; window.analyticsData.events.active.view.photoGalleryExists = "FALSE"; window.analyticsData.events.active.view.photoGalleryPageView = "FALSE"; window.analyticsData.events.active.view.contentFrame = "page"; window._satellite && _satellite.pageBottom();
});
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
let images = document.querySelectorAll('p.shortcode-media.shortcode-media-rebelmouse-image'); images.forEach((image) => { imageWidth = image.querySelector('img').width; console.log(imageWidth) image.style.cssText = `width: ${imageWidth}px; margin-left: auto; margin-right: auto;`; })
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
REBELMOUSE_STDLIB.createElementChangeListener(".listicle-slideshow .rebellt-ecommerce--sum",function(item) { const description = item.nextElementSibling; description.classList.add("margin-top"); item.remove(); });
});
[ad_2]
Source link












