91³Ô¹ÏÍø

Watch CBS News

South Florida immigrants are concerned over the future of birthright citizenship as the Supreme Court deliberates

A majority of justices on the U.S. Supreme Court appeared open Wednesday to rejecting an executive order by Donald Trump that seeks to limit birthright citizenship.

During oral arguments, several conservative justices questioned the legal foundation and practical enforcement of the policy, which aims to deny citizenship to some children born in the United States to undocumented or temporary immigrant parents. The skepticism extended across ideological lines, with justices raising concerns about how such a policy could be implemented and whether it conflicts with the 14th Amendment, which has long guaranteed citizenship to nearly all individuals born on U.S. soil.

President Trump attended the arguments for about 90 minutes, marking the first time a sitting U.S. president has appeared at Supreme Court oral arguments.

Outside the courtroom, the case is already having an impact — especially in South Florida's immigrant communities. Yelitza Perez, a Venezuelan mother living in the United States, says she has taken extra precautions to protect her daughter's citizenship status. Her 15-month-old daughter, Ixchel, was born in Missouri and is a U.S. citizen.

"It's not right that they take away her citizenship," Perez said in Spanish. She told CBS News Miami that since Trump returned to office, she has made sure to carry her daughter's birth certificate, U.S. passport, and hospital records at all times — reflecting growing anxiety among undocumented parents. "With everything that's happening... we are all worried," she added.

What a local immigration attorney says about immigrants' concerns

Immigration attorney Willie Allen, who has practiced in South Florida for more than four decades, says the concerns may be understandable — but likely misplaced for families whose children are already citizens. "Luckily, it's not retroactive," Allen said. "I don't think there is any concern for someone who already has a child born here."

Allen also pointed to the tone of the hearing, noting that justices raised numerous questions about how the government would enforce such a policy. "How would you regulate it? Who would be in the birth room?" he said, echoing concerns raised during arguments.

According to the Pew Research Center, an estimated 300,000 babies were born in 2023 to parents without legal status in the United States — accounting for less than 1% of the total U.S. population. The Supreme Court is expected to issue a ruling by the summer, in what could become one of the most consequential immigration decisions in decades.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });