91³Ô¹ÏÍø

Watch CBS News

Texas Gov. Greg Abbott orders Texas agencies to halt H-1B visa requests

Texas Gov. Greg Abbott is sending a strong directive to all state agencies, including public universities: stop petitioning for H-1B visas for foreign-born workers.

The H-1B visa is a legal permission allowing specialized workers from abroad to be in the U.S. temporarily to work.

The governor's directive is re-igniting debate over whether Texas is welcoming to those from abroad.

There are thousands of H-1B visa holders in Texas.

U.S. Citizen and Immigration Services (USCIS) data shows at least 2,400 visas were approved in 2025 for educational services employees of publicly funded institutions. That number doesn't just include teachers; it also includes other school employees, as well as employees of science and health research centers.

Dallas Independent School District is the top public school employer of H-1B visa recipients in Texas, with 230.

"It's absolutely outrageous that the Texas government has been one of the top 10 users or abusers of the H-1B program," said Ellis County State Rep. Brian Harrison.

Harrison pushed for this new directive and accused Texas agencies of spending more than $10 million on total costs associated with H-1B visa programs at state-run universities and school districts.

"Who pays for that? Who pays to import all of these foreign workers, who are, by the way, not super high-skilled, not specialized in many cases, and taking jobs that absolutely could and should go to the hard-working men and women of the state of Texas," Harrison said.

Opinions differ.

"We've also seen that in many rural areas, not only for hospitals, but for schools, because they have had difficulty obtaining qualified employees in those areas," said Haim Vasquez, a North Texas immigration attorney. "Those are the ones that will get the most affected if these applications get freezed long term."

He said the fallout could be long-lasting.

"If these visas would not be allowed to continue or renewed, what we will see is probably school districts not having enough personnel to hire teachers," Vasquez said. "Certain universities would not be able to obtain talent."

"We've got 30 million hard workin,g over-taxed Texans," Harrison said. "Those are the people I am fighting for, and I am completely convinced that most of these jobs could have been filled by Texans."

The other part of the directive is that all H-1B visa programs in the state be reviewed for possible misuse.

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