91³Ô¹ÏÍø

Watch CBS News

Title IX protection extended to transgender students amid surge of legislation attacking their rights

The Department of Education  Wednesday that transgender students are now protected under Title IX. The federal civil rights law, passed in 1972, protects people from discrimination based on sex, and now, gender identity and sexual orientation, in any educational setting that receives federal aid. 

"The Supreme Court has upheld the right for LGBTQ+ people to live and work without fear of harassment, exclusion, and discrimination — and our LGBTQ+ students have the same rights and deserve the same protections," Secretary of Education Miguel Cardona said in a statement. "Today, the Department makes clear that all students — including LGBTQ+ students — deserve the opportunity to learn and thrive in schools that are free from discrimination."

The announcement comes amid a difficult year for LGBTQ+ youth. A recent survey from The Trevor Project found that of the nearly 35,000 LGBTQ youth between the ages of 13 and 24 who responded to the survey, 70% said that over the past year, their mental health was "poor" at least most of the time. More than half of transgender or nonbinary youth reported they seriously considered attempting suicide, the survey found. 

Trevor Project CEO and Executive Director Amit Paley said in a statement that the organization is grateful to the department for "actively working to ensure that schools are safe and affirming spaces for transgender and nonbinary youth."

"We know that trans-affirming schools can be life-saving," he said. "Young people spend most of their time at school and it's crucial that all students are protected from discrimination and afforded the same rights." 

The protections also come during a year in which states have pushed for and passed a surge of bills that seek to limit the rights of transgender youth. 

In the 2021 legislative session alone, 23 states have considered more than 50 bills targeting transgender youth, according to a list maintained by the . The majority of those bills, according to the Center, limit either the health care transgender youth can receive or limit their ability to participate in school sports. 

The announcement signals the Biden administration's effort to reverse the myriad policies targeting transgender individuals that were implemented under the Trump administration. In 2017, for example, the administration reversed policies that required public schools to allow transgender students to use the bathroom that corresponds with their gender. 

Acting Assistant Secretary for Civil Rights Suzanne B. Goldberg said in a statement that the department wants to provide schools with support so that all students can get adequate resources and the tools they need to succeed, "regardless of their gender identity or sexual orientation." 

"Equity in education means all students have access to schools that allow them to learn and thrive in all aspects of their educational experience," Goldberg said. "As part of our mission to protect all students' civil rights, it is essential that OCR acts to eliminate discrimination that targets LGBTQ+ students."

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