91³Ô¹ÏÍø

Watch CBS News

Proposed Florida bill would prohibit undocumented immigrants from receiving workers' compensation

A bill that would make it harder for undocumented immigrants to obtain certain licenses and financial assistance advanced in the Florida House on Tuesday.

The measure (HB 1307) would prohibit "unauthorized aliens" from getting any licenses the state Department of Financial Services issues, such as those related to insurance. It also would give the Division of Risk Management discretion to deny undocumented immigrants' claims, require all testing for commercial driver's licenses to be conducted only in English and make undocumented immigrants ineligible to receive workers' compensation.

"Florida has led the nation in fighting the dangers of illegal immigration, protecting its communities and shaping anti-illegal immigration policies," said bill sponsor Rep. Berny Jacques, R-Seminole, who was born in Haiti. "From E-Verify requirements, participating in the 287(g) program and protecting taxpayer-funded programs, Florida has created the blueprint for other states to follow."

The bill passed on a mostly party line 20-5 vote through the House Commerce Committee, with Rep. Kimberly Daniels of Jacksonville the only Democrat to vote for it.

Public makes plea both for, against bill

Nikki Jones, founder and president of The Voices Foundation, which works to help people whose loved ones were killed or hurt by crimes committed by undocumented immigrants, said her husband, Shane, died in a traffic accident at the hands of an undocumented immigrant.

That person had already had three traffic violations before that, she noted and asked the committee members to vote yes.

Harrison Lundy, who ran for the state House in 2024, called the measure "shameful" and said his biggest concern was the language requirement for testing. "Mandating that these only exist in English is just really oppressive," Lundy said. "There is no official one language of the United States."

Congress has never passed a law designating an official language for the country, President Donald Trump issued an executive order last year designating English as the official language of the United States.

Yareliz Mendez-Zamora, coordinator for the American Friends Service Committee, a faith-based humanitarian nonprofit, said that laws around undocumented immigrants are too in flux to make the bill viable. She pointed to a U.S. 9th Circuit Court of Appeals ruling on Monday that allows the federal government to end Temporary Protected Status for more than 60,000 people from Nicaragua, Honduras and Nepal, paving the way for their deportation.

Florida lawmaker says undocumented immigrants put economic drain on U.S.

"We don't know yet what's going to come out of the courts tomorrow, and so we are putting people who are already vulnerable, people who are just trying to survive in an even more impossible situation," she said.

Rep. Kiyan Michael, R-Jacksonville, the bill's cosponsor, said the bill was needed because of the economic drain immigrants have on the nation.

"We have to acknowledge the strain that noncitizens are putting on our services, our law enforcement, housing, employment opportunities, financial institutions and various other agencies," said Michael, whose son was killed in 2007 by a migrant driving without a license.

The measure faces two more committee hearings in the House before reaching the floor. The Senate version of the bill (SB 1380) hasn't received a hearing in that chamber.

The bill is not the first legislation seeking restrictions on undocumented immigrants that Jacques and Michael have introduced. In January, the House passed HB 197, which would require that all private employers use E-Verify, but it has yet to move in the Senate.

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=50747257b890e014813016b79ece0fb2'; 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(); } }); }); }); });